GxsForums:

- optimized steps of the progressbar when loading
- added UIStateHelper
- removed debug output
- added Todo button

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6500 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-07-12 17:24:11 +00:00
parent 06b68e4e31
commit 9eeacf7f83
11 changed files with 315 additions and 143 deletions

View file

@ -9,6 +9,7 @@ class QTreeWidgetItem;
class RSTreeWidgetItemCompareRole;
class RsGxsForumMsg;
class GxsForumsFillThread;
class UIStateHelper;
namespace Ui {
class GxsForumThreadWidget;
@ -132,8 +133,6 @@ private:
void processSettings(bool bLoad);
void updateInterface();
std::string mForumId;
std::string mLastForumID;
std::string mThreadId;
@ -164,6 +163,8 @@ private:
QColor mTextColorNotSubscribed;
QColor mTextColorMissing;
UIStateHelper *mStateHelper;
Ui::GxsForumThreadWidget *ui;
};