1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<ui version="4.0"> |
3 |
<class>WmFormatPage</class> |
4 |
<widget class="QWizardPage" name="WmFormatPage"> |
5 |
<property name="geometry"> |
6 |
<rect> |
7 |
<x>0</x> |
8 |
<y>0</y> |
9 |
<width>451</width> |
10 |
<height>287</height> |
11 |
</rect> |
12 |
</property> |
13 |
<property name="sizePolicy"> |
14 |
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
15 |
<horstretch>0</horstretch> |
16 |
<verstretch>0</verstretch> |
17 |
</sizepolicy> |
18 |
</property> |
19 |
<property name="windowTitle"> |
20 |
<string>WizardPage</string> |
21 |
</property> |
22 |
<layout class="QVBoxLayout" name="verticalLayout"> |
23 |
<item> |
24 |
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
25 |
<property name="bottomMargin"> |
26 |
<number>5</number> |
27 |
</property> |
28 |
<item> |
29 |
<spacer name="horizontalSpacer"> |
30 |
<property name="orientation"> |
31 |
<enum>Qt::Horizontal</enum> |
32 |
</property> |
33 |
<property name="sizeHint" stdset="0"> |
34 |
<size> |
35 |
<width>40</width> |
36 |
<height>20</height> |
37 |
</size> |
38 |
</property> |
39 |
</spacer> |
40 |
</item> |
41 |
<item> |
42 |
<widget class="QPushButton" name="pbAddPageBefore"> |
43 |
<property name="text"> |
44 |
<string>Add page before</string> |
45 |
</property> |
46 |
<property name="icon"> |
47 |
<iconset resource="../resources.qrc"> |
48 |
<normaloff>:/new/icons/plus.png</normaloff>:/new/icons/plus.png</iconset> |
49 |
</property> |
50 |
</widget> |
51 |
</item> |
52 |
<item> |
53 |
<widget class="QPushButton" name="pbAddPageAfter"> |
54 |
<property name="text"> |
55 |
<string>Add page after</string> |
56 |
</property> |
57 |
<property name="icon"> |
58 |
<iconset resource="../resources.qrc"> |
59 |
<normaloff>:/new/icons/plus.png</normaloff>:/new/icons/plus.png</iconset> |
60 |
</property> |
61 |
</widget> |
62 |
</item> |
63 |
<item> |
64 |
<widget class="QPushButton" name="pbDeleteCurrentPage"> |
65 |
<property name="enabled"> |
66 |
<bool>true</bool> |
67 |
</property> |
68 |
<property name="text"> |
69 |
<string>Delete current page</string> |
70 |
</property> |
71 |
<property name="icon"> |
72 |
<iconset resource="../resources.qrc"> |
73 |
<normaloff>:/new/icons/minus.png</normaloff>:/new/icons/minus.png</iconset> |
74 |
</property> |
75 |
</widget> |
76 |
</item> |
77 |
</layout> |
78 |
</item> |
79 |
<item> |
80 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
81 |
<item> |
82 |
<widget class="QToolButton" name="tbBold"> |
83 |
<property name="toolTip"> |
84 |
<string>Bold</string> |
85 |
</property> |
86 |
<property name="text"> |
87 |
<string>...</string> |
88 |
</property> |
89 |
<property name="icon"> |
90 |
<iconset resource="../resources.qrc"> |
91 |
<normaloff>:/new/icons/formatting_bold.png</normaloff>:/new/icons/formatting_bold.png</iconset> |
92 |
</property> |
93 |
<property name="shortcut"> |
94 |
<string>Ctrl+B</string> |
95 |
</property> |
96 |
</widget> |
97 |
</item> |
98 |
<item> |
99 |
<widget class="QToolButton" name="tbItalic"> |
100 |
<property name="toolTip"> |
101 |
<string>Italic</string> |
102 |
</property> |
103 |
<property name="text"> |
104 |
<string>...</string> |
105 |
</property> |
106 |
<property name="icon"> |
107 |
<iconset resource="../resources.qrc"> |
108 |
<normaloff>:/new/icons/formatting_italic.png</normaloff>:/new/icons/formatting_italic.png</iconset> |
109 |
</property> |
110 |
<property name="shortcut"> |
111 |
<string>Ctrl+I</string> |
112 |
</property> |
113 |
</widget> |
114 |
</item> |
115 |
<item> |
116 |
<widget class="QToolButton" name="tbFontColor"> |
117 |
<property name="toolTip"> |
118 |
<string>Font Color</string> |
119 |
</property> |
120 |
<property name="text"> |
121 |
<string>...</string> |
122 |
</property> |
123 |
<property name="icon"> |
124 |
<iconset resource="../resources.qrc"> |
125 |
<normaloff>:/new/icons/formatting_color.png</normaloff>:/new/icons/formatting_color.png</iconset> |
126 |
</property> |
127 |
</widget> |
128 |
</item> |
129 |
<item> |
130 |
<widget class="QFontComboBox" name="fcbFont"> |
131 |
<property name="currentFont"> |
132 |
<font> |
133 |
<family>Tahoma</family> |
134 |
</font> |
135 |
</property> |
136 |
</widget> |
137 |
</item> |
138 |
<item> |
139 |
<widget class="QComboBox" name="cbTextSize"> |
140 |
<property name="sizePolicy"> |
141 |
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
142 |
<horstretch>0</horstretch> |
143 |
<verstretch>0</verstretch> |
144 |
</sizepolicy> |
145 |
</property> |
146 |
<property name="minimumSize"> |
147 |
<size> |
148 |
<width>80</width> |
149 |
<height>0</height> |
150 |
</size> |
151 |
</property> |
152 |
<property name="editable"> |
153 |
<bool>true</bool> |
154 |
</property> |
155 |
</widget> |
156 |
</item> |
157 |
</layout> |
158 |
</item> |
159 |
<item> |
160 |
<widget class="QTabWidget" name="twPages"> |
161 |
<property name="currentIndex"> |
162 |
<number>-1</number> |
163 |
</property> |
164 |
</widget> |
165 |
</item> |
166 |
</layout> |
167 |
</widget> |
168 |
<resources> |
169 |
<include location="../resources.qrc"/> |
170 |
</resources> |
171 |
<connections/> |
172 |
</ui> |