mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
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:
parent
b0e185c506
commit
79b578dcf7
BIN
ico/22x22/titleblock-bottom.png
Normal file
BIN
ico/22x22/titleblock-bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 339 B |
BIN
ico/22x22/titleblock-right.png
Normal file
BIN
ico/22x22/titleblock-right.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 350 B |
@ -198,6 +198,8 @@ Clarification:
|
|||||||
ico/22x22/single_page.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
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/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/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/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/qt.png from http://brand.qt.io/downloads/
|
||||||
ico/32x32/simplifyrichtext.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
ico/32x32/simplifyrichtext.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
||||||
|
@ -563,5 +563,7 @@
|
|||||||
<file>ico/16x16/select.png</file>
|
<file>ico/16x16/select.png</file>
|
||||||
<file>ico/16x16/grid.png</file>
|
<file>ico/16x16/grid.png</file>
|
||||||
<file>ico/16x16/move.png</file>
|
<file>ico/16x16/move.png</file>
|
||||||
|
<file>ico/22x22/titleblock-bottom.png</file>
|
||||||
|
<file>ico/22x22/titleblock-right.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@ -152,6 +152,8 @@ namespace QET {
|
|||||||
QIcon TableOfContent;
|
QIcon TableOfContent;
|
||||||
QIcon Terminal;
|
QIcon Terminal;
|
||||||
QIcon TitleBlock;
|
QIcon TitleBlock;
|
||||||
|
QIcon TitleBlockBottom;
|
||||||
|
QIcon TitleBlockRight;
|
||||||
QIcon UserInformations;
|
QIcon UserInformations;
|
||||||
QIcon ViewFitWidth;
|
QIcon ViewFitWidth;
|
||||||
QIcon ViewFitWindow;
|
QIcon ViewFitWindow;
|
||||||
@ -426,6 +428,8 @@ void QET::Icons::initIcons() {
|
|||||||
TerminalStrip .addFile(":/ico/22x22/terminalstrip.png");
|
TerminalStrip .addFile(":/ico/22x22/terminalstrip.png");
|
||||||
TitleBlock .addFile(":/ico/16x16/label.png");
|
TitleBlock .addFile(":/ico/16x16/label.png");
|
||||||
TitleBlock .addFile(":/ico/22x22/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/16x16/preferences-desktop-user.png");
|
||||||
UserInformations .addFile(":/ico/22x22/preferences-desktop-user.png");
|
UserInformations .addFile(":/ico/22x22/preferences-desktop-user.png");
|
||||||
ViewFitWidth .addFile(":/ico/22x22/view_fit_width.png");
|
ViewFitWidth .addFile(":/ico/22x22/view_fit_width.png");
|
||||||
|
@ -161,6 +161,8 @@ namespace QET {
|
|||||||
extern QIcon TableOfContent;
|
extern QIcon TableOfContent;
|
||||||
extern QIcon Terminal;
|
extern QIcon Terminal;
|
||||||
extern QIcon TitleBlock;
|
extern QIcon TitleBlock;
|
||||||
|
extern QIcon TitleBlockBottom;
|
||||||
|
extern QIcon TitleBlockRight;
|
||||||
extern QIcon UserInformations;
|
extern QIcon UserInformations;
|
||||||
extern QIcon ViewFitWidth;
|
extern QIcon ViewFitWidth;
|
||||||
extern QIcon ViewFitWindow;
|
extern QIcon ViewFitWindow;
|
||||||
|
@ -55,29 +55,73 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="m_display_at_cb">
|
<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">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>Affiche le cartouche en bas (horizontalement) ou à droite (verticalement) du folio.</p></body></html></string>
|
<string><html><head/><body><p>Affiche le cartouche en bas (horizontalement) ou à droite (verticalement) du folio.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="iconSize">
|
||||||
|
<size>
|
||||||
|
<width>22</width>
|
||||||
|
<height>22</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<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>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<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>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="m_tbt_pb">
|
<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">
|
<property name="text">
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../qelectrotech.qrc">
|
<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>
|
||||||
<property name="flat">
|
<property name="flat">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user