diff options
author | Alexia <alexia@robotbrain.info> | 2016-05-12 16:51:25 -0400 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-05-15 16:01:05 +0200 |
commit | 377316999ea9ef6adbc75c52a858eb8e526616e7 (patch) | |
tree | 1ad7ba47c89c69d0e25f7e6e0f592782e75b81d1 /application/pages/global/AccountListPage.ui | |
parent | f9791a5cc80b8e99eebd68176c33fdc1c377af86 (diff) | |
download | PrismLauncher-377316999ea9ef6adbc75c52a858eb8e526616e7.tar.gz PrismLauncher-377316999ea9ef6adbc75c52a858eb8e526616e7.tar.bz2 PrismLauncher-377316999ea9ef6adbc75c52a858eb8e526616e7.zip |
GH-767 Basic skin upload
Diffstat (limited to 'application/pages/global/AccountListPage.ui')
-rw-r--r-- | application/pages/global/AccountListPage.ui | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/application/pages/global/AccountListPage.ui b/application/pages/global/AccountListPage.ui index fa2e5bf0..270d5b56 100644 --- a/application/pages/global/AccountListPage.ui +++ b/application/pages/global/AccountListPage.ui @@ -97,6 +97,16 @@ </property> </widget> </item> + <item> + <widget class="QPushButton" name="uploadSkinBtn"> + <property name="toolTip"> + <string>Opens a dialog to select and upload a skin image to the selected account.</string> + </property> + <property name="text"> + <string>&Upload</string> + </property> + </widget> + </item> </layout> </item> </layout> |