http://qt-project.org/doc/qt-4.8/qtuitools.html

Or use the QtUiTools class to load the .ui file directly without having to convert it at all.

07/09/2013 19:23 keltezéssel, Mohsen Pahlevanzadeh írta:
You can use Qt-desiger and generate *ui files.
Then use 'pyuic4 -x youruifile.ui -o execfile.py'
Then start to reading py file.
This point is good idea.

--mohsen
On Sat, 2013-09-07 at 11:41 +0800, Genban Tade wrote:
Hi,
I can write some small and urgly GUI using PyQt,
but I want to write some bigger and beautiful
So, is there some good PyQt  source code for learning?


_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to