[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2488: Make the 'Start a proxy application...' checkbox and group b (vidalia/trunk/src/vidalia/config)



Author: edmanm
Date: 2008-04-05 19:43:44 -0400 (Sat, 05 Apr 2008)
New Revision: 2488

Modified:
   vidalia/trunk/src/vidalia/config/generalpage.ui
Log:
Make the 'Start a proxy application...' checkbox and group box behave like
the checkboxes and group boxes on the Network settings page.


Modified: vidalia/trunk/src/vidalia/config/generalpage.ui
===================================================================
--- vidalia/trunk/src/vidalia/config/generalpage.ui	2008-04-05 23:20:55 UTC (rev 2487)
+++ vidalia/trunk/src/vidalia/config/generalpage.ui	2008-04-05 23:43:44 UTC (rev 2488)
@@ -6,7 +6,7 @@
     <x>0</x>
     <y>0</y>
     <width>496</width>
-    <height>347</height>
+    <height>288</height>
    </rect>
   </property>
   <property name="contextMenuPolicy" >
@@ -19,7 +19,7 @@
    <item>
     <widget class="QCheckBox" name="chkRunVidaliaAtSystemStartup" >
      <property name="text" >
-      <string>Run Vidalia when my system starts</string>
+      <string>Start Vidalia when my system starts</string>
      </property>
     </widget>
    </item>
@@ -70,6 +70,16 @@
     </widget>
    </item>
    <item>
+    <widget class="QCheckBox" name="chkRunProxyAtVidaliaStartup" >
+     <property name="text" >
+      <string>Start a proxy application when Vidalia starts</string>
+     </property>
+     <property name="checked" >
+      <bool>true</bool>
+     </property>
+    </widget>
+   </item>
+   <item>
     <widget class="QGroupBox" name="grpProxyExecutable" >
      <property name="sizePolicy" >
       <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
@@ -84,7 +94,7 @@
       </size>
      </property>
      <property name="title" >
-      <string>Proxy Executable (optional)</string>
+      <string>Proxy Executable</string>
      </property>
      <layout class="QVBoxLayout" >
       <item>
@@ -92,14 +102,14 @@
         <item>
          <widget class="QLineEdit" name="lineProxyExecutable" >
           <property name="enabled" >
-           <bool>false</bool>
+           <bool>true</bool>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QPushButton" name="btnBrowseProxyExecutable" >
           <property name="enabled" >
-           <bool>false</bool>
+           <bool>true</bool>
           </property>
           <property name="text" >
            <string>Browse</string>
@@ -113,7 +123,7 @@
         <item>
          <widget class="QLabel" name="lblProxyExecutableArguments" >
           <property name="enabled" >
-           <bool>false</bool>
+           <bool>true</bool>
           </property>
           <property name="text" >
            <string>Command Line Arguments:</string>
@@ -125,17 +135,10 @@
       <item>
        <widget class="QLineEdit" name="lineProxyExecutableArguments" >
         <property name="enabled" >
-         <bool>false</bool>
+         <bool>true</bool>
         </property>
        </widget>
       </item>
-      <item>
-       <widget class="QCheckBox" name="chkRunProxyAtVidaliaStartup" >
-        <property name="text" >
-         <string>Start a proxy application when Vidalia starts</string>
-        </property>
-       </widget>
-      </item>
      </layout>
     </widget>
    </item>
@@ -161,66 +164,18 @@
   <connection>
    <sender>chkRunProxyAtVidaliaStartup</sender>
    <signal>toggled(bool)</signal>
-   <receiver>btnBrowseProxyExecutable</receiver>
-   <slot>setEnabled(bool)</slot>
+   <receiver>grpProxyExecutable</receiver>
+   <slot>setVisible(bool)</slot>
    <hints>
     <hint type="sourcelabel" >
-     <x>253</x>
-     <y>310</y>
+     <x>247</x>
+     <y>138</y>
     </hint>
     <hint type="destinationlabel" >
-     <x>432</x>
-     <y>216</y>
+     <x>247</x>
+     <y>208</y>
     </hint>
    </hints>
   </connection>
-  <connection>
-   <sender>chkRunProxyAtVidaliaStartup</sender>
-   <signal>toggled(bool)</signal>
-   <receiver>lineProxyExecutable</receiver>
-   <slot>setEnabled(bool)</slot>
-   <hints>
-    <hint type="sourcelabel" >
-     <x>253</x>
-     <y>310</y>
-    </hint>
-    <hint type="destinationlabel" >
-     <x>207</x>
-     <y>217</y>
-    </hint>
-   </hints>
-  </connection>
-  <connection>
-   <sender>chkRunProxyAtVidaliaStartup</sender>
-   <signal>toggled(bool)</signal>
-   <receiver>lineProxyExecutableArguments</receiver>
-   <slot>setEnabled(bool)</slot>
-   <hints>
-    <hint type="sourcelabel" >
-     <x>253</x>
-     <y>310</y>
-    </hint>
-    <hint type="destinationlabel" >
-     <x>253</x>
-     <y>279</y>
-    </hint>
-   </hints>
-  </connection>
-  <connection>
-   <sender>chkRunProxyAtVidaliaStartup</sender>
-   <signal>toggled(bool)</signal>
-   <receiver>lblProxyExecutableArguments</receiver>
-   <slot>setEnabled(bool)</slot>
-   <hints>
-    <hint type="sourcelabel" >
-     <x>253</x>
-     <y>310</y>
-    </hint>
-    <hint type="destinationlabel" >
-     <x>253</x>
-     <y>248</y>
-    </hint>
-   </hints>
-  </connection>
  </connections>
 </ui>