mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(profileform): Fix tab order, fix loop
This commit is contained in:
parent
9565a81755
commit
65ab1f4e14
|
@ -40,7 +40,7 @@
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>542</width>
|
<width>542</width>
|
||||||
<height>792</height>
|
<height>802</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_4" stretch="0,0,0,1">
|
<layout class="QVBoxLayout" name="verticalLayout_4" stretch="0,0,0,1">
|
||||||
|
@ -101,12 +101,6 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</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">
|
<item row="6" column="1">
|
||||||
<widget class="QLineEdit" name="password">
|
<widget class="QLineEdit" name="password">
|
||||||
<property name="frame">
|
<property name="frame">
|
||||||
|
@ -165,6 +159,16 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</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>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
@ -406,6 +410,26 @@ Profile does not contain your history.</string>
|
||||||
<header location="global">src/widget/tool/croppinglabel.h</header>
|
<header location="global">src/widget/tool/croppinglabel.h</header>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
</customwidgets>
|
</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/>
|
<resources/>
|
||||||
<connections/>
|
<connections/>
|
||||||
</ui>
|
</ui>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user