PySide学习进修教学课件.doc
文本预览下载声明
-
PySide tutorial
This is PySide tutorial. The tutorial is suited for beginners and intermediate programmers. After reading this tutorial, you will be able to program nontrivial PySide applications.
Table of contents
HYPERLINK /gui/pysidetutorial/introduction/ Introduction
HYPERLINK /gui/pysidetutorial/firstprograms/ First programs
HYPERLINK /gui/pysidetutorial/menusandtoolbars/ Menus and toolbars
HYPERLINK /gui/pysidetutorial/layoutmanagement/ Layout management
HYPERLINK /gui/pysidetutorial/eventsandsignals/ Events and signals
HYPERLINK /gui/pysidetutorial/dialogs/ Dialogs
HYPERLINK /gui/pysidetutorial/widgets/ Widgets
HYPERLINK /gui/pysidetutorial/widgets2/ Widgets II
HYPERLINK /gui/pysidetutorial/dragdrop/ Drag drop
HYPERLINK /gui/pysidetutorial/drawing/ Drawing
HYPERLINK /gui/pysidetutorial/customwidgets/ Custom widgets
HYPERLINK /gui/pysidetutorial/thetetrisgame/ The Tetris game
PySide
PySide is Python library to create cross-platform graphical user interfaces. It is a Python binding to the Qt framework. Qt library is one of the most powerful GUI libraries. It is developed by Digia and Qt Project.
HYPERLINK /share Tweet
Related tutorials
There is a full? HYPERLINK /lang/python/ Python tutorial?on ZetCode. Tutorials for other GUI Python bindings include? HYPERLINK /gui/pyqt4/ PyQt4 tutorial,? HYPERLINK /wxpython/ wxPython tutorial,? HYPERLINK /gui/pygtk/ PyGTK tutorial?and? HYPERLINK /gui/tkinter/ Tkinter tutorial.
Introduction to PySide toolkit
This is an introductory PySide tutorial. The purpose of this tutorial is to get you started with the PySide toolkit. The tutorial has been created and tested on Linux.
About PySide
PySide is Python library to create cross-platform graphical user interfaces. It is a Python binding to the Qt framework. Qt library is one of the most powerful GUI libraries. The official home site for PySide is? HYPERLINK /wiki/PySide /wiki/PySide. The installation instructions can be found at HYPERLINK /pypi/PySide /pypi/PySid
显示全部