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

Commit

Permalink
fix(profileform): Fix tab order, fix loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Diadlo committed Apr 12, 2016
1 parent 9565a81 commit 65ab1f4
Showing 1 changed file with 31 additions and 7 deletions.
38 changes: 31 additions & 7 deletions src/widget/form/profileform.ui
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<x>0</x>
<y>0</y>
<width>542</width>
<height>792</height>
<height>802</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4" stretch="0,0,0,1">
Expand Down Expand Up @@ -101,12 +101,6 @@
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="bio"/>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="dnsUsername"/>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="password">
<property name="frame">
Expand Down Expand Up @@ -165,6 +159,16 @@
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="dnsUsername">
<property name="autoFillBackground">
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="bio"/>
</item>
</layout>
</item>
</layout>
Expand Down Expand Up @@ -406,6 +410,26 @@ Profile does not contain your history.</string>
<header location="global">src/widget/tool/croppinglabel.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>scrollArea</tabstop>
<tabstop>userName</tabstop>
<tabstop>statusMessage</tabstop>
<tabstop>dnsUsername</tabstop>
<tabstop>bio</tabstop>
<tabstop>serversList</tabstop>
<tabstop>privacy</tabstop>
<tabstop>registerButton</tabstop>
<tabstop>password</tabstop>
<tabstop>toxId</tabstop>
<tabstop>saveQr</tabstop>
<tabstop>copyQr</tabstop>
<tabstop>renameButton</tabstop>
<tabstop>deleteButton</tabstop>
<tabstop>logoutButton</tabstop>
<tabstop>exportButton</tabstop>
<tabstop>deletePassButton</tabstop>
<tabstop>changePassButton</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

0 comments on commit 65ab1f4

Please sign in to comment.