forked from len0rd/rockbox
rbutilQt: fix Dialogs, so they are modal.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14080 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2e2f92c906
commit
f358d4ad94
4 changed files with 7 additions and 3 deletions
|
|
@ -53,6 +53,8 @@ Config::Config(QWidget *parent) : QDialog(parent)
|
|||
ui.listLanguages->setSelectionMode(QAbstractItemView::SingleSelection);
|
||||
connect(ui.listLanguages, SIGNAL(itemSelectionChanged()), this, SLOT(updateLanguage()));
|
||||
|
||||
this->setModal(true);
|
||||
|
||||
connect(ui.buttonOk, SIGNAL(clicked()), this, SLOT(accept()));
|
||||
connect(ui.buttonCancel, SIGNAL(clicked()), this, SLOT(abort()));
|
||||
connect(ui.radioNoProxy, SIGNAL(toggled(bool)), this, SLOT(setNoProxy(bool)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue