diff options
Diffstat (limited to 'gui/gui.ui')
-rw-r--r-- | gui/gui.ui | 109 |
1 files changed, 87 insertions, 22 deletions
@@ -134,6 +134,85 @@ </widget> </item> <item> + <layout class="QHBoxLayout" name="horizontalLayout_9"> + <item> + <layout class="QVBoxLayout" name="verticalLayout_9"> + <property name="sizeConstraint"> + <enum>QLayout::SizeConstraint::SetMinimumSize</enum> + </property> + <item> + <widget class="QLabel" name="label"> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>16777215</height> + </size> + </property> + <property name="text"> + <string>C1 2^</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_2"> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>16777215</height> + </size> + </property> + <property name="text"> + <string>C2 2^</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_3"> + <property name="minimumSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>16777215</height> + </size> + </property> + <property name="text"> + <string>C3 2^</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_4"> + <property name="maximumSize"> + <size> + <width>16777215</width> + <height>16777215</height> + </size> + </property> + <property name="text"> + <string>C4 2^</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="DynamicWaysEntry" name="cache_way_selector" native="true"> + <property name="minimumSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + </widget> + </item> + </layout> + </item> + <item> <widget class="Line" name="line_35"> <property name="orientation"> <enum>Qt::Orientation::Horizontal</enum> @@ -143,9 +222,6 @@ <item> <layout class="QVBoxLayout" name="verticalLayout_27"> <item> - <widget class="QLineEdit" name="way_box_1"/> - </item> - <item> <layout class="QHBoxLayout" name="horizontalLayout_10"> <item> <widget class="QCheckBox" name="enable_pipeline_checkbox"> @@ -534,18 +610,6 @@ <item> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> - <widget class="QLabel" name="label_14"> - <property name="font"> - <font> - <bold>true</bold> - </font> - </property> - <property name="text"> - <string>Run</string> - </property> - </widget> - </item> - <item> <widget class="QSlider" name="step_slider"> <property name="minimum"> <number>0</number> @@ -598,19 +662,20 @@ </property> </widget> </item> - <item row="0" column="0"> - <widget class="QGroupBox" name="groupBox"> - <property name="title"> - <string>GroupBox</string> - </property> - </widget> - </item> </layout> </item> </layout> </widget> <widget class="QStatusBar" name="statusBar"/> </widget> + <customwidgets> + <customwidget> + <class>DynamicWaysEntry</class> + <extends>QWidget</extends> + <header location="global">dynamicwaysentry.h</header> + <container>1</container> + </customwidget> + </customwidgets> <resources/> <connections/> </ui> |