diff options
Diffstat (limited to 'mainwindow.ui')
| -rw-r--r-- | mainwindow.ui | 27 |
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> |
