|
@@ -62,22 +62,48 @@
|
|
<string>Zoom</string>
|
|
<string>Zoom</string>
|
|
</property>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
- <item row="1" column="0">
|
|
|
|
|
|
+ <item row="1" column="1">
|
|
<widget class="QPushButton" name="zoom_in">
|
|
<widget class="QPushButton" name="zoom_in">
|
|
<property name="text">
|
|
<property name="text">
|
|
- <string>Zoom In</string>
|
|
|
|
|
|
+ <string/>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="icon">
|
|
|
|
+ <iconset resource="../resources/Almond.qrc">
|
|
|
|
+ <normaloff>:/icons/zoom_in</normaloff>:/icons/zoom_in</iconset>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="iconSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>24</width>
|
|
|
|
+ <height>24</height>
|
|
|
|
+ </size>
|
|
</property>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
- <item row="1" column="1">
|
|
|
|
|
|
+ <item row="1" column="2">
|
|
<widget class="QPushButton" name="zoom_out">
|
|
<widget class="QPushButton" name="zoom_out">
|
|
<property name="text">
|
|
<property name="text">
|
|
- <string>Zoom Out</string>
|
|
|
|
|
|
+ <string/>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="icon">
|
|
|
|
+ <iconset resource="../resources/Almond.qrc">
|
|
|
|
+ <normaloff>:/icons/zoom_out</normaloff>:/icons/zoom_out</iconset>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="iconSize">
|
|
|
|
+ <size>
|
|
|
|
+ <width>24</width>
|
|
|
|
+ <height>24</height>
|
|
|
|
+ </size>
|
|
</property>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
- <item row="0" column="0" colspan="2">
|
|
|
|
|
|
+ <item row="1" column="0">
|
|
<widget class="QPushButton" name="resetZoom">
|
|
<widget class="QPushButton" name="resetZoom">
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
<property name="text">
|
|
<property name="text">
|
|
<string>Reset Zoom</string>
|
|
<string>Reset Zoom</string>
|
|
</property>
|
|
</property>
|
|
@@ -113,13 +139,6 @@
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<item>
|
|
<item>
|
|
<layout class="QFormLayout" name="formLayout">
|
|
<layout class="QFormLayout" name="formLayout">
|
|
- <item row="0" column="0" colspan="2">
|
|
|
|
- <widget class="QPushButton" name="chooseGradient">
|
|
|
|
- <property name="text">
|
|
|
|
- <string>Choose Gradient</string>
|
|
|
|
- </property>
|
|
|
|
- </widget>
|
|
|
|
- </item>
|
|
|
|
<item row="1" column="0">
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label">
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<property name="text">
|
|
@@ -161,6 +180,19 @@
|
|
</property>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</item>
|
|
|
|
+ <item row="0" column="0" colspan="2">
|
|
|
|
+ <widget class="QPushButton" name="chooseGradient">
|
|
|
|
+ <property name="sizePolicy">
|
|
|
|
+ <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
|
|
+ <horstretch>0</horstretch>
|
|
|
|
+ <verstretch>0</verstretch>
|
|
|
|
+ </sizepolicy>
|
|
|
|
+ </property>
|
|
|
|
+ <property name="text">
|
|
|
|
+ <string>Choose Gradient</string>
|
|
|
|
+ </property>
|
|
|
|
+ </widget>
|
|
|
|
+ </item>
|
|
</layout>
|
|
</layout>
|
|
</item>
|
|
</item>
|
|
</layout>
|
|
</layout>
|
|
@@ -313,6 +345,8 @@
|
|
</action>
|
|
</action>
|
|
</widget>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
- <resources/>
|
|
|
|
|
|
+ <resources>
|
|
|
|
+ <include location="../resources/Almond.qrc"/>
|
|
|
|
+ </resources>
|
|
<connections/>
|
|
<connections/>
|
|
</ui>
|
|
</ui>
|