mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 03:06:31 -04:00
show Popularity as ToolTip, removed not usefull items which stretches the Forums list
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1958 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dbdfc52cd6
commit
a26e2876fe
2 changed files with 9 additions and 12 deletions
|
@ -377,9 +377,9 @@ void ForumsDialog::insertForums()
|
||||||
{
|
{
|
||||||
std::ostringstream out;
|
std::ostringstream out;
|
||||||
out << it->pop;
|
out << it->pop;
|
||||||
item -> setText(1, QString::fromStdString(out.str()));
|
item -> setToolTip(0, tr("Popularity: ") + QString::fromStdString(out.str()));
|
||||||
}
|
}
|
||||||
item -> setText(2, QString::fromStdWString(it->forumName));
|
//item -> setText(2, QString::fromStdWString(it->forumName));
|
||||||
|
|
||||||
// Date
|
// Date
|
||||||
{
|
{
|
||||||
|
|
|
@ -537,17 +537,14 @@
|
||||||
</property>
|
</property>
|
||||||
<column>
|
<column>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Forum Name</string>
|
<string>RetroShare Forums</string>
|
||||||
</property>
|
</property>
|
||||||
</column>
|
<property name="font">
|
||||||
<column>
|
<font>
|
||||||
<property name="text">
|
<pointsize>9</pointsize>
|
||||||
<string>Popularity</string>
|
<weight>75</weight>
|
||||||
</property>
|
<bold>true</bold>
|
||||||
</column>
|
</font>
|
||||||
<column>
|
|
||||||
<property name="text">
|
|
||||||
<string>Posts</string>
|
|
||||||
</property>
|
</property>
|
||||||
</column>
|
</column>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue