diff options
| author | DH4 | 2017-06-03 16:46:52 -0500 |
|---|---|---|
| committer | DH4 | 2017-06-03 16:46:52 -0500 |
| commit | cf197904b82d6f5769f23c15d047d22a2bd46644 (patch) | |
| tree | 7e1f9926cf42e3b5c71d353312fbc048c4ed4dbb /mainwindow.ui | |
| parent | 2d515540aa5f22a6027a86ff616f32ab5f7b0b1d (diff) | |
Add component changed to menu.
Diffstat (limited to 'mainwindow.ui')
| -rw-r--r-- | mainwindow.ui | 101 |
1 files changed, 75 insertions, 26 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index eda5bb6..5e10028 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -141,28 +141,12 @@ <property name="sizeHint" stdset="0"> <size> <width>20</width> - <height>20</height> + <height>15</height> </size> </property> </spacer> </item> <item> - <widget class="QComboBox" name="comboBox_componentSelection"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize"> - <size> - <width>280</width> - <height>0</height> - </size> - </property> - </widget> - </item> - <item> <layout class="QHBoxLayout" name="horizontalLayout_14"> <item> <widget class="QPushButton" name="pushButton_addComponent"> @@ -197,17 +181,63 @@ </layout> </item> <item> - <widget class="QListWidget" name="listWidget_componentList"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> + <layout class="QHBoxLayout" name="horizontalLayout_7"> + <property name="leftMargin"> + <number>4</number> </property> - </widget> + <property name="rightMargin"> + <number>2</number> + </property> + <item> + <widget class="QListWidget" name="listWidget_componentList"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <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="frameShape"> + <enum>QFrame::StyledPanel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Sunken</enum> + </property> + <property name="lineWidth"> + <number>1</number> + </property> + <property name="showDropIndicator" stdset="0"> + <bool>false</bool> + </property> + <property name="dragEnabled"> + <bool>false</bool> + </property> + <property name="dragDropOverwriteMode"> + <bool>false</bool> + </property> + <property name="dragDropMode"> + <enum>QAbstractItemView::NoDragDrop</enum> + </property> + </widget> + </item> + </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_15"> + <property name="leftMargin"> + <number>2</number> + </property> <item> <widget class="QComboBox" name="comboBox_openPreset"> <property name="sizePolicy"> @@ -216,17 +246,36 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="minimumSize"> + <size> + <width>180</width> + <height>0</height> + </size> + </property> <item> <property name="text"> - <string>Open Preset</string> + <string>Component Presets</string> </property> </item> </widget> </item> <item> <widget class="QPushButton" name="pushButton_savePreset"> + <property name="minimumSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + <property name="text"> + <string>Save</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="pushButton_removePreset"> <property name="text"> - <string>Save Preset</string> + <string>Remove</string> </property> </widget> </item> |
