source: tspsg/ui/settingsdialog.ui @ 6652ac66a4

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

Added hidden Output/GraphWidth? setting in tspsg.ini to Settings Dialog.

  • Property mode set to 100644
File size: 34.5 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="_16">
323              <item>
324               <spacer name="spacer_10">
325                <property name="orientation">
326                 <enum>Qt::Horizontal</enum>
327                </property>
328                <property name="sizeType">
329                 <enum>QSizePolicy::Fixed</enum>
330                </property>
331                <property name="sizeHint" stdset="0">
332                 <size>
333                  <width>10</width>
334                  <height>0</height>
335                 </size>
336                </property>
337               </spacer>
338              </item>
339              <item>
340               <widget class="QLabel" name="labelGraphWidth">
341                <property name="statusTip">
342                 <string>Defines width of graph in solution output</string>
343                </property>
344                <property name="text">
345                 <string>Solution graph width:</string>
346                </property>
347                <property name="buddy">
348                 <cstring>comboGraphImageFormat</cstring>
349                </property>
350               </widget>
351              </item>
352              <item>
353               <widget class="QDoubleSpinBox" name="spinGraphWidth">
354                <property name="cursor">
355                 <cursorShape>PointingHandCursor</cursorShape>
356                </property>
357                <property name="statusTip">
358                 <string>Defines width of graph in solution output</string>
359                </property>
360                <property name="suffix">
361                 <string> cm</string>
362                </property>
363                <property name="minimum">
364                 <double>2.250000000000000</double>
365                </property>
366                <property name="maximum">
367                 <double>18.000000000000000</double>
368                </property>
369                <property name="singleStep">
370                 <double>0.100000000000000</double>
371                </property>
372               </widget>
373              </item>
374              <item>
375               <spacer name="spacer_12">
376                <property name="orientation">
377                 <enum>Qt::Horizontal</enum>
378                </property>
379                <property name="sizeHint" stdset="0">
380                 <size>
381                  <width>1</width>
382                  <height>0</height>
383                 </size>
384                </property>
385               </spacer>
386              </item>
387             </layout>
388            </item>
389            <item>
390             <layout class="QHBoxLayout" name="_10">
391              <item>
392               <spacer name="spacer_7">
393                <property name="orientation">
394                 <enum>Qt::Horizontal</enum>
395                </property>
396                <property name="sizeType">
397                 <enum>QSizePolicy::Fixed</enum>
398                </property>
399                <property name="sizeHint" stdset="0">
400                 <size>
401                  <width>10</width>
402                  <height>0</height>
403                 </size>
404                </property>
405               </spacer>
406              </item>
407              <item>
408               <widget class="QLabel" name="labelGraphImageFormat">
409                <property name="statusTip">
410                 <string>What image format to use for graph when saving solution as HTML</string>
411                </property>
412                <property name="text">
413                 <string>Save solution graph as</string>
414                </property>
415                <property name="buddy">
416                 <cstring>comboGraphImageFormat</cstring>
417                </property>
418               </widget>
419              </item>
420              <item>
421               <widget class="QComboBox" name="comboGraphImageFormat">
422                <property name="cursor">
423                 <cursorShape>PointingHandCursor</cursorShape>
424                </property>
425                <property name="statusTip">
426                 <string>What image format to use for graph when saving solution as HTML</string>
427                </property>
428               </widget>
429              </item>
430              <item>
431               <spacer name="spacer_11">
432                <property name="orientation">
433                 <enum>Qt::Horizontal</enum>
434                </property>
435                <property name="sizeHint" stdset="0">
436                 <size>
437                  <width>1</width>
438                  <height>0</height>
439                 </size>
440                </property>
441               </spacer>
442              </item>
443             </layout>
444            </item>
445            <item>
446             <layout class="QHBoxLayout" name="_14">
447              <item>
448               <spacer name="spacer_8">
449                <property name="orientation">
450                 <enum>Qt::Horizontal</enum>
451                </property>
452                <property name="sizeType">
453                 <enum>QSizePolicy::Fixed</enum>
454                </property>
455                <property name="sizeHint" stdset="0">
456                 <size>
457                  <width>10</width>
458                  <height>0</height>
459                 </size>
460                </property>
461               </spacer>
462              </item>
463              <item>
464               <widget class="QCheckBox" name="cbEmbedGraphIntoHTML">
465                <property name="cursor">
466                 <cursorShape>PointingHandCursor</cursorShape>
467                </property>
468                <property name="statusTip">
469                 <string>Save solution graph inside HTML using data URI scheme (not supported by IE 7 and lower)</string>
470                </property>
471                <property name="text">
472                 <string>Embed solution graph into HTML</string>
473                </property>
474               </widget>
475              </item>
476             </layout>
477            </item>
478            <item>
479             <widget class="QCheckBox" name="cbShowMatrix">
480              <property name="cursor">
481               <cursorShape>PointingHandCursor</cursorShape>
482              </property>
483              <property name="statusTip">
484               <string>Show solution steps' matrices for every solution step</string>
485              </property>
486              <property name="text">
487               <string>Show solution steps' matrices</string>
488              </property>
489             </widget>
490            </item>
491            <item>
492             <layout class="QHBoxLayout" name="_12">
493              <item>
494               <spacer name="spacer_3">
495                <property name="orientation">
496                 <enum>Qt::Horizontal</enum>
497                </property>
498                <property name="sizeType">
499                 <enum>QSizePolicy::Fixed</enum>
500                </property>
501                <property name="sizeHint" stdset="0">
502                 <size>
503                  <width>10</width>
504                  <height>0</height>
505                 </size>
506                </property>
507               </spacer>
508              </item>
509              <item>
510               <widget class="QCheckBox" name="cbCitiesLimit">
511                <property name="cursor">
512                 <cursorShape>PointingHandCursor</cursorShape>
513                </property>
514                <property name="statusTip">
515                 <string>Show or hide solution steps' matrices based on number of cities in the task</string>
516                </property>
517                <property name="text">
518                 <string>Only when &lt;=</string>
519                </property>
520               </widget>
521              </item>
522              <item>
523               <widget class="QSpinBox" name="spinCitiesLimit">
524                <property name="cursor">
525                 <cursorShape>PointingHandCursor</cursorShape>
526                </property>
527                <property name="statusTip">
528                 <string>Maximum number of cities to show solution steps' matrices</string>
529                </property>
530                <property name="suffix">
531                 <string comment="Don't forget a space at the beginning!"> cities</string>
532                </property>
533                <property name="minimum">
534                 <number>1</number>
535                </property>
536               </widget>
537              </item>
538              <item>
539               <spacer name="spacer_4">
540                <property name="orientation">
541                 <enum>Qt::Horizontal</enum>
542                </property>
543                <property name="sizeHint" stdset="0">
544                 <size>
545                  <width>1</width>
546                  <height>0</height>
547                 </size>
548                </property>
549               </spacer>
550              </item>
551             </layout>
552            </item>
553            <item>
554             <widget class="QCheckBox" name="cbScrollToEnd">
555              <property name="cursor">
556               <cursorShape>PointingHandCursor</cursorShape>
557              </property>
558              <property name="statusTip">
559               <string>Scroll to the end of solution output after solving</string>
560              </property>
561              <property name="text">
562               <string>Scroll to solution end</string>
563              </property>
564             </widget>
565            </item>
566            <item>
567             <spacer name="spacer_6">
568              <property name="orientation">
569               <enum>Qt::Vertical</enum>
570              </property>
571              <property name="sizeHint" stdset="0">
572               <size>
573                <width>0</width>
574                <height>1</height>
575               </size>
576              </property>
577             </spacer>
578            </item>
579           </layout>
580          </widget>
581          <widget class="QWidget" name="tabOutputColors">
582           <attribute name="title">
583            <string comment="Needs double &amp; or it won't be displayed!">Font &amp;&amp; Colors</string>
584           </attribute>
585           <attribute name="toolTip">
586            <string>Font and colors settings for solution output</string>
587           </attribute>
588           <layout class="QVBoxLayout" name="_11">
589            <item>
590             <layout class="QHBoxLayout" name="_13">
591              <item>
592               <widget class="QLabel" name="labelFont">
593                <property name="statusTip">
594                 <string>Font used for solution text output</string>
595                </property>
596                <property name="text">
597                 <string>Font:</string>
598                </property>
599               </widget>
600              </item>
601              <item>
602               <widget class="QLabel" name="labelFontExample">
603                <property name="sizePolicy">
604                 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
605                  <horstretch>0</horstretch>
606                  <verstretch>0</verstretch>
607                 </sizepolicy>
608                </property>
609                <property name="statusTip">
610                 <string>Font used for solution output</string>
611                </property>
612                <property name="wordWrap">
613                 <bool>true</bool>
614                </property>
615               </widget>
616              </item>
617              <item>
618               <widget class="QPushButton" name="buttonFont">
619                <property name="cursor">
620                 <cursorShape>PointingHandCursor</cursorShape>
621                </property>
622                <property name="statusTip">
623                 <string>Change output text font</string>
624                </property>
625               </widget>
626              </item>
627             </layout>
628            </item>
629            <item>
630             <layout class="QHBoxLayout" name="_15">
631              <item>
632               <widget class="QLabel" name="labelTextColor">
633                <property name="sizePolicy">
634                 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
635                  <horstretch>0</horstretch>
636                  <verstretch>0</verstretch>
637                 </sizepolicy>
638                </property>
639                <property name="statusTip">
640                 <string>Font color for solution text output</string>
641                </property>
642                <property name="text">
643                 <string>Default text color:</string>
644                </property>
645               </widget>
646              </item>
647              <item>
648               <widget class="QFrame" name="boxTextColor">
649                <property name="sizePolicy">
650                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
651                  <horstretch>0</horstretch>
652                  <verstretch>0</verstretch>
653                 </sizepolicy>
654                </property>
655                <property name="minimumSize">
656                 <size>
657                  <width>15</width>
658                  <height>15</height>
659                 </size>
660                </property>
661                <property name="statusTip">
662                 <string>Font color for solution text output</string>
663                </property>
664                <property name="autoFillBackground">
665                 <bool>true</bool>
666                </property>
667                <property name="frameShape">
668                 <enum>QFrame::Box</enum>
669                </property>
670               </widget>
671              </item>
672              <item>
673               <widget class="QPushButton" name="buttonTextColor">
674                <property name="cursor">
675                 <cursorShape>PointingHandCursor</cursorShape>
676                </property>
677                <property name="statusTip">
678                 <string>Change default text color</string>
679                </property>
680               </widget>
681              </item>
682             </layout>
683            </item>
684            <item>
685             <layout class="QHBoxLayout" name="_17">
686              <item>
687               <widget class="QLabel" name="labelSelectedColor">
688                <property name="sizePolicy">
689                 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
690                  <horstretch>0</horstretch>
691                  <verstretch>0</verstretch>
692                 </sizepolicy>
693                </property>
694                <property name="statusTip">
695                 <string>Text color of the candidate that was selected for branching</string>
696                </property>
697                <property name="text">
698                 <string>Selected candidate text color:</string>
699                </property>
700               </widget>
701              </item>
702              <item>
703               <widget class="QFrame" name="boxSelectedColor">
704                <property name="sizePolicy">
705                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
706                  <horstretch>0</horstretch>
707                  <verstretch>0</verstretch>
708                 </sizepolicy>
709                </property>
710                <property name="minimumSize">
711                 <size>
712                  <width>15</width>
713                  <height>15</height>
714                 </size>
715                </property>
716                <property name="statusTip">
717                 <string>Text color of the candidate that was selected for branching</string>
718                </property>
719                <property name="autoFillBackground">
720                 <bool>true</bool>
721                </property>
722                <property name="frameShape">
723                 <enum>QFrame::Box</enum>
724                </property>
725               </widget>
726              </item>
727              <item>
728               <widget class="QPushButton" name="buttonSelectedColor">
729                <property name="cursor">
730                 <cursorShape>PointingHandCursor</cursorShape>
731                </property>
732                <property name="statusTip">
733                 <string>Change selected candidate text color</string>
734                </property>
735               </widget>
736              </item>
737             </layout>
738            </item>
739            <item>
740             <layout class="QHBoxLayout" name="_18">
741              <item>
742               <widget class="QLabel" name="labelAlternateColor">
743                <property name="sizePolicy">
744                 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
745                  <horstretch>0</horstretch>
746                  <verstretch>0</verstretch>
747                 </sizepolicy>
748                </property>
749                <property name="statusTip">
750                 <string>Text color of the alternate candidate that wasn't selected for branching</string>
751                </property>
752                <property name="text">
753                 <string>Alternate candidate text color:</string>
754                </property>
755               </widget>
756              </item>
757              <item>
758               <widget class="QFrame" name="boxAlternateColor">
759                <property name="sizePolicy">
760                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
761                  <horstretch>0</horstretch>
762                  <verstretch>0</verstretch>
763                 </sizepolicy>
764                </property>
765                <property name="minimumSize">
766                 <size>
767                  <width>15</width>
768                  <height>15</height>
769                 </size>
770                </property>
771                <property name="statusTip">
772                 <string>Text color of the alternate candidate that wasn't selected for branching</string>
773                </property>
774                <property name="autoFillBackground">
775                 <bool>true</bool>
776                </property>
777                <property name="frameShape">
778                 <enum>QFrame::Box</enum>
779                </property>
780               </widget>
781              </item>
782              <item>
783               <widget class="QPushButton" name="buttonAlternateColor">
784                <property name="cursor">
785                 <cursorShape>PointingHandCursor</cursorShape>
786                </property>
787                <property name="statusTip">
788                 <string>Change alternate candidate text color</string>
789                </property>
790               </widget>
791              </item>
792             </layout>
793            </item>
794            <item>
795             <layout class="QHBoxLayout" name="_19">
796              <item>
797               <widget class="QLabel" name="labelBorderColor">
798                <property name="sizePolicy">
799                 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
800                  <horstretch>0</horstretch>
801                  <verstretch>0</verstretch>
802                 </sizepolicy>
803                </property>
804                <property name="statusTip">
805                 <string>Color of table borders in solution output</string>
806                </property>
807                <property name="text">
808                 <string>Table borders color:</string>
809                </property>
810               </widget>
811              </item>
812              <item>
813               <widget class="QFrame" name="boxBorderColor">
814                <property name="sizePolicy">
815                 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
816                  <horstretch>0</horstretch>
817                  <verstretch>0</verstretch>
818                 </sizepolicy>
819                </property>
820                <property name="minimumSize">
821                 <size>
822                  <width>15</width>
823                  <height>15</height>
824                 </size>
825                </property>
826                <property name="statusTip">
827                 <string>Color of table borders in solution output</string>
828                </property>
829                <property name="autoFillBackground">
830                 <bool>true</bool>
831                </property>
832                <property name="frameShape">
833                 <enum>QFrame::Box</enum>
834                </property>
835               </widget>
836              </item>
837              <item>
838               <widget class="QPushButton" name="buttonBorderColor">
839                <property name="cursor">
840                 <cursorShape>PointingHandCursor</cursorShape>
841                </property>
842                <property name="statusTip">
843                 <string>Change color of table borders</string>
844                </property>
845               </widget>
846              </item>
847             </layout>
848            </item>
849            <item>
850             <spacer name="spacer_9">
851              <property name="orientation">
852               <enum>Qt::Vertical</enum>
853              </property>
854              <property name="sizeHint" stdset="0">
855               <size>
856                <width>0</width>
857                <height>1</height>
858               </size>
859              </property>
860             </spacer>
861            </item>
862           </layout>
863          </widget>
864         </widget>
865        </item>
866       </layout>
867      </widget>
868     </widget>
869    </item>
870   </layout>
871  </widget>
872 </widget>
873 <resources/>
874 <connections>
875  <connection>
876   <sender>buttonBox</sender>
877   <signal>accepted()</signal>
878   <receiver>SettingsDialog</receiver>
879   <slot>accept()</slot>
880   <hints>
881    <hint type="sourcelabel">
882     <x>190</x>
883     <y>30</y>
884    </hint>
885    <hint type="destinationlabel">
886     <x>306</x>
887     <y>231</y>
888    </hint>
889   </hints>
890  </connection>
891  <connection>
892   <sender>buttonBox</sender>
893   <signal>rejected()</signal>
894   <receiver>SettingsDialog</receiver>
895   <slot>reject()</slot>
896   <hints>
897    <hint type="sourcelabel">
898     <x>190</x>
899     <y>30</y>
900    </hint>
901    <hint type="destinationlabel">
902     <x>262</x>
903     <y>245</y>
904    </hint>
905   </hints>
906  </connection>
907  <connection>
908   <sender>cbShowMatrix</sender>
909   <signal>toggled(bool)</signal>
910   <receiver>cbCitiesLimit</receiver>
911   <slot>setEnabled(bool)</slot>
912   <hints>
913    <hint type="sourcelabel">
914     <x>91</x>
915     <y>107</y>
916    </hint>
917    <hint type="destinationlabel">
918     <x>113</x>
919     <y>132</y>
920    </hint>
921   </hints>
922  </connection>
923  <connection>
924   <sender>cbShowMatrix</sender>
925   <signal>toggled(bool)</signal>
926   <receiver>cbCitiesLimit</receiver>
927   <slot>setChecked(bool)</slot>
928   <hints>
929    <hint type="sourcelabel">
930     <x>91</x>
931     <y>107</y>
932    </hint>
933    <hint type="destinationlabel">
934     <x>113</x>
935     <y>132</y>
936    </hint>
937   </hints>
938  </connection>
939  <connection>
940   <sender>cbCitiesLimit</sender>
941   <signal>toggled(bool)</signal>
942   <receiver>spinCitiesLimit</receiver>
943   <slot>setEnabled(bool)</slot>
944   <hints>
945    <hint type="sourcelabel">
946     <x>113</x>
947     <y>132</y>
948    </hint>
949    <hint type="destinationlabel">
950     <x>183</x>
951     <y>134</y>
952    </hint>
953   </hints>
954  </connection>
955  <connection>
956   <sender>cbGenerateGraph</sender>
957   <signal>toggled(bool)</signal>
958   <receiver>labelGraphImageFormat</receiver>
959   <slot>setEnabled(bool)</slot>
960   <hints>
961    <hint type="sourcelabel">
962     <x>113</x>
963     <y>48</y>
964    </hint>
965    <hint type="destinationlabel">
966     <x>72</x>
967     <y>73</y>
968    </hint>
969   </hints>
970  </connection>
971  <connection>
972   <sender>cbGenerateGraph</sender>
973   <signal>toggled(bool)</signal>
974   <receiver>comboGraphImageFormat</receiver>
975   <slot>setEnabled(bool)</slot>
976   <hints>
977    <hint type="sourcelabel">
978     <x>113</x>
979     <y>48</y>
980    </hint>
981    <hint type="destinationlabel">
982     <x>149</x>
983     <y>73</y>
984    </hint>
985   </hints>
986  </connection>
987  <connection>
988   <sender>cbGenerateGraph</sender>
989   <signal>toggled(bool)</signal>
990   <receiver>cbEmbedGraphIntoHTML</receiver>
991   <slot>setEnabled(bool)</slot>
992   <hints>
993    <hint type="sourcelabel">
994     <x>128</x>
995     <y>45</y>
996    </hint>
997    <hint type="destinationlabel">
998     <x>136</x>
999     <y>103</y>
1000    </hint>
1001   </hints>
1002  </connection>
1003  <connection>
1004   <sender>cbGenerateGraph</sender>
1005   <signal>toggled(bool)</signal>
1006   <receiver>labelGraphWidth</receiver>
1007   <slot>setEnabled(bool)</slot>
1008   <hints>
1009    <hint type="sourcelabel">
1010     <x>157</x>
1011     <y>84</y>
1012    </hint>
1013    <hint type="destinationlabel">
1014     <x>100</x>
1015     <y>147</y>
1016    </hint>
1017   </hints>
1018  </connection>
1019  <connection>
1020   <sender>cbGenerateGraph</sender>
1021   <signal>toggled(bool)</signal>
1022   <receiver>spinGraphWidth</receiver>
1023   <slot>setEnabled(bool)</slot>
1024   <hints>
1025    <hint type="sourcelabel">
1026     <x>157</x>
1027     <y>84</y>
1028    </hint>
1029    <hint type="destinationlabel">
1030     <x>212</x>
1031     <y>147</y>
1032    </hint>
1033   </hints>
1034  </connection>
1035 </connections>
1036</ui>
Note: See TracBrowser for help on using the repository browser.