Skip to content
Snippets Groups Projects
Commit 1596d305 authored by dk21i290's avatar dk21i290
Browse files

another attempt on restoring the connections?

parent 38c0e09e
No related branches found
No related tags found
1 merge request!28Halton Colors are introduced as an option for int-values properties. Also,...
......@@ -144,10 +144,10 @@
<string>Use Random Colors</string>
</property>
<property name="checked">
<bool>true</bool>
<bool>false</bool>
</property>
<property name="autoExclusive">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</item>
......@@ -160,7 +160,7 @@
<string>Use Halton Colors</string>
</property>
<property name="autoExclusive">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</item>
......@@ -255,38 +255,6 @@
</tabstops>
<resources/>
<connections>
<connection>
<sender>intColorCoder</sender>
<signal>toggled(bool)</signal>
<receiver>intMin</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>146</x>
<y>49</y>
</hint>
<hint type="destinationlabel">
<x>148</x>
<y>113</y>
</hint>
</hints>
</connection>
<connection>
<sender>intColorCoder</sender>
<signal>toggled(bool)</signal>
<receiver>intMax</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>215</x>
<y>49</y>
</hint>
<hint type="destinationlabel">
<x>427</x>
<y>113</y>
</hint>
</hints>
</connection>
<connection>
<sender>intColorCoder</sender>
<signal>toggled(bool)</signal>
......@@ -338,80 +306,112 @@
<connection>
<sender>intRandom</sender>
<signal>toggled(bool)</signal>
<receiver>intMapBlackValue</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>147</x>
<y>310</y>
</hint>
<hint type="destinationlabel">
<x>276</x>
<y>408</y>
</hint>
</hints>
</connection>
<connection>
<sender>intRandom</sender>
<signal>clicked(bool)</signal>
<receiver>intMin</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>182</x>
<y>311</y>
<x>36</x>
<y>309</y>
</hint>
<hint type="destinationlabel">
<x>174</x>
<y>106</y>
<x>46</x>
<y>98</y>
</hint>
</hints>
</connection>
<connection>
<sender>intRandom</sender>
<signal>toggled(bool)</signal>
<signal>clicked(bool)</signal>
<receiver>intMax</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>199</x>
<y>306</y>
<x>180</x>
<y>311</y>
</hint>
<hint type="destinationlabel">
<x>279</x>
<y>96</y>
<x>237</x>
<y>91</y>
</hint>
</hints>
</connection>
<connection>
<sender>intHaltonColors</sender>
<signal>toggled(bool)</signal>
<signal>clicked(bool)</signal>
<receiver>intMin</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>269</x>
<y>316</y>
</hint>
<hint type="destinationlabel">
<x>195</x>
<y>106</y>
</hint>
</hints>
</connection>
<connection>
<sender>intHaltonColors</sender>
<signal>clicked(bool)</signal>
<receiver>intMax</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>280</x>
<x>347</x>
<y>304</y>
</hint>
<hint type="destinationlabel">
<x>412</x>
<y>101</y>
<x>353</x>
<y>97</y>
</hint>
</hints>
</connection>
<connection>
<sender>intHaltonColors</sender>
<signal>toggled(bool)</signal>
<sender>intColorCoder</sender>
<signal>clicked(bool)</signal>
<receiver>intMin</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>369</x>
<y>308</y>
<x>168</x>
<y>39</y>
</hint>
<hint type="destinationlabel">
<x>192</x>
<y>88</y>
<x>159</x>
<y>94</y>
</hint>
</hints>
</connection>
<connection>
<sender>intRandom</sender>
<signal>toggled(bool)</signal>
<receiver>intMapBlackValue</receiver>
<slot>setEnabled(bool)</slot>
<sender>intColorCoder</sender>
<signal>clicked(bool)</signal>
<receiver>intMax</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>147</x>
<y>310</y>
<x>285</x>
<y>43</y>
</hint>
<hint type="destinationlabel">
<x>276</x>
<y>408</y>
<x>286</x>
<y>89</y>
</hint>
</hints>
</connection>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment