added save account button and account removal warning

This commit is contained in:
2016-02-08 21:26:43 +03:00
parent 8518e9f93d
commit 6a1dba2aae
6 changed files with 2686 additions and 2554 deletions

View File

@@ -364,7 +364,7 @@
<widget class="QPushButton" name="btnRemoveAccount">
<property name="geometry">
<rect>
<x>260</x>
<x>300</x>
<y>80</y>
<width>31</width>
<height>23</height>
@@ -382,6 +382,27 @@
</iconset>
</property>
</widget>
<widget class="QPushButton" name="btnSaveAccount">
<property name="geometry">
<rect>
<x>260</x>
<y>80</y>
<width>31</width>
<height>23</height>
</rect>
</property>
<property name="toolTip">
<string>Save account</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normalon>:/icons/save_account.png</normalon>
</iconset>
</property>
</widget>
</widget>
<resources>
<include location="../resources.qrc"/>