1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

feat(profileform): Added ability to change toxme server

Combo box set editable. Now user can enter server himself
This commit is contained in:
Diadlo 2016-01-02 03:00:21 +03:00 committed by Polshakov Dmitry
parent fc2a572309
commit 41c5d4bf14

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>584</width> <width>574</width>
<height>659</height> <height>659</height>
</rect> </rect>
</property> </property>
@ -39,7 +39,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>542</width> <width>536</width>
<height>802</height> <height>802</height>
</rect> </rect>
</property> </property>
@ -136,6 +136,15 @@
<property name="text"> <property name="text">
<string>Register</string> <string>Register</string>
</property> </property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="0"> <item row="0" column="0">
@ -147,6 +156,12 @@
</item> </item>
<item row="3" column="1"> <item row="3" column="1">
<widget class="QComboBox" name="serversList"> <widget class="QComboBox" name="serversList">
<property name="enabled">
<bool>true</bool>
</property>
<property name="editable">
<bool>true</bool>
</property>
<property name="currentIndex"> <property name="currentIndex">
<number>-1</number> <number>-1</number>
</property> </property>