icon theme: add new icons for titleblock placement (bottom or right)

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5114 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
nuri 2017-11-26 08:03:26 +00:00
parent b0e185c506
commit 79b578dcf7
7 changed files with 57 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

View File

@ -198,6 +198,8 @@ Clarification:
ico/22x22/single_page.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
ico/22x22/terminal.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
ico/22x22/terminalstrip.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
ico/22x22/titleblock-bottom.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
ico/22x22/titleblock-right.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
ico/22x22/two_pages.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
ico/32x32/qt.png from http://brand.qt.io/downloads/
ico/32x32/simplifyrichtext.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)

View File

@ -563,5 +563,7 @@
<file>ico/16x16/select.png</file>
<file>ico/16x16/grid.png</file>
<file>ico/16x16/move.png</file>
<file>ico/22x22/titleblock-bottom.png</file>
<file>ico/22x22/titleblock-right.png</file>
</qresource>
</RCC>

View File

@ -152,6 +152,8 @@ namespace QET {
QIcon TableOfContent;
QIcon Terminal;
QIcon TitleBlock;
QIcon TitleBlockBottom;
QIcon TitleBlockRight;
QIcon UserInformations;
QIcon ViewFitWidth;
QIcon ViewFitWindow;
@ -426,6 +428,8 @@ void QET::Icons::initIcons() {
TerminalStrip .addFile(":/ico/22x22/terminalstrip.png");
TitleBlock .addFile(":/ico/16x16/label.png");
TitleBlock .addFile(":/ico/22x22/label.png");
TitleBlockBottom .addFile(":/ico/22x22/titleblock-bottom.png");
TitleBlockRight .addFile(":/ico/22x22/titleblock-right.png");
UserInformations .addFile(":/ico/16x16/preferences-desktop-user.png");
UserInformations .addFile(":/ico/22x22/preferences-desktop-user.png");
ViewFitWidth .addFile(":/ico/22x22/view_fit_width.png");

View File

@ -161,6 +161,8 @@ namespace QET {
extern QIcon TableOfContent;
extern QIcon Terminal;
extern QIcon TitleBlock;
extern QIcon TitleBlockBottom;
extern QIcon TitleBlockRight;
extern QIcon UserInformations;
extern QIcon ViewFitWidth;
extern QIcon ViewFitWindow;

View File

@ -55,29 +55,73 @@
</item>
<item>
<widget class="QComboBox" name="m_display_at_cb">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>40</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Affiche le cartouche en bas (horizontalement) ou à droite (verticalement) du folio.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="iconSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
<item>
<property name="text">
<string>en bas</string>
<string notr="true"> </string>
</property>
<property name="icon">
<iconset resource="../../qelectrotech.qrc">
<normaloff>:/ico/22x22/titleblock-bottom.png</normaloff>:/ico/22x22/titleblock-bottom.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>à droite </string>
<string notr="true"> </string>
</property>
<property name="icon">
<iconset resource="../../qelectrotech.qrc">
<normaloff>:/ico/22x22/titleblock-right.png</normaloff>:/ico/22x22/titleblock-right.png</iconset>
</property>
</item>
</widget>
</item>
<item>
<widget class="QPushButton" name="m_tbt_pb">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../qelectrotech.qrc">
<normaloff>:/ico/16x16/label.png</normaloff>:/ico/16x16/label.png</iconset>
<normaloff>:/ico/22x22/edit-rename.png</normaloff>:/ico/22x22/edit-rename.png</iconset>
</property>
<property name="iconSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
<property name="flat">
<bool>false</bool>