|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>CallTipsRopePage</class> |
|
4 <widget class="QWidget" name="CallTipsRopePage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>350</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <property name="spacing"> |
|
15 <number>6</number> |
|
16 </property> |
|
17 <property name="leftMargin"> |
|
18 <number>6</number> |
|
19 </property> |
|
20 <property name="topMargin"> |
|
21 <number>6</number> |
|
22 </property> |
|
23 <property name="rightMargin"> |
|
24 <number>6</number> |
|
25 </property> |
|
26 <property name="bottomMargin"> |
|
27 <number>6</number> |
|
28 </property> |
|
29 <item> |
|
30 <widget class="QLabel" name="headerLabel"> |
|
31 <property name="text"> |
|
32 <string><b>Configure Rope Calltips</b></string> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 <item> |
|
37 <widget class="Line" name="line15"> |
|
38 <property name="frameShape"> |
|
39 <enum>QFrame::HLine</enum> |
|
40 </property> |
|
41 <property name="frameShadow"> |
|
42 <enum>QFrame::Sunken</enum> |
|
43 </property> |
|
44 <property name="orientation"> |
|
45 <enum>Qt::Horizontal</enum> |
|
46 </property> |
|
47 </widget> |
|
48 </item> |
|
49 <item> |
|
50 <widget class="QCheckBox" name="ropeCalltipsCheckBox"> |
|
51 <property name="toolTip"> |
|
52 <string>Select, whether the rope calltip support shall be enabled.</string> |
|
53 </property> |
|
54 <property name="text"> |
|
55 <string>Enable calltip</string> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 <item> |
|
60 <layout class="QHBoxLayout"> |
|
61 <item> |
|
62 <widget class="QLabel" name="label_3"> |
|
63 <property name="text"> |
|
64 <string>Number of errors to fix:</string> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 <item> |
|
69 <widget class="QSpinBox" name="ctMaxfixesSpinBox"> |
|
70 <property name="toolTip"> |
|
71 <string>Enter the number of errors to fix before giving up</string> |
|
72 </property> |
|
73 <property name="alignment"> |
|
74 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
75 </property> |
|
76 <property name="buttonSymbols"> |
|
77 <enum>QAbstractSpinBox::PlusMinus</enum> |
|
78 </property> |
|
79 <property name="minimum"> |
|
80 <number>1</number> |
|
81 </property> |
|
82 <property name="maximum"> |
|
83 <number>1000</number> |
|
84 </property> |
|
85 </widget> |
|
86 </item> |
|
87 <item> |
|
88 <spacer> |
|
89 <property name="orientation"> |
|
90 <enum>Qt::Horizontal</enum> |
|
91 </property> |
|
92 <property name="sizeHint" stdset="0"> |
|
93 <size> |
|
94 <width>31</width> |
|
95 <height>23</height> |
|
96 </size> |
|
97 </property> |
|
98 </spacer> |
|
99 </item> |
|
100 </layout> |
|
101 </item> |
|
102 <item> |
|
103 <spacer> |
|
104 <property name="orientation"> |
|
105 <enum>Qt::Vertical</enum> |
|
106 </property> |
|
107 <property name="sizeHint" stdset="0"> |
|
108 <size> |
|
109 <width>221</width> |
|
110 <height>82</height> |
|
111 </size> |
|
112 </property> |
|
113 </spacer> |
|
114 </item> |
|
115 </layout> |
|
116 </widget> |
|
117 <resources/> |
|
118 <connections/> |
|
119 </ui> |