<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>GradientMenu</class> <widget class="QWidget" name="GradientMenu"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>323</width> <height>501</height> </rect> </property> <property name="windowTitle"> <string>Select Gradient</string> </property> <property name="toolTip"> <string>Remove color from gradient</string> </property> <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,1,0,0"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QLabel" name="titleLbl"> <property name="font"> <font> <pointsize>14</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>Select Gradient</string> </property> </widget> </item> <item> <layout class="QGridLayout" name="gridLayout"> <item row="2" column="0"> <widget class="QPushButton" name="loadBtn"> <property name="text"> <string>Load Gradient</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QComboBox" name="presetCmb"/> </item> <item row="1" column="0"> <widget class="QLabel" name="presetLbl"> <property name="text"> <string>Load Preset:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QPushButton" name="saveBtn"> <property name="text"> <string>Save Gradient</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="1,2"> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="maxValLbl"> <property name="text"> <string>Max. Value</string> </property> </widget> </item> <item> <widget class="QDoubleSpinBox" name="maxValSpb"> <property name="decimals"> <number>0</number> </property> <property name="maximum"> <double>100000.000000000000000</double> </property> <property name="singleStep"> <double>10.000000000000000</double> </property> <property name="stepType"> <enum>QAbstractSpinBox::AdaptiveDecimalStepType</enum> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </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> <property name="iconSize"> <size> <width>32</width> <height>32</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="zoomResetBtn"> <property name="icon"> <iconset resource="../resources/Almond.qrc"> <normaloff>:/icons/zoom_zero</normaloff>:/icons/zoom_zero</iconset> </property> <property name="iconSize"> <size> <width>32</width> <height>32</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="zoomOutBtn"> <property name="icon"> <iconset resource="../resources/Almond.qrc"> <normaloff>:/icons/zoom_out</normaloff>:/icons/zoom_out</iconset> </property> <property name="iconSize"> <size> <width>32</width> <height>32</height> </size> </property> </widget> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="removeBtn"> <property name="toolTip"> <string>Remove color point from gradient</string> </property> <property name="icon"> <iconset resource="../resources/Almond.qrc"> <normaloff>:/icons/cancel</normaloff>:/icons/cancel</iconset> </property> <property name="iconSize"> <size> <width>32</width> <height>32</height> </size> </property> </widget> </item> </layout> </item> <item> <widget class="QScrollArea" name="scrollArea"> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="lineWidth"> <number>0</number> </property> <property name="widgetResizable"> <bool>true</bool> </property> <widget class="QWidget" name="scrollAreaWidgetContents"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>210</width> <height>397</height> </rect> </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="GradientWidget" name="gradientWidget" native="true"/> </item> </layout> </widget> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"/> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"/> </item> </layout> </widget> <customwidgets> <customwidget> <class>GradientWidget</class> <extends>QWidget</extends> <header>GradientWidget.h</header> <container>1</container> </customwidget> </customwidgets> <resources> <include location="../resources/Almond.qrc"/> </resources> <connections/> </ui>