source: tspsg/ui/settingsdialog.ui @ c8ed26ddf1

appveyorimgbotreadme
Last change on this file since c8ed26ddf1 was c8ed26ddf1, checked in by Oleksii Serdiuk, 12 years ago

Implemented color selection from Settings Dialog.

Changing background color appeared to be much harder than expected, so
this feature was removed for now. It is possible to change background
color of the solution output area. However, this background change
doesn't affect printing and export - there background color always stays
white. Will investigate possible workarounds later...

Closes ticket:13 - All colors should be configurable through Settings Dialog

  • Property mode set to 100644
File size: 31.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <author>Oleksii Serdiuk: $Id: $Format:%h %ai %an$ $</author>
4 <class>SettingsDialog</class>
5 <widget class="QDialog" name="SettingsDialog">
6  <property name="windowTitle">
7   <string>Preferences</string>
8  </property>
9  <widget class="QWidget" name="bgGrey" native="true">
10   <property name="sizePolicy">
11    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
12     <horstretch>0</horstretch>
13     <verstretch>0</verstretch>
14    </sizepolicy>
15   </property>
16   <property name="autoFillBackground">
17    <bool>true</bool>
18   </property>
19   <layout class="QVBoxLayout" name="_2">
20    <property name="spacing">
21     <number>0</number>
22    </property>
23    <property name="margin">
24     <number>0</number>
25    </property>
26    <item>
27     <widget class="Line" name="lineHorizontal">
28      <property name="maximumSize">
29       <size>
30        <width>16777215</width>
31        <height>2</height>
32       </size>
33      </property>
34      <property name="frameShadow">
35       <enum>QFrame::Plain</enum>
36      </property>
37      <property name="lineWidth">
38       <number>2</number>
39      </property>
40      <property name="orientation">
41       <enum>Qt::Horizontal</enum>
42      </property>
43     </widget>
44    </item>
45    <item>
46     <layout class="QHBoxLayout" name="buttons">
47      <property name="spacing">
48       <number>6</number>
49      </property>
50      <property name="margin">
51       <number>6</number>
52      </property>
53      <item>
54       <widget class="QToolButton" name="buttonHelp">
55        <property name="enabled">
56         <bool>false</bool>
57        </property>
58        <property name="cursor">
59         <cursorShape>PointingHandCursor</cursorShape>
60        </property>
61        <property name="toolTip">
62         <string>Help</string>
63        </property>
64        <property name="statusTip">
65         <string>Get preferences help</string>
66        </property>
67        <property name="text">
68         <string>Help</string>
69        </property>
70        <property name="autoRaise">
71         <bool>true</bool>
72        </property>
73       </widget>
74      </item>
75      <item>
76       <widget class="QDialogButtonBox" name="buttonBox">
77        <property name="standardButtons">
78         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
79        </property>
80       </widget>
81      </item>
82     </layout>
83    </item>
84   </layout>
85  </widget>
86  <widget class="QWidget" name="bgWhite" native="true">
87   <property name="autoFillBackground">
88    <bool>true</bool>
89   </property>
90   <layout class="QHBoxLayout" name="_3">
91    <item>
92     <widget class="QTabWidget" name="tabWidget">
93      <widget class="QWidget" name="tabGeneral">
94       <attribute name="title">
95        <string>General</string>
96       </attribute>
97       <attribute name="toolTip">
98        <string>General TSPSG settings</string>
99       </attribute>
100       <layout class="QVBoxLayout" name="_4">
101        <item>
102         <widget class="QCheckBox" name="cbAutosize">
103          <property name="cursor">
104           <cursorShape>PointingHandCursor</cursorShape>
105          </property>
106          <property name="statusTip">
107           <string>Automatically resize rows and columns to their contents</string>
108          </property>
109          <property name="text">
110           <string>Autosize of rows and columns</string>
111          </property>
112         </widget>
113        </item>
114        <item>
115         <widget class="QCheckBox" name="cbSaveLastUsed">
116          <property name="cursor">
117           <cursorShape>PointingHandCursor</cursorShape>
118          </property>
119          <property name="statusTip">
120           <string>Remember the last used directory when opening and saving files</string>
121          </property>
122          <property name="text">
123           <string>Remember last used directories</string>
124          </property>
125         </widget>
126        </item>
127        <item>
128         <widget class="QCheckBox" name="cbUseNativeDialogs">
129          <property name="cursor">
130           <cursorShape>PointingHandCursor</cursorShape>
131          </property>
132          <property name="statusTip">
133           <string>Use native File Open and File Save dialogs (uncheck to use Qt's Dialogs)</string>
134          </property>
135          <property name="text">
136           <string>Use native file dialogs</string>
137          </property>
138         </widget>
139        </item>
140        <item>
141         <spacer name="spacer">
142          <property name="orientation">
143           <enum>Qt::Vertical</enum>
144          </property>
145          <property name="sizeHint" stdset="0">
146           <size>
147            <width>0</width>
148            <height>1</height>
149           </size>
150          </property>
151         </spacer>
152        </item>
153       </layout>
154      </widget>
155      <widget class="QWidget" name="tabTask">
156       <attribute name="title">
157        <string>Task</string>
158       </attribute>
159       <attribute name="toolTip">
160        <string>Task generation and solving settings</string>
161       </attribute>
162       <layout class="QVBoxLayout" name="_9">
163        <item>
164         <layout class="QFormLayout" name="_5">
165          <property name="fieldGrowthPolicy">
166           <enum>QFormLayout::ExpandingFieldsGrow</enum>
167          </property>
168          <item row="0" column="0">
169           <widget class="QLabel" name="labelFractionalAccuracy">
170            <property name="text">
171             <string>Fractional accuracy:</string>
172            </property>
173            <property name="buddy">
174             <cstring>spinFractionalAccuracy</cstring>
175            </property>
176           </widget>
177          </item>
178          <item row="0" column="1">
179           <widget class="QSpinBox" name="spinFractionalAccuracy">
180            <property name="cursor">
181             <cursorShape>PointingHandCursor</cursorShape>
182            </property>
183            <property name="statusTip">
184             <string>Accuracy of the fractional values (in decimal places)</string>
185            </property>
186            <property name="maximum">
187             <number>6</number>
188            </property>
189           </widget>
190          </item>
191         </layout>
192        </item>
193        <item>
194         <widget class="QCheckBox" name="cbSymmetricMode">
195          <property name="cursor">
196           <cursorShape>PointingHandCursor</cursorShape>
197          </property>
198          <property name="statusTip">
199           <string>In this mode the cost of travel from city 1 to city 2 and vice versa is the same</string>
200          </property>
201          <property name="text">
202           <string>Symmetric mode</string>
203          </property>
204         </widget>
205        </item>
206        <item>
207         <widget class="QGroupBox" name="gbTaskGeneration">
208          <property name="title">
209           <string>Task generation</string>
210          </property>
211          <layout class="QVBoxLayout" name="_7">
212           <item>
213            <layout class="QFormLayout" name="_8">
214             <property name="fieldGrowthPolicy">
215              <enum>QFormLayout::ExpandingFieldsGrow</enum>
216             </property>
217             <item row="0" column="0">
218              <widget class="QLabel" name="labelRandMin">
219               <property name="text">
220                <string>Minimal random:</string>
221               </property>
222               <property name="buddy">
223                <cstring>spinRandMin</cstring>
224               </property>
225              </widget>
226             </item>
227             <item row="0" column="1">
228              <widget class="QSpinBox" name="spinRandMin">
229               <property name="cursor">
230                <cursorShape>PointingHandCursor</cursorShape>
231               </property>
232               <property name="statusTip">
233                <string>Minimum for random number generation</string>
234               </property>
235              </widget>
236             </item>
237             <item row="1" column="0">
238              <widget class="QLabel" name="labelRandMax">
239               <property name="text">
240                <string>Maximal random:</string>
241               </property>
242               <property name="buddy">
243                <cstring>spinRandMax</cstring>
244               </property>
245              </widget>
246             </item>
247             <item row="1" column="1">
248              <widget class="QSpinBox" name="spinRandMax">
249               <property name="cursor">
250                <cursorShape>PointingHandCursor</cursorShape>
251               </property>
252               <property name="statusTip">
253                <string>Maximum for random number generation</string>
254               </property>
255              </widget>
256             </item>
257            </layout>
258           </item>
259           <item>
260            <widget class="QCheckBox" name="cbFractionalRandom">
261             <property name="cursor">
262              <cursorShape>PointingHandCursor</cursorShape>
263             </property>
264             <property name="statusTip">
265              <string>Generate fractional random values with the Fractional accuracy</string>
266             </property>
267             <property name="text">
268              <string>Fractional random values</string>
269             </property>
270            </widget>
271           </item>
272          </layout>
273         </widget>
274        </item>
275        <item>
276         <spacer name="spacer_2">
277          <property name="orientation">
278           <enum>Qt::Vertical</enum>
279          </property>
280          <property name="sizeHint" stdset="0">
281           <size>
282            <width>0</width>
283            <height>1</height>
284           </size>
285          </property>
286         </spacer>
287        </item>
288       </layout>
289      </widget>
290      <widget class="QWidget" name="tabOutput">
291       <attribute name="title">
292        <string>Output</string>
293       </attribute>
294       <attribute name="toolTip">
295        <string>Solution output settings</string>
296       </attribute>
297       <layout class="QVBoxLayout" name="verticalLayout_2">
298        <item>
299         <widget class="QTabWidget" name="outputTabWidget">
300          <widget class="QWidget" name="tabOutputGeneral">
301           <attribute name="title">
302            <string>General</string>
303           </attribute>
304           <attribute name="toolTip">
305            <string>General solution output settings</string>
306           </attribute>
307           <layout class="QVBoxLayout" name="_6">
308            <item>
309             <widget class="QCheckBox" name="cbGenerateGraph">
310              <property name="cursor">
311               <cursorShape>PointingHandCursor</cursorShape>
312              </property>
313              <property name="statusTip">
314               <string>Generate graphical representation of the solution</string>
315              </property>
316              <property name="text">
317               <string>Generate solution graph</string>
318              </property>
319             </widget>
320            </item>
321            <item>
322             <layout class="QHBoxLayout" name="_10">
323              <property name="spacing">
324               <number>5</number>
325              </property>
326              <item>
327               <spacer name="spacer_7">
328                <property name="orientation">
329                 <enum>Qt::Horizontal</enum>
330                </property>
331                <property name="sizeType">
332                 <enum>QSizePolicy::Fixed</enum>
333                </property>
334                <property name="sizeHint" stdset="0">
335                 <size>
336                  <width>10</width>
337                  <height>0</height>
338                 </size>
339                </property>
340               </spacer>
341              </item>
342              <item>
343               <widget class="QLabel" name="labelGraphImageFormat">
344                <property name="text">
345                 <string>Save solution graph as</string>
346                </property>
347                <property name="buddy">
348                 <cstring>comboGraphImageFormat</cstring>
349                </property>
350               </widget>
351              </item>
352              <item>
353               <widget class="QComboBox" name="comboGraphImageFormat">
354                <property name="cursor">
355                 <cursorShape>PointingHandCursor</cursorShape>
356                </property>
357                <property name="statusTip">
358                 <string>What image format to use for graph when saving solution as HTML</string>
359                </property>
360               </widget>
361              </item>
362              <item>
363               <spacer name="spacer_11">
364                <property name="orientation">
365                 <enum>Qt::Horizontal</enum>
366                </property>
367                <property name="sizeHint" stdset="0">
368                 <size>
369                  <width>1</width>
370                  <height>0</height>
371                 </size>
372                </property>
373               </spacer>
374              </item>
375             </layout>
376            </item>
377            <item>
378             <layout class="QHBoxLayout" name="_14">
379              <item>
380               <spacer name="spacer_8">
381                <property name="orientation">
382                 <enum>Qt::Horizontal</enum>
383                </property>
384                <property name="sizeType">
385                 <enum>QSizePolicy::Fixed</enum>
386                </property>
387                <property name="sizeHint" stdset="0">
388                 <size>
389                  <width>10</width>
390                  <height>0</height>
391                 </size>
392                </property>
393               </spacer>
394              </item>
395              <item>
396               <widget class="QCheckBox" name="cbEmbedGraphIntoHTML">
397                <property name="cursor">
398                 <cursorShape>PointingHandCursor</cursorShape>
399                </property>
400                <property name="statusTip">
401                 <string>Save solution graph inside HTML using data URI scheme (not supported by IE 7 and lower)</string>
402                </property>
403                <property name="text">
404                 <string>Embed solution graph into HTML</string>
405                </property>
406               </widget>
407              </item>
408             </layout>
409            </item>
410            <item>
411             <widget class="QCheckBox" name="cbShowMatrix">
412              <property name="cursor">
413               <cursorShape>PointingHandCursor</cursorShape>
414              </property>
415              <property name="statusTip">
416               <string>Show solution steps' matrices for every solution step</string>
417              </property>
418              <property name="text">
419               <string>Show solution steps' matrices</string>
420              </property>
421             </widget>
422            </item>
423            <item>
424             <layout class="QHBoxLayout" name="_12">
425              <property name="spacing">
426               <number>0</number>
427              </property>
428              <item>
429               <spacer name="spacer_3">
430                <property name="orientation">
431                 <enum>Qt::Horizontal</enum>
432                </property>
433                <property name="sizeType">
434                 <enum>QSizePolicy::Fixed</enum>
435                </property>
436                <property name="sizeHint" stdset="0">
437                 <size>
438                  <width>10</width>
439                  <height>0</height>
440                 </size>
441                </property>
442               </spacer>
443              </item>
444              <item>
445               <widget class="QCheckBox" name="cbCitiesLimit">
446                <property name="cursor">
447                 <cursorShape>PointingHandCursor</cursorShape>
448                </property>
449                <property name="statusTip">
450                 <string>Show or hide solution steps' matrices based on number of cities in the task</string>
451                </property>
452                <property name="text">
453                 <string>Only when &lt;=</string>
454                </property>
455               </widget>
456              </item>
457              <item>
458               <widget class="QSpinBox" name="spinCitiesLimit">
459                <property name="cursor">
460                 <cursorShape>PointingHandCursor</cursorShape>
461                </property>
462                <property name="statusTip">
463                 <string>Maximum number of cities to show solution steps' matrices</string>
464                </property>
465                <property name="suffix">
466                 <string comment="Don't forget a space at the beginning!"> cities</string>
467                </property>
468                <property name="minimum">
469                 <number>1</number>
470                </property>
471               </widget>
472              </item>
473              <item>
474               <spacer name="spacer_4">
475                <property name="orientation">
476                 <enum>Qt::Horizontal</enum>
477                </property>
478                <property name="sizeHint" stdset="0">
479                 <size>
480                  <width>1</width>
481                  <height>0</height>
482                 </size>
483                </property>
484               </spacer>
485              </item>
486             </layout>
487            </item>
488            <item>
489             <widget class="QCheckBox" name="cbScrollToEnd">
490              <property name="cursor">
491               <cursorShape>PointingHandCursor</cursorShape>
492              </property>
493              <property name="statusTip">
494               <string>Scroll to the end of solution output after solving</string>
495              </property>
496              <property name="text">
497               <string>Scroll to solution end</string>
498              </property>
499             </widget>
500            </item>
501            <item>
502             <spacer name="spacer_6">
503              <property name="orientation">
504               <enum>Qt::Vertical</enum>
505              </property>
506              <property name="sizeHint" stdset="0">
507               <size>
508                <width>0</width>
509                <height>1</height>
510               </size>
511              </property>
512             </spacer>
513            </item>
514           </layout>
515          </widget>
516          <widget class="QWidget" name="tabOutputColors">
517           <attribute name="title">
518            <string comment="Needs double &amp; or it won't be displayed!">Font &amp;&amp; Colors</string>
519           </attribute>
520           <attribute name="toolTip">
521            <string>Font and color settings for solution output</string>
522           </attribute>
523           <layout class="QVBoxLayout" name="_11">
524            <item>
525             <layout class="QHBoxLayout" name="_13">
526              <item>
527               <widget class="QLabel" name="labelFont">
528                <property name="statusTip">
529                 <string>Font used for solution output</string>
530                </property>
531                <property name="text">
532                 <string>Text font:</string>
533                </property>
534               </widget>
535              </item>
536              <item>
537               <widget class="QLabel" name="labelFontExample">
538                <property name="sizePolicy">
539                 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
540                  <horstretch>0</horstretch>
541                  <verstretch>0</verstretch>
542                 </sizepolicy>
543                </property>
544                <property name="statusTip">
545                 <string>Font used for solution output</string>
546                </property>
547               </widget>
548              </item>
549              <item>
550               <widget class="QPushButton" name="buttonFont">
551                <property name="cursor">
552                 <cursorShape>PointingHandCursor</cursorShape>
553                </property>
554                <property name="statusTip">
555                 <string>Change output font</string>
556                </property>
557               </widget>
558              </item>
559             </layout>
560            </item>
561            <item>
562             <layout class="QHBoxLayout" name="_15">
563              <item>
564               <widget class="QLabel" name="labelTextColor">
565                <property name="sizePolicy">
566                 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
567                  <horstretch>0</horstretch>
568                  <verstretch>0</verstretch>
569                 </sizepolicy>
570                </property>
571                <property name="statusTip">
572                 <string>Font color for solution output</string>
573                </property>
574                <property name="text">
575                 <string>Text color:</string>
576                </property>
577               </widget>
578              </item>
579              <item>
580               <widget class="QFrame" name="boxTextColor">
581                <property name="sizePolicy">
582                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
583                  <horstretch>0</horstretch>
584                  <verstretch>0</verstretch>
585                 </sizepolicy>
586                </property>
587                <property name="minimumSize">
588                 <size>
589                  <width>15</width>
590                  <height>15</height>
591                 </size>
592                </property>
593                <property name="statusTip">
594                 <string>Font color for solution output</string>
595                </property>
596                <property name="autoFillBackground">
597                 <bool>true</bool>
598                </property>
599                <property name="frameShape">
600                 <enum>QFrame::Box</enum>
601                </property>
602               </widget>
603              </item>
604              <item>
605               <widget class="QPushButton" name="buttonTextColor">
606                <property name="cursor">
607                 <cursorShape>PointingHandCursor</cursorShape>
608                </property>
609                <property name="statusTip">
610                 <string>Change font color</string>
611                </property>
612               </widget>
613              </item>
614             </layout>
615            </item>
616            <item>
617             <layout class="QHBoxLayout" name="_17">
618              <item>
619               <widget class="QLabel" name="labelSelectedColor">
620                <property name="sizePolicy">
621                 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
622                  <horstretch>0</horstretch>
623                  <verstretch>0</verstretch>
624                 </sizepolicy>
625                </property>
626                <property name="statusTip">
627                 <string>Font color for the candidate that was selected for branching</string>
628                </property>
629                <property name="text">
630                 <string>Selected candidate color:</string>
631                </property>
632               </widget>
633              </item>
634              <item>
635               <widget class="QFrame" name="boxSelectedColor">
636                <property name="sizePolicy">
637                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
638                  <horstretch>0</horstretch>
639                  <verstretch>0</verstretch>
640                 </sizepolicy>
641                </property>
642                <property name="minimumSize">
643                 <size>
644                  <width>15</width>
645                  <height>15</height>
646                 </size>
647                </property>
648                <property name="statusTip">
649                 <string>Font color for the candidate that was selected for branching</string>
650                </property>
651                <property name="autoFillBackground">
652                 <bool>true</bool>
653                </property>
654                <property name="frameShape">
655                 <enum>QFrame::Box</enum>
656                </property>
657               </widget>
658              </item>
659              <item>
660               <widget class="QPushButton" name="buttonSelectedColor">
661                <property name="cursor">
662                 <cursorShape>PointingHandCursor</cursorShape>
663                </property>
664                <property name="statusTip">
665                 <string>Change selected candidate color</string>
666                </property>
667               </widget>
668              </item>
669             </layout>
670            </item>
671            <item>
672             <layout class="QHBoxLayout" name="_18">
673              <item>
674               <widget class="QLabel" name="labelAlternateColor">
675                <property name="sizePolicy">
676                 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
677                  <horstretch>0</horstretch>
678                  <verstretch>0</verstretch>
679                 </sizepolicy>
680                </property>
681                <property name="statusTip">
682                 <string>Font color for the alternate candidate that wasn't selected for branching</string>
683                </property>
684                <property name="text">
685                 <string>Alternate candidate color:</string>
686                </property>
687               </widget>
688              </item>
689              <item>
690               <widget class="QFrame" name="boxAlternateColor">
691                <property name="sizePolicy">
692                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
693                  <horstretch>0</horstretch>
694                  <verstretch>0</verstretch>
695                 </sizepolicy>
696                </property>
697                <property name="minimumSize">
698                 <size>
699                  <width>15</width>
700                  <height>15</height>
701                 </size>
702                </property>
703                <property name="statusTip">
704                 <string>Font color for the alternate candidate that wasn't selected for branching</string>
705                </property>
706                <property name="autoFillBackground">
707                 <bool>true</bool>
708                </property>
709                <property name="frameShape">
710                 <enum>QFrame::Box</enum>
711                </property>
712               </widget>
713              </item>
714              <item>
715               <widget class="QPushButton" name="buttonAlternateColor">
716                <property name="cursor">
717                 <cursorShape>PointingHandCursor</cursorShape>
718                </property>
719                <property name="statusTip">
720                 <string>Change alternate candidate color</string>
721                </property>
722               </widget>
723              </item>
724             </layout>
725            </item>
726            <item>
727             <layout class="QHBoxLayout" name="_19">
728              <item>
729               <widget class="QLabel" name="labelBorderColor">
730                <property name="sizePolicy">
731                 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
732                  <horstretch>0</horstretch>
733                  <verstretch>0</verstretch>
734                 </sizepolicy>
735                </property>
736                <property name="statusTip">
737                 <string>Color of table borders in solution output</string>
738                </property>
739                <property name="text">
740                 <string>Table borders color:</string>
741                </property>
742               </widget>
743              </item>
744              <item>
745               <widget class="QFrame" name="boxBorderColor">
746                <property name="sizePolicy">
747                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
748                  <horstretch>0</horstretch>
749                  <verstretch>0</verstretch>
750                 </sizepolicy>
751                </property>
752                <property name="minimumSize">
753                 <size>
754                  <width>15</width>
755                  <height>15</height>
756                 </size>
757                </property>
758                <property name="statusTip">
759                 <string>Color of table borders in solution output</string>
760                </property>
761                <property name="autoFillBackground">
762                 <bool>true</bool>
763                </property>
764                <property name="frameShape">
765                 <enum>QFrame::Box</enum>
766                </property>
767               </widget>
768              </item>
769              <item>
770               <widget class="QPushButton" name="buttonBorderColor">
771                <property name="cursor">
772                 <cursorShape>PointingHandCursor</cursorShape>
773                </property>
774                <property name="statusTip">
775                 <string>Change color of table borders</string>
776                </property>
777               </widget>
778              </item>
779             </layout>
780            </item>
781            <item>
782             <spacer name="spacer_9">
783              <property name="orientation">
784               <enum>Qt::Vertical</enum>
785              </property>
786              <property name="sizeHint" stdset="0">
787               <size>
788                <width>0</width>
789                <height>1</height>
790               </size>
791              </property>
792             </spacer>
793            </item>
794           </layout>
795          </widget>
796         </widget>
797        </item>
798       </layout>
799      </widget>
800     </widget>
801    </item>
802   </layout>
803  </widget>
804 </widget>
805 <resources/>
806 <connections>
807  <connection>
808   <sender>buttonBox</sender>
809   <signal>accepted()</signal>
810   <receiver>SettingsDialog</receiver>
811   <slot>accept()</slot>
812   <hints>
813    <hint type="sourcelabel">
814     <x>190</x>
815     <y>30</y>
816    </hint>
817    <hint type="destinationlabel">
818     <x>306</x>
819     <y>231</y>
820    </hint>
821   </hints>
822  </connection>
823  <connection>
824   <sender>buttonBox</sender>
825   <signal>rejected()</signal>
826   <receiver>SettingsDialog</receiver>
827   <slot>reject()</slot>
828   <hints>
829    <hint type="sourcelabel">
830     <x>190</x>
831     <y>30</y>
832    </hint>
833    <hint type="destinationlabel">
834     <x>262</x>
835     <y>245</y>
836    </hint>
837   </hints>
838  </connection>
839  <connection>
840   <sender>cbShowMatrix</sender>
841   <signal>toggled(bool)</signal>
842   <receiver>cbCitiesLimit</receiver>
843   <slot>setEnabled(bool)</slot>
844   <hints>
845    <hint type="sourcelabel">
846     <x>91</x>
847     <y>107</y>
848    </hint>
849    <hint type="destinationlabel">
850     <x>113</x>
851     <y>132</y>
852    </hint>
853   </hints>
854  </connection>
855  <connection>
856   <sender>cbShowMatrix</sender>
857   <signal>toggled(bool)</signal>
858   <receiver>cbCitiesLimit</receiver>
859   <slot>setChecked(bool)</slot>
860   <hints>
861    <hint type="sourcelabel">
862     <x>91</x>
863     <y>107</y>
864    </hint>
865    <hint type="destinationlabel">
866     <x>113</x>
867     <y>132</y>
868    </hint>
869   </hints>
870  </connection>
871  <connection>
872   <sender>cbCitiesLimit</sender>
873   <signal>toggled(bool)</signal>
874   <receiver>spinCitiesLimit</receiver>
875   <slot>setEnabled(bool)</slot>
876   <hints>
877    <hint type="sourcelabel">
878     <x>113</x>
879     <y>132</y>
880    </hint>
881    <hint type="destinationlabel">
882     <x>183</x>
883     <y>134</y>
884    </hint>
885   </hints>
886  </connection>
887  <connection>
888   <sender>cbGenerateGraph</sender>
889   <signal>toggled(bool)</signal>
890   <receiver>labelGraphImageFormat</receiver>
891   <slot>setEnabled(bool)</slot>
892   <hints>
893    <hint type="sourcelabel">
894     <x>113</x>
895     <y>48</y>
896    </hint>
897    <hint type="destinationlabel">
898     <x>72</x>
899     <y>73</y>
900    </hint>
901   </hints>
902  </connection>
903  <connection>
904   <sender>cbGenerateGraph</sender>
905   <signal>toggled(bool)</signal>
906   <receiver>comboGraphImageFormat</receiver>
907   <slot>setEnabled(bool)</slot>
908   <hints>
909    <hint type="sourcelabel">
910     <x>113</x>
911     <y>48</y>
912    </hint>
913    <hint type="destinationlabel">
914     <x>149</x>
915     <y>73</y>
916    </hint>
917   </hints>
918  </connection>
919  <connection>
920   <sender>cbGenerateGraph</sender>
921   <signal>toggled(bool)</signal>
922   <receiver>cbEmbedGraphIntoHTML</receiver>
923   <slot>setEnabled(bool)</slot>
924   <hints>
925    <hint type="sourcelabel">
926     <x>128</x>
927     <y>45</y>
928    </hint>
929    <hint type="destinationlabel">
930     <x>136</x>
931     <y>103</y>
932    </hint>
933   </hints>
934  </connection>
935 </connections>
936</ui>
Note: See TracBrowser for help on using the repository browser.