diff options
author | Kevin Smith <git@kismith.co.uk> | 2011-09-28 07:50:57 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2011-09-28 07:50:57 (GMT) |
commit | d5efab53e5c4dee50a55241e840a26814d115ad7 (patch) | |
tree | 54b598c2b0fdb6af975860047369f3c997b2d0e8 /Swift/QtUI/QtMUCConfigurationWindow.cpp | |
parent | 41854ebf8c3376d6ee430efe3a9fdd25610bb2f5 (diff) | |
download | swift-contrib-d5efab53e5c4dee50a55241e840a26814d115ad7.zip swift-contrib-d5efab53e5c4dee50a55241e840a26814d115ad7.tar.bz2 |
Select defaults correctly in form widget.
Resolves: #1002
Diffstat (limited to 'Swift/QtUI/QtMUCConfigurationWindow.cpp')
-rw-r--r-- | Swift/QtUI/QtMUCConfigurationWindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Swift/QtUI/QtMUCConfigurationWindow.cpp b/Swift/QtUI/QtMUCConfigurationWindow.cpp index e6be9b7..a8dec2a 100644 --- a/Swift/QtUI/QtMUCConfigurationWindow.cpp +++ b/Swift/QtUI/QtMUCConfigurationWindow.cpp @@ -18,9 +18,9 @@ QtMUCConfigurationWindow::QtMUCConfigurationWindow(Form::ref form) { QBoxLayout* layout = new QBoxLayout(QBoxLayout::TopToBottom, this); layout->setContentsMargins(0,0,0,0); layout->setSpacing(2); - QLabel* label = new QLabel(this); - label->setText(tr("Room configuration")); - layout->addWidget(label); + //QLabel* label = new QLabel(this); + //label->setText(tr("Room configuration")); + //layout->addWidget(label); formWidget_ = NULL; formWidget_ = new QtFormWidget(form, this); |