Attach Windows to mainwindow on startup
This commit is contained in:
parent
77f8c332f1
commit
553138578d
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ MainWindow::MainWindow (QWidget *parent) : BaseWindow (parent)
|
||||||
s.setValue ("mainwindow/pos", QPoint (100, 100));
|
s.setValue ("mainwindow/pos", QPoint (100, 100));
|
||||||
|
|
||||||
move (s.value("mainwindow/pos").toPoint ());
|
move (s.value("mainwindow/pos").toPoint ());
|
||||||
|
|
||||||
|
attachWidgets ();
|
||||||
}
|
}
|
||||||
|
|
||||||
MainWindow::~MainWindow ()
|
MainWindow::~MainWindow ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue