mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -377,9 +377,9 @@ void ForumsDialog::insertForums()
|
||||
{
|
||||
std::ostringstream out;
|
||||
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
|
||||
{
|
||||
|
@ -537,17 +537,14 @@
|
||||
</property>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Forum Name</string>
|
||||
<string>RetroShare Forums</string>
|
||||
</property>
|
||||
</column>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Popularity</string>
|
||||
</property>
|
||||
</column>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Posts</string>
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>9</pointsize>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
</column>
|
||||
</widget>
|
||||
|
Loading…
Reference in New Issue
Block a user