diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-17 14:32:31 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-10-17 14:32:31 +0000 |
| commit | a7ce14d136c98ad4b6dfb65ce7bbcada3d668f14 (patch) | |
| tree | 9bdf0d2586a42b485f2540d93cf9ae736dd812e4 /examples/GuiClient/mainDialog.cpp | |
| parent | b091c77cce52d7f113f163fc9f170ab6506e57f8 (diff) | |
| download | qxmpp-a7ce14d136c98ad4b6dfb65ce7bbcada3d668f14.tar.gz | |
remove view button from UI
Diffstat (limited to 'examples/GuiClient/mainDialog.cpp')
| -rw-r--r-- | examples/GuiClient/mainDialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/GuiClient/mainDialog.cpp b/examples/GuiClient/mainDialog.cpp index 4730e97d..35a14bcd 100644 --- a/examples/GuiClient/mainDialog.cpp +++ b/examples/GuiClient/mainDialog.cpp @@ -57,8 +57,6 @@ mainDialog::mainDialog(QWidget *parent): QDialog(parent, Qt::Window), createTrayIconAndMenu(); createSettingsMenu(); - ui->pushButton_view->hide(); - ui->pushButton_cancel->setDisabled(true); ui->label_throbber->setMovie(new QMovie(":/icons/resource/ajax-loader.gif")); ui->label_throbber->movie()->start(); |
