|
@@ -69,7 +69,69 @@
|
|
|
</layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
- <widget class="GradientWidget" name="gradientWidget" native="true"/>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,0">
|
|
|
+ <item>
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="zoomOutBtn">
|
|
|
+ <property name="icon">
|
|
|
+ <iconset resource="../resources/Almond.qrc">
|
|
|
+ <normaloff>:/icons/zoom_out</normaloff>:/icons/zoom_out</iconset>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="zoomInBtn">
|
|
|
+ <property name="icon">
|
|
|
+ <iconset resource="../resources/Almond.qrc">
|
|
|
+ <normaloff>:/icons/zoom_in</normaloff>:/icons/zoom_in</iconset>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QScrollArea" name="scrollArea">
|
|
|
+ <property name="verticalScrollBarPolicy">
|
|
|
+ <enum>Qt::ScrollBarAlwaysOn</enum>
|
|
|
+ </property>
|
|
|
+ <property name="sizeAdjustPolicy">
|
|
|
+ <enum>QAbstractScrollArea::AdjustToContents</enum>
|
|
|
+ </property>
|
|
|
+ <property name="widgetResizable">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>0</x>
|
|
|
+ <y>0</y>
|
|
|
+ <width>245</width>
|
|
|
+ <height>359</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
+ <item>
|
|
|
+ <widget class="GradientWidget" name="gradientWidget" native="true">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>0</width>
|
|
|
+ <height>300</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
</item>
|
|
|
<item>
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
@@ -119,6 +181,8 @@
|
|
|
<container>1</container>
|
|
|
</customwidget>
|
|
|
</customwidgets>
|
|
|
- <resources/>
|
|
|
+ <resources>
|
|
|
+ <include location="../resources/Almond.qrc"/>
|
|
|
+ </resources>
|
|
|
<connections/>
|
|
|
</ui>
|