Attach Windows to mainwindow on startup

This commit is contained in:
Thomas Frauendorfer 2008-02-29 15:27:34 +01:00
parent 77f8c332f1
commit 553138578d

View file

@ -92,6 +92,8 @@ MainWindow::MainWindow (QWidget *parent) : BaseWindow (parent)
s.setValue ("mainwindow/pos", QPoint (100, 100));
move (s.value("mainwindow/pos").toPoint ());
attachWidgets ();
}
MainWindow::~MainWindow ()