mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
update icons to forums
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@677 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c410fc5fff
commit
49feb4bffb
@ -137,6 +137,13 @@ ForumsDialog::ForumsDialog(QWidget *parent)
|
|||||||
ui.printbutton->setMenu(printmenu);
|
ui.printbutton->setMenu(printmenu);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
/* Set header resize modes and initial section sizes */
|
||||||
|
QHeaderView * msgwheader = ui.forumTreeWidget->header () ;
|
||||||
|
msgwheader->setResizeMode (0, QHeaderView::Interactive);
|
||||||
|
|
||||||
|
msgwheader->resizeSection ( 0, 170 );
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Hide platform specific features */
|
/* Hide platform specific features */
|
||||||
#ifdef Q_WS_WIN
|
#ifdef Q_WS_WIN
|
||||||
|
@ -553,7 +553,7 @@
|
|||||||
<property name="orientation" >
|
<property name="orientation" >
|
||||||
<enum>Qt::Vertical</enum>
|
<enum>Qt::Vertical</enum>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="" >
|
<widget class="QWidget" name="layoutWidget" >
|
||||||
<layout class="QVBoxLayout" >
|
<layout class="QVBoxLayout" >
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" >
|
<layout class="QHBoxLayout" >
|
||||||
@ -664,22 +664,10 @@
|
|||||||
<layout class="QHBoxLayout" >
|
<layout class="QHBoxLayout" >
|
||||||
<item>
|
<item>
|
||||||
<layout class="QGridLayout" >
|
<layout class="QGridLayout" >
|
||||||
<property name="leftMargin" >
|
<property name="margin" >
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="topMargin" >
|
<property name="spacing" >
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="rightMargin" >
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="bottomMargin" >
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<property name="horizontalSpacing" >
|
|
||||||
<number>6</number>
|
|
||||||
</property>
|
|
||||||
<property name="verticalSpacing" >
|
|
||||||
<number>6</number>
|
<number>6</number>
|
||||||
</property>
|
</property>
|
||||||
<item row="0" column="1" >
|
<item row="0" column="1" >
|
||||||
@ -721,7 +709,8 @@ p, li { white-space: pre-wrap; }
|
|||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon" >
|
<property name="icon" >
|
||||||
<iconset resource="images.qrc" >:/images/add_24x24.png</iconset>
|
<iconset resource="images.qrc" >
|
||||||
|
<normaloff>:/images/add_24x24.png</normaloff>:/images/add_24x24.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -732,7 +721,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="orientation" >
|
<property name="orientation" >
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeHint" >
|
<property name="sizeHint" stdset="0" >
|
||||||
<size>
|
<size>
|
||||||
<width>351</width>
|
<width>351</width>
|
||||||
<height>20</height>
|
<height>20</height>
|
||||||
@ -746,7 +735,8 @@ p, li { white-space: pre-wrap; }
|
|||||||
<string>Prev</string>
|
<string>Prev</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon" >
|
<property name="icon" >
|
||||||
<iconset resource="images.qrc" >:/images/up.png</iconset>
|
<iconset resource="images.qrc" >
|
||||||
|
<normaloff>:/images/back.png</normaloff>:/images/back.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -756,7 +746,8 @@ p, li { white-space: pre-wrap; }
|
|||||||
<string>Next</string>
|
<string>Next</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon" >
|
<property name="icon" >
|
||||||
<iconset resource="images.qrc" >:/images/start.png</iconset>
|
<iconset resource="images.qrc" >
|
||||||
|
<normaloff>:/images/forward.png</normaloff>:/images/forward.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="pixmap" >
|
<property name="pixmap" >
|
||||||
<pixmap resource="images.qrc" >:/images/lphoto16.png</pixmap>
|
<pixmap resource="images.qrc" >:/images/image16.png</pixmap>
|
||||||
</property>
|
</property>
|
||||||
<property name="scaledContents" >
|
<property name="scaledContents" >
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@ -47,7 +47,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="orientation" >
|
<property name="orientation" >
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeHint" >
|
<property name="sizeHint" stdset="0" >
|
||||||
<size>
|
<size>
|
||||||
<width>391</width>
|
<width>391</width>
|
||||||
<height>20</height>
|
<height>20</height>
|
||||||
@ -142,7 +142,8 @@ p, li { white-space: pre-wrap; }
|
|||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon" >
|
<property name="icon" >
|
||||||
<iconset resource="images.qrc" >:/images/add_24x24.png</iconset>
|
<iconset resource="images.qrc" >
|
||||||
|
<normaloff>:/images/add_24x24.png</normaloff>:/images/add_24x24.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -165,7 +166,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<property name="orientation" >
|
<property name="orientation" >
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeHint" >
|
<property name="sizeHint" stdset="0" >
|
||||||
<size>
|
<size>
|
||||||
<width>40</width>
|
<width>40</width>
|
||||||
<height>20</height>
|
<height>20</height>
|
||||||
|
@ -145,6 +145,7 @@
|
|||||||
<file>images/hide_toolbox_frame.png</file>
|
<file>images/hide_toolbox_frame.png</file>
|
||||||
<file>images/highlight.png</file>
|
<file>images/highlight.png</file>
|
||||||
<file>images/hi16-app-ktorrent.png</file>
|
<file>images/hi16-app-ktorrent.png</file>
|
||||||
|
<file>images/image16.png</file>
|
||||||
<file>images/info16.png</file>
|
<file>images/info16.png</file>
|
||||||
<file>images/informations_24x24.png</file>
|
<file>images/informations_24x24.png</file>
|
||||||
<file>images/invite-friend24.png</file>
|
<file>images/invite-friend24.png</file>
|
||||||
|
BIN
retroshare-gui/src/gui/images/image16.png
Normal file
BIN
retroshare-gui/src/gui/images/image16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 474 B |
BIN
retroshare-gui/src/gui/images/konversation16.png
Normal file
BIN
retroshare-gui/src/gui/images/konversation16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 851 B |
Loading…
Reference in New Issue
Block a user