Fixed a missing signal-slot-connection. 5_2_x

Wed, 22 Feb 2012 19:23:54 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 22 Feb 2012 19:23:54 +0100
branch
5_2_x
changeset 1656
a1f6aa6e36bf
parent 1650
ee57b7f8fa10
child 1657
53b34dfe1fa0

Fixed a missing signal-slot-connection.

Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui file | annotate | diff | comparison | revisions
--- a/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui	Tue Feb 21 18:37:34 2012 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.ui	Wed Feb 22 19:23:54 2012 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>400</width>
-    <height>350</height>
+    <height>362</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -199,8 +199,8 @@
    <slot>reject()</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>157</x>
-     <y>326</y>
+     <x>166</x>
+     <y>352</y>
     </hint>
     <hint type="destinationlabel">
      <x>45</x>
@@ -256,5 +256,21 @@
     </hint>
    </hints>
   </connection>
+  <connection>
+   <sender>currentDateCheckBox</sender>
+   <signal>toggled(bool)</signal>
+   <receiver>dateTimeEdit</receiver>
+   <slot>setDisabled(bool)</slot>
+   <hints>
+    <hint type="sourcelabel">
+     <x>131</x>
+     <y>270</y>
+    </hint>
+    <hint type="destinationlabel">
+     <x>130</x>
+     <y>288</y>
+    </hint>
+   </hints>
+  </connection>
  </connections>
 </ui>

eric ide

mercurial