[PyQt] is there some good PyQt source code for learning?
Mohsen Pahlevanzadeh
mohsen at pahlevanzadeh.org
Sat Sep 7 18:23:42 BST 2013
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 at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
More information about the PyQt
mailing list