eric7/Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui

branch
eric7
changeset 8312
800c432b34c8
parent 6942
2602857055c5
child 8410
f8d97f05f883
equal deleted inserted replaced
8311:4e8b98454baa 8312:800c432b34c8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>FontDialogWizardDialog</class>
4 <widget class="QDialog" name="FontDialogWizardDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>377</width>
10 <height>291</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>QFontDialog Wizard</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string>Result:</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QLineEdit" name="eResultVar">
29 <property name="toolTip">
30 <string>Enter the result variable name</string>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QLabel" name="textLabel1">
36 <property name="text">
37 <string>Title:</string>
38 </property>
39 </widget>
40 </item>
41 <item>
42 <widget class="QLineEdit" name="eCaption">
43 <property name="toolTip">
44 <string>Enter the title for the message box</string>
45 </property>
46 </widget>
47 </item>
48 <item>
49 <widget class="QGroupBox" name="parentGroup">
50 <property name="title">
51 <string>Parent</string>
52 </property>
53 <layout class="QGridLayout" name="gridLayout_3">
54 <item row="0" column="0">
55 <widget class="QRadioButton" name="parentSelf">
56 <property name="toolTip">
57 <string>Select &quot;self&quot; as parent</string>
58 </property>
59 <property name="text">
60 <string>self</string>
61 </property>
62 <property name="checked">
63 <bool>true</bool>
64 </property>
65 </widget>
66 </item>
67 <item row="0" column="1">
68 <widget class="QRadioButton" name="parentNone">
69 <property name="toolTip">
70 <string>Select &quot;None&quot; as parent</string>
71 </property>
72 <property name="text">
73 <string>None</string>
74 </property>
75 </widget>
76 </item>
77 <item row="1" column="0" colspan="2">
78 <layout class="QHBoxLayout" name="horizontalLayout_2">
79 <item>
80 <widget class="QRadioButton" name="parentOther">
81 <property name="toolTip">
82 <string>Select to enter a parent expression</string>
83 </property>
84 <property name="text">
85 <string>Expression:</string>
86 </property>
87 </widget>
88 </item>
89 <item>
90 <widget class="QLineEdit" name="parentEdit">
91 <property name="enabled">
92 <bool>false</bool>
93 </property>
94 <property name="toolTip">
95 <string>Enter the parent expression</string>
96 </property>
97 </widget>
98 </item>
99 </layout>
100 </item>
101 </layout>
102 </widget>
103 </item>
104 <item>
105 <layout class="QHBoxLayout">
106 <item>
107 <spacer>
108 <property name="orientation">
109 <enum>Qt::Horizontal</enum>
110 </property>
111 <property name="sizeType">
112 <enum>QSizePolicy::Expanding</enum>
113 </property>
114 <property name="sizeHint" stdset="0">
115 <size>
116 <width>30</width>
117 <height>0</height>
118 </size>
119 </property>
120 </spacer>
121 </item>
122 <item>
123 <widget class="QPushButton" name="fontButton">
124 <property name="toolTip">
125 <string>Press to select a font via a dialog</string>
126 </property>
127 <property name="text">
128 <string>Select Font ...</string>
129 </property>
130 </widget>
131 </item>
132 <item>
133 <spacer>
134 <property name="orientation">
135 <enum>Qt::Horizontal</enum>
136 </property>
137 <property name="sizeType">
138 <enum>QSizePolicy::Expanding</enum>
139 </property>
140 <property name="sizeHint" stdset="0">
141 <size>
142 <width>30</width>
143 <height>0</height>
144 </size>
145 </property>
146 </spacer>
147 </item>
148 </layout>
149 </item>
150 <item>
151 <widget class="QLabel" name="TextLabel1">
152 <property name="text">
153 <string>Font Variable:</string>
154 </property>
155 </widget>
156 </item>
157 <item>
158 <widget class="QLineEdit" name="eVariable">
159 <property name="toolTip">
160 <string>Enter a variable name</string>
161 </property>
162 </widget>
163 </item>
164 <item>
165 <widget class="QDialogButtonBox" name="buttonBox">
166 <property name="orientation">
167 <enum>Qt::Horizontal</enum>
168 </property>
169 <property name="standardButtons">
170 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
171 </property>
172 </widget>
173 </item>
174 </layout>
175 </widget>
176 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
177 <tabstops>
178 <tabstop>eResultVar</tabstop>
179 <tabstop>eCaption</tabstop>
180 <tabstop>parentSelf</tabstop>
181 <tabstop>parentNone</tabstop>
182 <tabstop>parentOther</tabstop>
183 <tabstop>parentEdit</tabstop>
184 <tabstop>fontButton</tabstop>
185 <tabstop>eVariable</tabstop>
186 <tabstop>buttonBox</tabstop>
187 </tabstops>
188 <resources/>
189 <connections>
190 <connection>
191 <sender>buttonBox</sender>
192 <signal>accepted()</signal>
193 <receiver>FontDialogWizardDialog</receiver>
194 <slot>accept()</slot>
195 <hints>
196 <hint type="sourcelabel">
197 <x>29</x>
198 <y>281</y>
199 </hint>
200 <hint type="destinationlabel">
201 <x>20</x>
202 <y>120</y>
203 </hint>
204 </hints>
205 </connection>
206 <connection>
207 <sender>buttonBox</sender>
208 <signal>rejected()</signal>
209 <receiver>FontDialogWizardDialog</receiver>
210 <slot>reject()</slot>
211 <hints>
212 <hint type="sourcelabel">
213 <x>85</x>
214 <y>281</y>
215 </hint>
216 <hint type="destinationlabel">
217 <x>76</x>
218 <y>119</y>
219 </hint>
220 </hints>
221 </connection>
222 <connection>
223 <sender>parentOther</sender>
224 <signal>toggled(bool)</signal>
225 <receiver>parentEdit</receiver>
226 <slot>setEnabled(bool)</slot>
227 <hints>
228 <hint type="sourcelabel">
229 <x>61</x>
230 <y>156</y>
231 </hint>
232 <hint type="destinationlabel">
233 <x>130</x>
234 <y>157</y>
235 </hint>
236 </hints>
237 </connection>
238 </connections>
239 </ui>

eric ide

mercurial