Home > other >  Qt dynamic layout, use the same widget how to realize multiple Windows.
Qt dynamic layout, use the same widget how to realize multiple Windows.

Time:03-29

I have a widget to use him in multiple Windows in yao do? Used in the layout of the multiple Windows in???

CodePudding user response:

The widget is designed for the singleton pattern

CodePudding user response:

QT dynamic layout can be realized

CodePudding user response:

For example,
Widgets * Widget;
The widget=new widget;
Widgets - & gt; Show ();
  • Related