src/eric7/Plugins/WizardPlugins/FontDialogWizard/FontDialogOptionsDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8410
f8d97f05f883
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>FontDialogOptionsDialog</class>
4 <widget class="QDialog" name="FontDialogOptionsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>194</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Font Dialog Options</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QCheckBox" name="noNativeDialogCheckBox">
22 <property name="toolTip">
23 <string>Select to not use the platform's native font dialog</string>
24 </property>
25 <property name="text">
26 <string>Don't use native dialog</string>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <widget class="QCheckBox" name="scalableCheckBox">
32 <property name="toolTip">
33 <string>Select to show scalable fonts</string>
34 </property>
35 <property name="text">
36 <string>Scalable Fonts</string>
37 </property>
38 </widget>
39 </item>
40 <item>
41 <widget class="QCheckBox" name="nonScalableCheckBox">
42 <property name="toolTip">
43 <string>Select to show non scalable fonts</string>
44 </property>
45 <property name="text">
46 <string>Non Scalable Fonts</string>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <widget class="QCheckBox" name="monospacedCheckBox">
52 <property name="toolTip">
53 <string>Select to show monospaced fonts</string>
54 </property>
55 <property name="text">
56 <string>Monospaced Fonts</string>
57 </property>
58 </widget>
59 </item>
60 <item>
61 <widget class="QCheckBox" name="proportionalCheckBox">
62 <property name="toolTip">
63 <string>Select to show proportional fonts</string>
64 </property>
65 <property name="text">
66 <string>Proportional Fonts</string>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <widget class="QDialogButtonBox" name="buttonBox">
72 <property name="orientation">
73 <enum>Qt::Horizontal</enum>
74 </property>
75 <property name="standardButtons">
76 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
77 </property>
78 </widget>
79 </item>
80 </layout>
81 </widget>
82 <resources/>
83 <connections>
84 <connection>
85 <sender>buttonBox</sender>
86 <signal>accepted()</signal>
87 <receiver>FontDialogOptionsDialog</receiver>
88 <slot>accept()</slot>
89 <hints>
90 <hint type="sourcelabel">
91 <x>248</x>
92 <y>254</y>
93 </hint>
94 <hint type="destinationlabel">
95 <x>157</x>
96 <y>274</y>
97 </hint>
98 </hints>
99 </connection>
100 <connection>
101 <sender>buttonBox</sender>
102 <signal>rejected()</signal>
103 <receiver>FontDialogOptionsDialog</receiver>
104 <slot>reject()</slot>
105 <hints>
106 <hint type="sourcelabel">
107 <x>316</x>
108 <y>260</y>
109 </hint>
110 <hint type="destinationlabel">
111 <x>286</x>
112 <y>274</y>
113 </hint>
114 </hints>
115 </connection>
116 </connections>
117 </ui>

eric ide

mercurial