[PyQt] Question about labels with status message

Abhishek absk82 at gmail.com
Sat Dec 18 05:40:21 GMT 2010


Hi all,
I have a general coding question as opposed to specific to pyqt. In a gui,
if I want to have a status message box (a QLabel) which should display
messages from all components of the gui, what is the best way to go about
it? Should all the components need to have a pointer to the QLabel? Or
should I make a static class which any component can access and use this
class to update the QLabel? Any other ideas?

Any responses would be appreciated.
Thanks,
Abhishek.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20101217/f0788299/attachment.html>


More information about the PyQt mailing list