|
1 <ui version="4.0" > |
|
2 <class>GraphicsPage</class> |
|
3 <widget class="QWidget" name="GraphicsPage" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>440</width> |
|
9 <height>334</height> |
|
10 </rect> |
|
11 </property> |
|
12 <layout class="QVBoxLayout" > |
|
13 <item> |
|
14 <widget class="QLabel" name="headerLabel" > |
|
15 <property name="text" > |
|
16 <string><b>Configure graphics settings</b></string> |
|
17 </property> |
|
18 </widget> |
|
19 </item> |
|
20 <item> |
|
21 <widget class="Line" name="line7" > |
|
22 <property name="frameShape" > |
|
23 <enum>QFrame::HLine</enum> |
|
24 </property> |
|
25 <property name="frameShadow" > |
|
26 <enum>QFrame::Sunken</enum> |
|
27 </property> |
|
28 <property name="orientation" > |
|
29 <enum>Qt::Horizontal</enum> |
|
30 </property> |
|
31 </widget> |
|
32 </item> |
|
33 <item> |
|
34 <layout class="QHBoxLayout" > |
|
35 <item> |
|
36 <widget class="QPushButton" name="graphicsFontButton" > |
|
37 <property name="toolTip" > |
|
38 <string>Press to select the font for the graphic items</string> |
|
39 </property> |
|
40 <property name="text" > |
|
41 <string>Graphics Font</string> |
|
42 </property> |
|
43 </widget> |
|
44 </item> |
|
45 <item> |
|
46 <widget class="QLineEdit" name="graphicsFontSample" > |
|
47 <property name="focusPolicy" > |
|
48 <enum>Qt::NoFocus</enum> |
|
49 </property> |
|
50 <property name="text" > |
|
51 <string>Graphics Font</string> |
|
52 </property> |
|
53 <property name="alignment" > |
|
54 <set>Qt::AlignHCenter</set> |
|
55 </property> |
|
56 <property name="readOnly" > |
|
57 <bool>true</bool> |
|
58 </property> |
|
59 </widget> |
|
60 </item> |
|
61 </layout> |
|
62 </item> |
|
63 <item> |
|
64 <spacer> |
|
65 <property name="orientation" > |
|
66 <enum>Qt::Vertical</enum> |
|
67 </property> |
|
68 <property name="sizeHint" stdset="0" > |
|
69 <size> |
|
70 <width>20</width> |
|
71 <height>40</height> |
|
72 </size> |
|
73 </property> |
|
74 </spacer> |
|
75 </item> |
|
76 </layout> |
|
77 </widget> |
|
78 <tabstops> |
|
79 <tabstop>graphicsFontButton</tabstop> |
|
80 </tabstops> |
|
81 <resources/> |
|
82 <connections/> |
|
83 </ui> |