add Tabs to menu bar
This commit is contained in:
parent
754d01b3c2
commit
2235ab1991
|
@ -20,6 +20,8 @@ MainWindow::MainWindow(QWidget *parent)
|
||||||
buttons->addAction("FlatButton");
|
buttons->addAction("FlatButton");
|
||||||
buttons->addAction("IconButton");
|
buttons->addAction("IconButton");
|
||||||
|
|
||||||
|
components->addAction("Tabs");
|
||||||
|
|
||||||
menuBar()->addMenu(components);
|
menuBar()->addMenu(components);
|
||||||
|
|
||||||
// -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
|
// -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
|
||||||
|
|
Loading…
Reference in New Issue