diff options
| author | tassaron | 2017-06-08 22:56:33 -0400 |
|---|---|---|
| committer | tassaron | 2017-06-08 22:56:33 -0400 |
| commit | d3f979ef2461a3de701df0d5add545b80dfe23ad (patch) | |
| tree | 2765c9108cd7bbf990045a0c6ad8cd5bec4dbfda /presetmanager.ui | |
| parent | c51d86dd74c0548a0e81725534b78e23f6b6acaa (diff) | |
start connecting import/export buttons
Diffstat (limited to 'presetmanager.ui')
| -rw-r--r-- | presetmanager.ui | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/presetmanager.ui b/presetmanager.ui index a7ef15f..47568fb 100644 --- a/presetmanager.ui +++ b/presetmanager.ui @@ -9,7 +9,7 @@ <rect> <x>0</x> <y>0</y> - <width>542</width> + <width>475</width> <height>360</height> </rect> </property> @@ -104,13 +104,6 @@ </property> </widget> </item> - <item> - <widget class="QPushButton" name="pushButton_close"> - <property name="text"> - <string>Close</string> - </property> - </widget> - </item> </layout> </item> <item> @@ -122,6 +115,26 @@ </property> </widget> </item> + <item> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="pushButton_close"> + <property name="text"> + <string>Close</string> + </property> + </widget> + </item> </layout> </item> </layout> |
