Talk:Python Programming/PyQt4
Page contents not supported in other languages.
Appearance
From Wikibooks, open books for an open world
Latest comment: 18 years ago by Terrible Tim in topic UI file?
The text on the original web page says: "This document is published under the GNU Free Documentation License."
This is a good tutorial, I am glad that you updated it for qt4.
Can you also attach the UI file you used? I am having trouble trying to convert the qt3 one. pyuic4 keeps complaining that it doesn't support "Q3Support widgets" even after updating the file in QT designer (version 4). -Terrible Tim 23:29, 1 January 2007 (UTC) Reply
Indent of python code.
[edit source ]Is the leading space in the source code example for some reason. It is indented with one space, which makes it annoying to copy paste to Python (IndentationError).