aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.ui
diff options
context:
space:
mode:
authortassaron2017-05-28 16:30:18 -0400
committertassaron2017-05-28 16:30:18 -0400
commitd9641d8db39c53326dd9c0fd8149880baa7d1431 (patch)
treee9e4a01280375fe855ab325951fe1f0f0b2fc188 /mainwindow.ui
parentfa89cd38f22051fe6e3afec5e93eb7e1e70351c0 (diff)
parent719e9a4ddf306b06bce7a5dcf0f3028731db0664 (diff)
slight fixes to component UIs
Diffstat (limited to 'mainwindow.ui')
-rw-r--r--mainwindow.ui27
1 files changed, 24 insertions, 3 deletions
diff --git a/mainwindow.ui b/mainwindow.ui
index ce8233e..b15cc8e 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -129,6 +129,13 @@
</property>
</widget>
</item>
+ <item>
+ <widget class="QPushButton" name="pushButton_saveAs">
+ <property name="text">
+ <string>Save As</string>
+ </property>
+ </widget>
+ </item>
</layout>
</item>
<item>
@@ -142,7 +149,7 @@
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
- <height>10</height>
+ <height>20</height>
</size>
</property>
</spacer>
@@ -168,14 +175,28 @@
<item>
<widget class="QPushButton" name="pushButton_addComponent">
<property name="text">
- <string>Add Component</string>
+ <string>Add</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_removeComponent">
<property name="text">
- <string>Remove Component</string>
+ <string>Remove</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="pushButton_listMoveDown">
+ <property name="text">
+ <string>Down</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="pushButton_listMoveUp">
+ <property name="text">
+ <string>Up</string>
</property>
</widget>
</item>