diff --git a/retroshare-gui/src/gui/ChatLobbyWidget.ui b/retroshare-gui/src/gui/ChatLobbyWidget.ui index 1000a58b4..05aa549b4 100644 --- a/retroshare-gui/src/gui/ChatLobbyWidget.ui +++ b/retroshare-gui/src/gui/ChatLobbyWidget.ui @@ -1,129 +1,132 @@ - - - ChatLobbyWidget - - - - 0 - 0 - 608 - 397 - - - - - 0 - - - - - QFrame::Box - - - QFrame::Sunken - - - - 2 - - - - - - - - :/images/user/agt_forum24.png - - - - - - - - 10 - 75 - true - - - - Chat lobbies - - - - - - - Qt::Horizontal - - - - 123 - 13 - - - - - - - - Qt::NoFocus - - - Create new chat lobby - - - - :/images/edit_add24.png:/images/edit_add24.png - - - - 24 - 16 - - - - true - - - - - - - - - - - 0 - 0 - - - - Qt::CustomContextMenu - - - QAbstractItemView::NoEditTriggers - - - false - - - false - - - true - - - false - - - 0 - - - - - - - - - - + + + ChatLobbyWidget + + + + 0 + 0 + 608 + 397 + + + + + 0 + + + + + QFrame::Box + + + QFrame::Sunken + + + + 2 + + + + + + + + :/images/user/agt_forum24.png + + + + + + + + 10 + 75 + true + + + + Chat lobbies + + + + + + + Qt::Horizontal + + + + 123 + 13 + + + + + + + + Qt::NoFocus + + + Create new chat lobby + + + + :/images/edit_add24.png:/images/edit_add24.png + + + + 24 + 16 + + + + true + + + + + + + + + + + 0 + 0 + + + + Qt::CustomContextMenu + + + QAbstractItemView::NoEditTriggers + + + false + + + false + + + true + + + true + + + false + + + 0 + + + + + + + + + + diff --git a/retroshare-gui/src/gui/ForumsDialog.cpp b/retroshare-gui/src/gui/ForumsDialog.cpp index 1623df534..5799f3936 100644 --- a/retroshare-gui/src/gui/ForumsDialog.cpp +++ b/retroshare-gui/src/gui/ForumsDialog.cpp @@ -214,7 +214,11 @@ ForumsDialog::ForumsDialog(QWidget *parent) insertThreads(); - ui.threadTreeWidget->installEventFilter(this); + ui.threadTreeWidget->installEventFilter(this); + +#if QT_VERSION >= 0x040700 + ui.filterLineEdit->setPlaceholderText(tr("Search this forum...")) ; +#endif /* Hide platform specific features */ #ifdef Q_WS_WIN