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

[vidalia-svn] r2630: Remove the default QDialogButtonBox connections that Designe (in vidalia: . branches/upnp/src/vidalia/config)



Author: edmanm
Date: 2008-05-31 20:52:04 -0400 (Sat, 31 May 2008)
New Revision: 2630

Modified:
   vidalia/
   vidalia/branches/upnp/src/vidalia/config/upnptestdialog.ui
Log:
 r396@thebe:  edmanm | 2008-05-31 20:33:35 -0400
 Remove the default QDialogButtonBox connections that Designer inserted. Also
 rename a widget and set the dialog buttons to "Retry" and/or "Cancel".



Property changes on: vidalia
___________________________________________________________________
 svk:merge ticket from /local/vidalia [r396] on 45a62a8a-8088-484c-baad-c7b3e776dd32

Modified: vidalia/branches/upnp/src/vidalia/config/upnptestdialog.ui
===================================================================
--- vidalia/branches/upnp/src/vidalia/config/upnptestdialog.ui	2008-06-01 00:52:02 UTC (rev 2629)
+++ vidalia/branches/upnp/src/vidalia/config/upnptestdialog.ui	2008-06-01 00:52:04 UTC (rev 2630)
@@ -31,7 +31,7 @@
     <enum>Qt::Horizontal</enum>
    </property>
    <property name="standardButtons" >
-    <set>QDialogButtonBox::Close|QDialogButtonBox::NoButton|QDialogButtonBox::Retry</set>
+    <set>QDialogButtonBox::Close|QDialogButtonBox::Retry</set>
    </property>
    <property name="centerButtons" >
     <bool>false</bool>
@@ -79,7 +79,7 @@
     <enum>Qt::Horizontal</enum>
    </property>
   </widget>
-  <widget class="QLabel" name="lblCurrentAction" >
+  <widget class="QLabel" name="lblCurrentState" >
    <property name="geometry" >
     <rect>
      <x>80</x>
@@ -96,38 +96,5 @@
  <resources>
   <include location="../res/vidalia_common.qrc" />
  </resources>
- <connections>
-  <connection>
-   <sender>buttonBox</sender>
-   <signal>accepted()</signal>
-   <receiver>UPNPTestDialog</receiver>
-   <slot>accept()</slot>
-   <hints>
-    <hint type="sourcelabel" >
-     <x>248</x>
-     <y>254</y>
-    </hint>
-    <hint type="destinationlabel" >
-     <x>157</x>
-     <y>274</y>
-    </hint>
-   </hints>
-  </connection>
-  <connection>
-   <sender>buttonBox</sender>
-   <signal>rejected()</signal>
-   <receiver>UPNPTestDialog</receiver>
-   <slot>reject()</slot>
-   <hints>
-    <hint type="sourcelabel" >
-     <x>316</x>
-     <y>260</y>
-    </hint>
-    <hint type="destinationlabel" >
-     <x>286</x>
-     <y>274</y>
-    </hint>
-   </hints>
-  </connection>
- </connections>
+ <connections />
 </ui>