summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/preferences/preferences_defaults.ui
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-11-04 21:24:51 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-04 17:24:31 -0800
commit4491711e097a3f4fd9813f3affd0aa5dbb6e0982 (patch)
tree5e6c46af2a434464be67e6e5acc04cc99d0de459 /desktop-widgets/preferences/preferences_defaults.ui
parentba55c603953bb530de2fe97fa46098d8c87e6aa5 (diff)
downloadsubsurface-4491711e097a3f4fd9813f3affd0aa5dbb6e0982.tar.gz
Re-add the signal connections
The signal connections from the old preferences got lost when we moved to the new ones because Designer is broken and can't handle signals / connactions from copy/pasted content. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/preferences/preferences_defaults.ui')
-rw-r--r--desktop-widgets/preferences/preferences_defaults.ui37
1 files changed, 35 insertions, 2 deletions
diff --git a/desktop-widgets/preferences/preferences_defaults.ui b/desktop-widgets/preferences/preferences_defaults.ui
index 632e82763..627d22cce 100644
--- a/desktop-widgets/preferences/preferences_defaults.ui
+++ b/desktop-widgets/preferences/preferences_defaults.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>555</width>
+ <width>561</width>
<height>558</height>
</rect>
</property>
@@ -247,5 +247,38 @@
</layout>
</widget>
<resources/>
- <connections/>
+ <connections>
+ <connection>
+ <sender>btnUseDefaultFile</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>chooseFile</receiver>
+ <slot>setHidden(bool)</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>462</x>
+ <y>136</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>528</x>
+ <y>145</y>
+ </hint>
+ </hints>
+ </connection>
+ <connection>
+ <sender>velocitySlider</sender>
+ <signal>valueChanged(int)</signal>
+ <receiver>velocitySpinBox</receiver>
+ <slot>setValue(int)</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>437</x>
+ <y>299</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>531</x>
+ <y>301</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
</ui>