source: tspsg/ui/settingsdialog.ui @ bf92f16303

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

Some small UI fixes:

  • Added word wrap to font name in Settings Dialog so it doesn't stretch it too much in case its name is too long.
  • Help button in Settings Dialog on Symbian wasn't aligned left.
  • Property mode set to 100644
File size: 31.3 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                <property name="wordWrap">
548                 <bool>true</bool>
549                </property>
550               </widget>
551              </item>
552              <item>
553               <widget class="QPushButton" name="buttonFont">
554                <property name="cursor">
555                 <cursorShape>PointingHandCursor</cursorShape>
556                </property>
557                <property name="statusTip">
558                 <string>Change output font</string>
559                </property>
560               </widget>
561              </item>
562             </layout>
563            </item>
564            <item>
565             <layout class="QHBoxLayout" name="_15">
566              <item>
567               <widget class="QLabel" name="labelTextColor">
568                <property name="sizePolicy">
569                 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
570                  <horstretch>0</horstretch>
571                  <verstretch>0</verstretch>
572                 </sizepolicy>
573                </property>
574                <property name="statusTip">
575                 <string>Font color for solution output</string>
576                </property>
577                <property name="text">
578                 <string>Text color:</string>
579                </property>
580               </widget>
581              </item>
582              <item>
583               <widget class="QFrame" name="boxTextColor">
584                <property name="sizePolicy">
585                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
586                  <horstretch>0</horstretch>
587                  <verstretch>0</verstretch>
588                 </sizepolicy>
589                </property>
590                <property name="minimumSize">
591                 <size>
592                  <width>15</width>
593                  <height>15</height>
594                 </size>
595                </property>
596                <property name="statusTip">
597                 <string>Font color for solution output</string>
598                </property>
599                <property name="autoFillBackground">
600                 <bool>true</bool>
601                </property>
602                <property name="frameShape">
603                 <enum>QFrame::Box</enum>
604                </property>
605               </widget>
606              </item>
607              <item>
608               <widget class="QPushButton" name="buttonTextColor">
609                <property name="cursor">
610                 <cursorShape>PointingHandCursor</cursorShape>
611                </property>
612                <property name="statusTip">
613                 <string>Change font color</string>
614                </property>
615               </widget>
616              </item>
617             </layout>
618            </item>
619            <item>
620             <layout class="QHBoxLayout" name="_17">
621              <item>
622               <widget class="QLabel" name="labelSelectedColor">
623                <property name="sizePolicy">
624                 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
625                  <horstretch>0</horstretch>
626                  <verstretch>0</verstretch>
627                 </sizepolicy>
628                </property>
629                <property name="statusTip">
630                 <string>Font color for the candidate that was selected for branching</string>
631                </property>
632                <property name="text">
633                 <string>Selected candidate color:</string>
634                </property>
635               </widget>
636              </item>
637              <item>
638               <widget class="QFrame" name="boxSelectedColor">
639                <property name="sizePolicy">
640                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
641                  <horstretch>0</horstretch>
642                  <verstretch>0</verstretch>
643                 </sizepolicy>
644                </property>
645                <property name="minimumSize">
646                 <size>
647                  <width>15</width>
648                  <height>15</height>
649                 </size>
650                </property>
651                <property name="statusTip">
652                 <string>Font color for the candidate that was selected for branching</string>
653                </property>
654                <property name="autoFillBackground">
655                 <bool>true</bool>
656                </property>
657                <property name="frameShape">
658                 <enum>QFrame::Box</enum>
659                </property>
660               </widget>
661              </item>
662              <item>
663               <widget class="QPushButton" name="buttonSelectedColor">
664                <property name="cursor">
665                 <cursorShape>PointingHandCursor</cursorShape>
666                </property>
667                <property name="statusTip">
668                 <string>Change selected candidate color</string>
669                </property>
670               </widget>
671              </item>
672             </layout>
673            </item>
674            <item>
675             <layout class="QHBoxLayout" name="_18">
676              <item>
677               <widget class="QLabel" name="labelAlternateColor">
678                <property name="sizePolicy">
679                 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
680                  <horstretch>0</horstretch>
681                  <verstretch>0</verstretch>
682                 </sizepolicy>
683                </property>
684                <property name="statusTip">
685                 <string>Font color for the alternate candidate that wasn't selected for branching</string>
686                </property>
687                <property name="text">
688                 <string>Alternate candidate color:</string>
689                </property>
690               </widget>
691              </item>
692              <item>
693               <widget class="QFrame" name="boxAlternateColor">
694                <property name="sizePolicy">
695                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
696                  <horstretch>0</horstretch>
697                  <verstretch>0</verstretch>
698                 </sizepolicy>
699                </property>
700                <property name="minimumSize">
701                 <size>
702                  <width>15</width>
703                  <height>15</height>
704                 </size>
705                </property>
706                <property name="statusTip">
707                 <string>Font color for the alternate candidate that wasn't selected for branching</string>
708                </property>
709                <property name="autoFillBackground">
710                 <bool>true</bool>
711                </property>
712                <property name="frameShape">
713                 <enum>QFrame::Box</enum>
714                </property>
715               </widget>
716              </item>
717              <item>
718               <widget class="QPushButton" name="buttonAlternateColor">
719                <property name="cursor">
720                 <cursorShape>PointingHandCursor</cursorShape>
721                </property>
722                <property name="statusTip">
723                 <string>Change alternate candidate color</string>
724                </property>
725               </widget>
726              </item>
727             </layout>
728            </item>
729            <item>
730             <layout class="QHBoxLayout" name="_19">
731              <item>
732               <widget class="QLabel" name="labelBorderColor">
733                <property name="sizePolicy">
734                 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
735                  <horstretch>0</horstretch>
736                  <verstretch>0</verstretch>
737                 </sizepolicy>
738                </property>
739                <property name="statusTip">
740                 <string>Color of table borders in solution output</string>
741                </property>
742                <property name="text">
743                 <string>Table borders color:</string>
744                </property>
745               </widget>
746              </item>
747              <item>
748               <widget class="QFrame" name="boxBorderColor">
749                <property name="sizePolicy">
750                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
751                  <horstretch>0</horstretch>
752                  <verstretch>0</verstretch>
753                 </sizepolicy>
754                </property>
755                <property name="minimumSize">
756                 <size>
757                  <width>15</width>
758                  <height>15</height>
759                 </size>
760                </property>
761                <property name="statusTip">
762                 <string>Color of table borders in solution output</string>
763                </property>
764                <property name="autoFillBackground">
765                 <bool>true</bool>
766                </property>
767                <property name="frameShape">
768                 <enum>QFrame::Box</enum>
769                </property>
770               </widget>
771              </item>
772              <item>
773               <widget class="QPushButton" name="buttonBorderColor">
774                <property name="cursor">
775                 <cursorShape>PointingHandCursor</cursorShape>
776                </property>
777                <property name="statusTip">
778                 <string>Change color of table borders</string>
779                </property>
780               </widget>
781              </item>
782             </layout>
783            </item>
784            <item>
785             <spacer name="spacer_9">
786              <property name="orientation">
787               <enum>Qt::Vertical</enum>
788              </property>
789              <property name="sizeHint" stdset="0">
790               <size>
791                <width>0</width>
792                <height>1</height>
793               </size>
794              </property>
795             </spacer>
796            </item>
797           </layout>
798          </widget>
799         </widget>
800        </item>
801       </layout>
802      </widget>
803     </widget>
804    </item>
805   </layout>
806  </widget>
807 </widget>
808 <resources/>
809 <connections>
810  <connection>
811   <sender>buttonBox</sender>
812   <signal>accepted()</signal>
813   <receiver>SettingsDialog</receiver>
814   <slot>accept()</slot>
815   <hints>
816    <hint type="sourcelabel">
817     <x>190</x>
818     <y>30</y>
819    </hint>
820    <hint type="destinationlabel">
821     <x>306</x>
822     <y>231</y>
823    </hint>
824   </hints>
825  </connection>
826  <connection>
827   <sender>buttonBox</sender>
828   <signal>rejected()</signal>
829   <receiver>SettingsDialog</receiver>
830   <slot>reject()</slot>
831   <hints>
832    <hint type="sourcelabel">
833     <x>190</x>
834     <y>30</y>
835    </hint>
836    <hint type="destinationlabel">
837     <x>262</x>
838     <y>245</y>
839    </hint>
840   </hints>
841  </connection>
842  <connection>
843   <sender>cbShowMatrix</sender>
844   <signal>toggled(bool)</signal>
845   <receiver>cbCitiesLimit</receiver>
846   <slot>setEnabled(bool)</slot>
847   <hints>
848    <hint type="sourcelabel">
849     <x>91</x>
850     <y>107</y>
851    </hint>
852    <hint type="destinationlabel">
853     <x>113</x>
854     <y>132</y>
855    </hint>
856   </hints>
857  </connection>
858  <connection>
859   <sender>cbShowMatrix</sender>
860   <signal>toggled(bool)</signal>
861   <receiver>cbCitiesLimit</receiver>
862   <slot>setChecked(bool)</slot>
863   <hints>
864    <hint type="sourcelabel">
865     <x>91</x>
866     <y>107</y>
867    </hint>
868    <hint type="destinationlabel">
869     <x>113</x>
870     <y>132</y>
871    </hint>
872   </hints>
873  </connection>
874  <connection>
875   <sender>cbCitiesLimit</sender>
876   <signal>toggled(bool)</signal>
877   <receiver>spinCitiesLimit</receiver>
878   <slot>setEnabled(bool)</slot>
879   <hints>
880    <hint type="sourcelabel">
881     <x>113</x>
882     <y>132</y>
883    </hint>
884    <hint type="destinationlabel">
885     <x>183</x>
886     <y>134</y>
887    </hint>
888   </hints>
889  </connection>
890  <connection>
891   <sender>cbGenerateGraph</sender>
892   <signal>toggled(bool)</signal>
893   <receiver>labelGraphImageFormat</receiver>
894   <slot>setEnabled(bool)</slot>
895   <hints>
896    <hint type="sourcelabel">
897     <x>113</x>
898     <y>48</y>
899    </hint>
900    <hint type="destinationlabel">
901     <x>72</x>
902     <y>73</y>
903    </hint>
904   </hints>
905  </connection>
906  <connection>
907   <sender>cbGenerateGraph</sender>
908   <signal>toggled(bool)</signal>
909   <receiver>comboGraphImageFormat</receiver>
910   <slot>setEnabled(bool)</slot>
911   <hints>
912    <hint type="sourcelabel">
913     <x>113</x>
914     <y>48</y>
915    </hint>
916    <hint type="destinationlabel">
917     <x>149</x>
918     <y>73</y>
919    </hint>
920   </hints>
921  </connection>
922  <connection>
923   <sender>cbGenerateGraph</sender>
924   <signal>toggled(bool)</signal>
925   <receiver>cbEmbedGraphIntoHTML</receiver>
926   <slot>setEnabled(bool)</slot>
927   <hints>
928    <hint type="sourcelabel">
929     <x>128</x>
930     <y>45</y>
931    </hint>
932    <hint type="destinationlabel">
933     <x>136</x>
934     <y>103</y>
935    </hint>
936   </hints>
937  </connection>
938 </connections>
939</ui>
Note: See TracBrowser for help on using the repository browser.