diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-09-14 23:49:32 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-09-14 23:49:32 +0200 |
commit | 8d3f13c4478f7e99a32a0804d57ac2ece05d7e92 (patch) | |
tree | 2a18611e63cfbf501801563982562c136b0bca56 /application/pages/WorldListPage.ui | |
parent | dd8eacee1b28ca40f8dc770587d111656d92d5fb (diff) | |
download | MultiMC-8d3f13c4478f7e99a32a0804d57ac2ece05d7e92.tar MultiMC-8d3f13c4478f7e99a32a0804d57ac2ece05d7e92.tar.gz MultiMC-8d3f13c4478f7e99a32a0804d57ac2ece05d7e92.tar.lz MultiMC-8d3f13c4478f7e99a32a0804d57ac2ece05d7e92.tar.xz MultiMC-8d3f13c4478f7e99a32a0804d57ac2ece05d7e92.zip |
GH-1227 add world copy and rename
Diffstat (limited to 'application/pages/WorldListPage.ui')
-rw-r--r-- | application/pages/WorldListPage.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/application/pages/WorldListPage.ui b/application/pages/WorldListPage.ui index ecd9709f..b5fd33da 100644 --- a/application/pages/WorldListPage.ui +++ b/application/pages/WorldListPage.ui @@ -71,6 +71,20 @@ </widget> </item> <item> + <widget class="QPushButton" name="copyBtn"> + <property name="text"> + <string>Copy</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="renameBtn"> + <property name="text"> + <string>Rename</string> + </property> + </widget> + </item> + <item> <widget class="QPushButton" name="rmWorldBtn"> <property name="text"> <string>&Remove</string> @@ -134,6 +148,8 @@ <tabstop>tabWidget</tabstop> <tabstop>worldTreeView</tabstop> <tabstop>addBtn</tabstop> + <tabstop>copyBtn</tabstop> + <tabstop>renameBtn</tabstop> <tabstop>rmWorldBtn</tabstop> <tabstop>mcEditBtn</tabstop> <tabstop>copySeedBtn</tabstop> |