-ckeckbox for autologin, removed Button

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@665 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-08-06 10:33:42 +00:00
parent 6f1a6e78cc
commit 48293b5d6e

View file

@ -721,17 +721,17 @@ p, li { white-space: pre-wrap; }
<property name="title" > <property name="title" >
<string>Login</string> <string>Login</string>
</property> </property>
<widget class="QPushButton" name="autoButton" > <widget class="QCheckBox" name="autologincheckBox" >
<property name="geometry" > <property name="geometry" >
<rect> <rect>
<x>10</x> <x>10</x>
<y>20</y> <y>20</y>
<width>151</width> <width>141</width>
<height>31</height> <height>18</height>
</rect> </rect>
</property> </property>
<property name="text" > <property name="text" >
<string>Remove Auto Login</string> <string>Auto Login</string>
</property> </property>
</widget> </widget>
</widget> </widget>
@ -785,7 +785,6 @@ p, li { white-space: pre-wrap; }
<tabstop>cmboLanguage</tabstop> <tabstop>cmboLanguage</tabstop>
<tabstop>cmboStyle</tabstop> <tabstop>cmboStyle</tabstop>
<tabstop>styleSheetCombo</tabstop> <tabstop>styleSheetCombo</tabstop>
<tabstop>autoButton</tabstop>
</tabstops> </tabstops>
<resources> <resources>
<include location="../images.qrc" /> <include location="../images.qrc" />