Moved the fill function of the ForumsDialog to a QThread.

Fixed memory leak of the fill thread of the history browser.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4240 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-06-07 22:28:07 +00:00
parent f4635b92c3
commit 2efa6b5b06
7 changed files with 519 additions and 355 deletions

View file

@ -792,7 +792,7 @@ background: white;
</item>
</layout>
</item>
<item row="2" column="0">
<item row="3" column="0">
<widget class="QTreeWidget" name="threadTreeWidget">
<property name="font">
<font>
@ -836,7 +836,7 @@ background: white;
</column>
</widget>
</item>
<item row="3" column="0">
<item row="5" column="0">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="1">
<widget class="QLabel" name="threadlabel">
@ -1196,6 +1196,25 @@ border-image: url(:/images/closepressed.png)
</layout>
</widget>
</item>
<item row="4" column="0">
<widget class="QProgressBar" name="progressBar">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>10</height>
</size>
</property>
<property name="maximum">
<number>1000</number>
</property>
<property name="value">
<number>0</number>
</property>
<property name="textVisible">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QTextBrowser" name="postText">