Wed, 22 Feb 2012 19:23:54 +0100
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>