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:
thunder2 2015-02-09 21:13:07 +00:00
parent 0c0f35e064
commit 326501f1f7
4 changed files with 22 additions and 1 deletions

View file

@ -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);