| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 7 | |
I have a widget called MyWidget. There is a QPushButton with this widget. When the pushbutton is clicked a slot called OpenNewWidget is activated. I want this slot to open another widget called MyWidget2. How do I get this widget to open while leaving the original widget open in the background. I want MyWidget2 to recieve focus. Thanks