Raise playlistwindow on mouse click.
This commit is contained in:
parent
52e75244fc
commit
f7c018c48c
3 changed files with 4 additions and 1 deletions
|
|
@ -9,8 +9,9 @@ SettingsWindow::SettingsWindow (QWidget *parent) : QMainWindow (parent)
|
|||
#ifndef _WIN32
|
||||
setWindowIcon (QIcon (":icon.png"));
|
||||
#endif
|
||||
setWindowTitle ("Promoe - Settings window");
|
||||
|
||||
resize (400, 400);
|
||||
resize (400, 500);
|
||||
|
||||
QWidget *dummy = new QWidget (this);
|
||||
setCentralWidget (dummy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue