For any Qt App, QtGui.QApplication is a main event loop. Every gui app
needs one QtGui.QApplication.

There could be muliple View/UI elements depending on developers wish.
1. QWidget/QMainWindow
2. QWebkit
3. QGraphicsView
4. QDeclarativeView

You can keep changing the views depending on the app requirements.

Hope that helps.

-Srini


On Sun, Feb 17, 2013 at 4:40 PM, Adrian Klaver <[email protected]>wrote:

> On 02/17/2013 03:43 PM, Srini Kommoori wrote:
>
>> Don't have access to the computer but it was very few modifications to
>> the linked code.
>>
>> Hope you are way past the issue you were debugging.
>>
>>
> Thanks, actually I have decided to back up a bit. Working some simple code
> to understand how Qt(PySide) operates at a basic level. It is still a bit
> of a mystery to me how QApplication picks up the widgets that are created
> after app = QtGui.QApplication(sys.argv)
>
>
> --
> Adrian Klaver
> [email protected]
>
_______________________________________________
PySide mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/pyside

Reply via email to