Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
feat(profileform): Added ability to change toxme server
Browse files Browse the repository at this point in the history
Combo box set editable. Now user can enter server himself
  • Loading branch information
Diadlo committed Apr 12, 2016
1 parent fc2a572 commit 41c5d4b
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions src/widget/form/profileform.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>584</width>
<width>574</width>
<height>659</height>
</rect>
</property>
Expand Down Expand Up @@ -39,7 +39,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>542</width>
<width>536</width>
<height>802</height>
</rect>
</property>
Expand Down Expand Up @@ -136,6 +136,15 @@
<property name="text">
<string>Register</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="0">
Expand All @@ -147,6 +156,12 @@
</item>
<item row="3" column="1">
<widget class="QComboBox" name="serversList">
<property name="enabled">
<bool>true</bool>
</property>
<property name="editable">
<bool>true</bool>
</property>
<property name="currentIndex">
<number>-1</number>
</property>
Expand Down

0 comments on commit 41c5d4b

Please sign in to comment.