1 <ui version="4.0" > |
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
2 <class>EditorCalltipsPage</class> |
3 <class>EditorCalltipsPage</class> |
3 <widget class="QWidget" name="EditorCalltipsPage" > |
4 <widget class="QWidget" name="EditorCalltipsPage"> |
4 <property name="geometry" > |
5 <property name="geometry"> |
5 <rect> |
6 <rect> |
6 <x>0</x> |
7 <x>0</x> |
7 <y>0</y> |
8 <y>0</y> |
8 <width>406</width> |
9 <width>406</width> |
9 <height>369</height> |
10 <height>369</height> |
10 </rect> |
11 </rect> |
11 </property> |
12 </property> |
12 <layout class="QVBoxLayout" name="verticalLayout_2" > |
13 <layout class="QVBoxLayout" name="verticalLayout_2"> |
13 <item> |
14 <item> |
14 <widget class="QLabel" name="headerLabel" > |
15 <widget class="QLabel" name="headerLabel"> |
15 <property name="text" > |
16 <property name="text"> |
16 <string><b>Configure Calltips</b></string> |
17 <string><b>Configure Calltips</b></string> |
17 </property> |
18 </property> |
18 </widget> |
19 </widget> |
19 </item> |
20 </item> |
20 <item> |
21 <item> |
21 <widget class="Line" name="line18" > |
22 <widget class="Line" name="line18"> |
22 <property name="frameShape" > |
23 <property name="frameShape"> |
23 <enum>QFrame::HLine</enum> |
24 <enum>QFrame::HLine</enum> |
24 </property> |
25 </property> |
25 <property name="frameShadow" > |
26 <property name="frameShadow"> |
26 <enum>QFrame::Sunken</enum> |
27 <enum>QFrame::Sunken</enum> |
27 </property> |
28 </property> |
28 <property name="orientation" > |
29 <property name="orientation"> |
29 <enum>Qt::Horizontal</enum> |
30 <enum>Qt::Horizontal</enum> |
30 </property> |
31 </property> |
31 </widget> |
32 </widget> |
32 </item> |
33 </item> |
33 <item> |
34 <item> |
34 <widget class="QCheckBox" name="ctEnabledCheckBox" > |
35 <widget class="QCheckBox" name="ctEnabledCheckBox"> |
35 <property name="toolTip" > |
36 <property name="toolTip"> |
36 <string>Select this to enable calltips</string> |
37 <string>Select this to enable calltips</string> |
37 </property> |
38 </property> |
38 <property name="text" > |
39 <property name="text"> |
39 <string>Calltips Enabled</string> |
40 <string>Calltips Enabled</string> |
40 </property> |
41 </property> |
41 </widget> |
42 </widget> |
42 </item> |
43 </item> |
43 <item> |
44 <item> |
44 <widget class="QFrame" name="frame" > |
45 <widget class="QFrame" name="frame"> |
45 <property name="enabled" > |
46 <property name="enabled"> |
46 <bool>false</bool> |
47 <bool>false</bool> |
47 </property> |
48 </property> |
48 <layout class="QHBoxLayout" name="horizontalLayout" > |
49 <layout class="QHBoxLayout" name="horizontalLayout"> |
49 <property name="margin" > |
50 <property name="margin"> |
50 <number>0</number> |
51 <number>0</number> |
51 </property> |
52 </property> |
52 <item> |
53 <item> |
53 <widget class="QLabel" name="textLabel2" > |
54 <widget class="QLabel" name="textLabel2"> |
54 <property name="text" > |
55 <property name="text"> |
55 <string>Visible calltips:</string> |
56 <string>Visible calltips:</string> |
56 </property> |
57 </property> |
57 </widget> |
58 </widget> |
58 </item> |
59 </item> |
59 <item> |
60 <item> |
60 <widget class="QSlider" name="ctVisibleSlider" > |
61 <widget class="QSlider" name="ctVisibleSlider"> |
61 <property name="toolTip" > |
62 <property name="toolTip"> |
62 <string>Move to set the maximum number of calltips shown (0 = all available)</string> |
63 <string>Move to set the maximum number of calltips shown (0 = all available)</string> |
63 </property> |
64 </property> |
64 <property name="maximum" > |
65 <property name="maximum"> |
65 <number>20</number> |
66 <number>20</number> |
66 </property> |
67 </property> |
67 <property name="orientation" > |
68 <property name="orientation"> |
68 <enum>Qt::Horizontal</enum> |
69 <enum>Qt::Horizontal</enum> |
69 </property> |
70 </property> |
70 <property name="tickInterval" > |
71 <property name="tickInterval"> |
71 <number>1</number> |
72 <number>1</number> |
72 </property> |
73 </property> |
73 </widget> |
74 </widget> |
74 </item> |
75 </item> |
75 <item> |
76 <item> |
76 <widget class="QLCDNumber" name="lCDNumber5" > |
77 <widget class="QLCDNumber" name="lCDNumber5"> |
77 <property name="toolTip" > |
78 <property name="toolTip"> |
78 <string>Displays the maximum number of calltips to be shown</string> |
79 <string>Displays the maximum number of calltips to be shown</string> |
79 </property> |
80 </property> |
80 <property name="numDigits" > |
81 <property name="digitCount"> |
81 <number>2</number> |
82 <number>2</number> |
82 </property> |
83 </property> |
83 <property name="segmentStyle" > |
84 <property name="segmentStyle"> |
84 <enum>QLCDNumber::Flat</enum> |
85 <enum>QLCDNumber::Flat</enum> |
85 </property> |
86 </property> |
86 </widget> |
87 </widget> |
87 </item> |
88 </item> |
88 </layout> |
89 </layout> |
89 </widget> |
90 </widget> |
90 </item> |
91 </item> |
91 <item> |
92 <item> |
92 <widget class="QGroupBox" name="groupBox_2" > |
93 <widget class="QGroupBox" name="groupBox_2"> |
93 <property name="enabled" > |
94 <property name="enabled"> |
94 <bool>false</bool> |
95 <bool>false</bool> |
95 </property> |
96 </property> |
96 <property name="title" > |
97 <property name="title"> |
97 <string>Colours</string> |
98 <string>Colours</string> |
98 </property> |
99 </property> |
99 <layout class="QHBoxLayout" > |
100 <layout class="QHBoxLayout"> |
100 <item> |
101 <item> |
101 <widget class="QLabel" name="TextLabel2_2_2_2" > |
102 <widget class="QLabel" name="TextLabel2_2_2_2"> |
102 <property name="text" > |
103 <property name="text"> |
103 <string>Background colour:</string> |
104 <string>Background colour:</string> |
104 </property> |
105 </property> |
105 </widget> |
106 </widget> |
106 </item> |
107 </item> |
107 <item> |
108 <item> |
108 <widget class="QPushButton" name="calltipsBackgroundButton" > |
109 <widget class="QPushButton" name="calltipsBackgroundButton"> |
109 <property name="minimumSize" > |
110 <property name="minimumSize"> |
110 <size> |
111 <size> |
111 <width>100</width> |
112 <width>100</width> |
112 <height>0</height> |
113 <height>0</height> |
113 </size> |
114 </size> |
114 </property> |
115 </property> |
115 <property name="toolTip" > |
116 <property name="toolTip"> |
116 <string>Select the background colour for calltips.</string> |
117 <string>Select the background colour for calltips.</string> |
117 </property> |
118 </property> |
118 <property name="text" > |
119 <property name="text"> |
119 <string/> |
120 <string/> |
120 </property> |
121 </property> |
121 </widget> |
122 </widget> |
122 </item> |
123 </item> |
123 <item> |
124 <item> |
124 <spacer> |
125 <spacer> |
125 <property name="orientation" > |
126 <property name="orientation"> |
126 <enum>Qt::Horizontal</enum> |
127 <enum>Qt::Horizontal</enum> |
127 </property> |
128 </property> |
128 <property name="sizeHint" stdset="0" > |
129 <property name="sizeHint" stdset="0"> |
129 <size> |
130 <size> |
130 <width>40</width> |
131 <width>40</width> |
131 <height>20</height> |
132 <height>20</height> |
132 </size> |
133 </size> |
133 </property> |
134 </property> |
135 </item> |
136 </item> |
136 </layout> |
137 </layout> |
137 </widget> |
138 </widget> |
138 </item> |
139 </item> |
139 <item> |
140 <item> |
140 <widget class="QGroupBox" name="groupBox" > |
141 <widget class="QGroupBox" name="groupBox"> |
141 <property name="title" > |
142 <property name="title"> |
142 <string>Plug-In Behavior</string> |
143 <string>Plug-In Behavior</string> |
143 </property> |
144 </property> |
144 <layout class="QVBoxLayout" name="verticalLayout" > |
145 <layout class="QVBoxLayout" name="verticalLayout"> |
145 <item> |
146 <item> |
146 <widget class="QCheckBox" name="ctScintillaCheckBox" > |
147 <widget class="QCheckBox" name="ctScintillaCheckBox"> |
147 <property name="toolTip" > |
148 <property name="toolTip"> |
148 <string>Select to show QScintilla provided calltips, if the selected plugin fails</string> |
149 <string>Select to show QScintilla provided calltips, if the selected plugin fails</string> |
149 </property> |
150 </property> |
150 <property name="whatsThis" > |
151 <property name="whatsThis"> |
151 <string>Qscintilla provided calltips are shown, if this option is enabled and calltips shall be provided by a plug-in (see calltips sub-page of the plug-in) and the plugin-in doesn't deliver any calltips.</string> |
152 <string>Qscintilla provided calltips are shown, if this option is enabled and calltips shall be provided by a plug-in (see calltips sub-page of the plug-in) and the plugin-in doesn't deliver any calltips.</string> |
152 </property> |
153 </property> |
153 <property name="text" > |
154 <property name="text"> |
154 <string>Show QScintilla calltips, if plug-in fails</string> |
155 <string>Show QScintilla calltips, if plug-in fails</string> |
155 </property> |
156 </property> |
156 </widget> |
157 </widget> |
157 </item> |
158 </item> |
158 </layout> |
159 </layout> |
159 </widget> |
160 </widget> |
160 </item> |
161 </item> |
161 <item> |
162 <item> |
162 <spacer> |
163 <spacer> |
163 <property name="orientation" > |
164 <property name="orientation"> |
164 <enum>Qt::Vertical</enum> |
165 <enum>Qt::Vertical</enum> |
165 </property> |
166 </property> |
166 <property name="sizeHint" stdset="0" > |
167 <property name="sizeHint" stdset="0"> |
167 <size> |
168 <size> |
168 <width>388</width> |
169 <width>388</width> |
169 <height>20</height> |
170 <height>20</height> |
170 </size> |
171 </size> |
171 </property> |
172 </property> |