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