Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui

changeset 0
de9c2efb9d02
child 3124
a01e410893ac
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>FontDialogWizardDialog</class>
3 <widget class="QDialog" name="FontDialogWizardDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>377</width>
9 <height>118</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>QFontDialog Wizard</string>
14 </property>
15 <property name="sizeGripEnabled" >
16 <bool>true</bool>
17 </property>
18 <layout class="QVBoxLayout" >
19 <item>
20 <layout class="QHBoxLayout" >
21 <item>
22 <spacer>
23 <property name="orientation" >
24 <enum>Qt::Horizontal</enum>
25 </property>
26 <property name="sizeType" >
27 <enum>QSizePolicy::Expanding</enum>
28 </property>
29 <property name="sizeHint" stdset="0" >
30 <size>
31 <width>30</width>
32 <height>0</height>
33 </size>
34 </property>
35 </spacer>
36 </item>
37 <item>
38 <widget class="QPushButton" name="fontButton" >
39 <property name="toolTip" >
40 <string>Press to select a font via a dialog</string>
41 </property>
42 <property name="text" >
43 <string>Select Font ...</string>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <spacer>
49 <property name="orientation" >
50 <enum>Qt::Horizontal</enum>
51 </property>
52 <property name="sizeType" >
53 <enum>QSizePolicy::Expanding</enum>
54 </property>
55 <property name="sizeHint" stdset="0" >
56 <size>
57 <width>30</width>
58 <height>0</height>
59 </size>
60 </property>
61 </spacer>
62 </item>
63 </layout>
64 </item>
65 <item>
66 <widget class="QLabel" name="TextLabel1" >
67 <property name="text" >
68 <string>Variable</string>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <widget class="QLineEdit" name="eVariable" >
74 <property name="toolTip" >
75 <string>Enter a variable name</string>
76 </property>
77 </widget>
78 </item>
79 <item>
80 <widget class="QDialogButtonBox" name="buttonBox" >
81 <property name="orientation" >
82 <enum>Qt::Horizontal</enum>
83 </property>
84 <property name="standardButtons" >
85 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
86 </property>
87 </widget>
88 </item>
89 </layout>
90 </widget>
91 <layoutdefault spacing="6" margin="11" />
92 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
93 <tabstops>
94 <tabstop>fontButton</tabstop>
95 <tabstop>eVariable</tabstop>
96 </tabstops>
97 <resources/>
98 <connections>
99 <connection>
100 <sender>buttonBox</sender>
101 <signal>accepted()</signal>
102 <receiver>FontDialogWizardDialog</receiver>
103 <slot>accept()</slot>
104 <hints>
105 <hint type="sourcelabel" >
106 <x>20</x>
107 <y>97</y>
108 </hint>
109 <hint type="destinationlabel" >
110 <x>20</x>
111 <y>120</y>
112 </hint>
113 </hints>
114 </connection>
115 <connection>
116 <sender>buttonBox</sender>
117 <signal>rejected()</signal>
118 <receiver>FontDialogWizardDialog</receiver>
119 <slot>reject()</slot>
120 <hints>
121 <hint type="sourcelabel" >
122 <x>76</x>
123 <y>100</y>
124 </hint>
125 <hint type="destinationlabel" >
126 <x>76</x>
127 <y>119</y>
128 </hint>
129 </hints>
130 </connection>
131 </connections>
132 </ui>

eric ide

mercurial