mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Enabled sorting for the Lobby Dialog
Added a placeholder text for the Search Forum filter git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5725 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cc9e933362
commit
06926a64c0
@ -109,6 +109,9 @@
|
|||||||
<property name="itemsExpandable">
|
<property name="itemsExpandable">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sortingEnabled">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
<property name="allColumnsShowFocus">
|
<property name="allColumnsShowFocus">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
|
@ -216,6 +216,10 @@ ForumsDialog::ForumsDialog(QWidget *parent)
|
|||||||
|
|
||||||
ui.threadTreeWidget->installEventFilter(this);
|
ui.threadTreeWidget->installEventFilter(this);
|
||||||
|
|
||||||
|
#if QT_VERSION >= 0x040700
|
||||||
|
ui.filterLineEdit->setPlaceholderText(tr("Search this forum...")) ;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Hide platform specific features */
|
/* Hide platform specific features */
|
||||||
#ifdef Q_WS_WIN
|
#ifdef Q_WS_WIN
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user