Using the same container widget in multiple windows.
-
My application has 3 windows; Each window has 3 container widgets, the bottom container widget is the same for all the three - a log and a quit button.
Currently I create a new log panel in each window. But, would it be possible to carry the widget from one window to the other?
I have used qt creator 2.8.1 to create the actual screens.
Thanks.
-
no it can only be visible in 1 window at the time
-
Maybe make three View Widgets and a single 'Model' working class, just like the Model/View classes.
-
Hi,
When you say three "windows" do you mean separated floating widgets ? Or do you have three QWidget that you are using in one main widget ?
-
Then you should follow Jeroentje@home's advice, it's the best solution