I have initialized vertical layout before using it
QVBoxLayout* VerticalLayout = new QVBoxLayout;
To copy to clipboard, switch view to plain text mode
in the same way I am adding a menu bar to the layout, and it works as I said in my post, but only the problem with adding the tab widget to the layout, the debugger exactly showing the "Signal received" error in
VerticalLayout->addWidget(TabWidget);
VerticalLayout->addWidget(TabWidget);
To copy to clipboard, switch view to plain text mode
line.
any help ?
Bookmarks