added save account button and account removal warning
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user