diff options
Diffstat (limited to 'utils/themeeditor/gui/skinviewer.ui')
| -rw-r--r-- | utils/themeeditor/gui/skinviewer.ui | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/skinviewer.ui b/utils/themeeditor/gui/skinviewer.ui index a5373de..d111688 100644 --- a/utils/themeeditor/gui/skinviewer.ui +++ b/utils/themeeditor/gui/skinviewer.ui @@ -33,10 +33,37 @@ </spacer> </item> <item> + <widget class="QToolButton" name="zoomEvenButton"> + <property name="text"> + <string>Zoom Even</string> + </property> + <property name="icon"> + <iconset resource="../resources.qrc"> + <normaloff>:/resources/resources/zoomeven.png</normaloff>:/resources/resources/zoomeven.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>24</width> + <height>24</height> + </size> + </property> + </widget> + </item> + <item> <widget class="QToolButton" name="zoomInButton"> <property name="text"> <string>Zoom In</string> </property> + <property name="icon"> + <iconset resource="../resources.qrc"> + <normaloff>:/resources/resources/zoomin.png</normaloff>:/resources/resources/zoomin.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>24</width> + <height>24</height> + </size> + </property> <property name="autoRepeat"> <bool>true</bool> </property> @@ -47,6 +74,16 @@ <property name="text"> <string>Zoom Out</string> </property> + <property name="icon"> + <iconset resource="../resources.qrc"> + <normaloff>:/resources/resources/zoomout.png</normaloff>:/resources/resources/zoomout.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>24</width> + <height>24</height> + </size> + </property> <property name="autoRepeat"> <bool>true</bool> </property> @@ -56,6 +93,8 @@ </item> </layout> </widget> - <resources/> + <resources> + <include location="../resources.qrc"/> + </resources> <connections/> </ui> |