added initial (very raw and bugged) multi account support

This commit is contained in:
2016-02-08 16:27:32 +03:00
parent 72a16516f4
commit 97f9e5ed5e
3 changed files with 121 additions and 41 deletions

View File

@@ -306,7 +306,7 @@
<string>minutes</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<widget class="QComboBox" name="comboAccounts">
<property name="geometry">
<rect>
<x>20</x>
@@ -315,6 +315,9 @@
<height>23</height>
</rect>
</property>
<property name="insertPolicy">
<enum>QComboBox::InsertAtCurrent</enum>
</property>
</widget>
<widget class="QPushButton" name="btnAddAccount">
<property name="geometry">