PDA

View Full Version : opening widgets in new window



robotics
1st July 2011, 02:49
I have all the stuff in my mainwindow: like plot,tableview,datawindow and it is looking untidy all in one single window.
Now I want to display them in separate window or widget.for example plot in my separate widget and tableview in seprate widget..
any idea how to do this please

ChrisW67
1st July 2011, 04:52
Create a widget without a parent and call QWidget::show(). This is exactly what you do to create a QMainWindow for example.