X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=trunk%2Fsrc%2Fbase%2Fgui%2FSearchBarWidget.cpp;h=6534ef3e04372803871c9a7f79e941ac40750eb5;hb=619ad20d40b560853e9111b68a4f1a0004aa3dce;hp=82ccd2eb2bb88802387e9d5cd924dd5f58cd43bf;hpb=2c0e2dbda8c62208db7b7d4d43b010239233fcf5;p=mdictionary diff --git a/trunk/src/base/gui/SearchBarWidget.cpp b/trunk/src/base/gui/SearchBarWidget.cpp index 82ccd2e..6534ef3 100644 --- a/trunk/src/base/gui/SearchBarWidget.cpp +++ b/trunk/src/base/gui/SearchBarWidget.cpp @@ -185,7 +185,7 @@ void SearchBarWidget::initializeUI() { clearSearchWordToolButton->sizeHint().height()*2); #endif - fullScreenToolButton = new QToolButton(); + /*fullScreenToolButton = new QToolButton(); #ifdef Q_WS_MAEMO_5 fullScreenToolButton->setIcon( generateIcon(QIcon::fromTheme("general_fullsize"))); @@ -195,7 +195,7 @@ void SearchBarWidget::initializeUI() { fullScreenToolButton->setMinimumSize( fullScreenToolButton->sizeHint().height()*2, fullScreenToolButton->sizeHint().height()*2); - #endif + #endif*/ searchingProgressBar = new QProgressBar(); @@ -219,7 +219,7 @@ void SearchBarWidget::initializeUI() { horizontalLayout->addWidget(historyPrevToolButton); horizontalLayout->addWidget(historyShowToolButton); horizontalLayout->addWidget(historyNextToolButton); - horizontalLayout->addWidget(fullScreenToolButton); + // horizontalLayout->addWidget(fullScreenToolButton); //adding clear toolButton to textEdit with right alignment lineEditLayout->addWidget(clearSearchWordToolButton, 0,