Re: [PyQt] Question about labels with status message

2010-12-21 Thread Jason Tiller
Hi, Abhishek, :) On Fri, 17 Dec 2010, Abhishek wrote: 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

[PyQt] Question about labels with status message

2010-12-17 Thread Abhishek
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