diff options
| author | DH4 | 2017-05-28 15:05:08 -0500 |
|---|---|---|
| committer | DH4 | 2017-05-28 15:05:08 -0500 |
| commit | 719e9a4ddf306b06bce7a5dcf0f3028731db0664 (patch) | |
| tree | 0bd4b0b672af3c46ab97120068810bd08175b7b8 /mainwindow.ui | |
| parent | e3079f7a67ce8939ebb861b9580c281f81331181 (diff) | |
Implemented change list order
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> |
