mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 03:22:34 -04:00
Added placeholder text to RSFeedWidget
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7933 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0c0f35e064
commit
326501f1f7
4 changed files with 22 additions and 1 deletions
|
@ -32,6 +32,7 @@ class RSTreeWidget : public QTreeWidget
|
|||
public:
|
||||
RSTreeWidget(QWidget *parent = 0);
|
||||
|
||||
QString placeholderText() { return mPlaceholderText; }
|
||||
void setPlaceholderText(const QString &text);
|
||||
|
||||
void filterItems(int filterColumn, const QString &text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue