src/eric7/Preferences/ConfigurationPages/GraphicsPage.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GraphicsPage</class>
4 <widget class="QWidget" name="GraphicsPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>440</width>
10 <height>241</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout">
14 <item>
15 <widget class="QLabel" name="headerLabel">
16 <property name="text">
17 <string>&lt;b&gt;Configure graphics settings&lt;/b&gt;</string>
18 </property>
19 </widget>
20 </item>
21 <item>
22 <widget class="Line" name="line7">
23 <property name="frameShape">
24 <enum>QFrame::HLine</enum>
25 </property>
26 <property name="frameShadow">
27 <enum>QFrame::Sunken</enum>
28 </property>
29 <property name="orientation">
30 <enum>Qt::Horizontal</enum>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="QGroupBox" name="groupBox_2">
36 <property name="title">
37 <string>Font</string>
38 </property>
39 <layout class="QHBoxLayout" name="horizontalLayout">
40 <item>
41 <widget class="QPushButton" name="graphicsFontButton">
42 <property name="toolTip">
43 <string>Press to select the font for the graphic items</string>
44 </property>
45 <property name="text">
46 <string>Graphics Font</string>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <widget class="QLineEdit" name="graphicsFontSample">
52 <property name="focusPolicy">
53 <enum>Qt::NoFocus</enum>
54 </property>
55 <property name="text">
56 <string>Graphics Font</string>
57 </property>
58 <property name="alignment">
59 <set>Qt::AlignHCenter</set>
60 </property>
61 <property name="readOnly">
62 <bool>true</bool>
63 </property>
64 </widget>
65 </item>
66 </layout>
67 </widget>
68 </item>
69 <item>
70 <widget class="QGroupBox" name="groupBox">
71 <property name="title">
72 <string>Drawing Mode</string>
73 </property>
74 <layout class="QHBoxLayout" name="horizontalLayout_2">
75 <item>
76 <widget class="QRadioButton" name="automaticButton">
77 <property name="toolTip">
78 <string>Select to determine the drawing mode automatically</string>
79 </property>
80 <property name="text">
81 <string>Automatic</string>
82 </property>
83 <property name="checked">
84 <bool>true</bool>
85 </property>
86 </widget>
87 </item>
88 <item>
89 <widget class="QRadioButton" name="blackWhiteButton">
90 <property name="toolTip">
91 <string>Select to draw black shapes on a white background</string>
92 </property>
93 <property name="text">
94 <string>Black On White</string>
95 </property>
96 </widget>
97 </item>
98 <item>
99 <widget class="QRadioButton" name="whiteBlackButton">
100 <property name="toolTip">
101 <string>Select to draw white shapes on a black background</string>
102 </property>
103 <property name="text">
104 <string>White On Black</string>
105 </property>
106 </widget>
107 </item>
108 <item>
109 <spacer name="horizontalSpacer">
110 <property name="orientation">
111 <enum>Qt::Horizontal</enum>
112 </property>
113 <property name="sizeHint" stdset="0">
114 <size>
115 <width>53</width>
116 <height>20</height>
117 </size>
118 </property>
119 </spacer>
120 </item>
121 </layout>
122 </widget>
123 </item>
124 <item>
125 <spacer>
126 <property name="orientation">
127 <enum>Qt::Vertical</enum>
128 </property>
129 <property name="sizeHint" stdset="0">
130 <size>
131 <width>20</width>
132 <height>40</height>
133 </size>
134 </property>
135 </spacer>
136 </item>
137 </layout>
138 </widget>
139 <tabstops>
140 <tabstop>graphicsFontButton</tabstop>
141 <tabstop>blackWhiteButton</tabstop>
142 <tabstop>whiteBlackButton</tabstop>
143 </tabstops>
144 <resources/>
145 <connections/>
146 </ui>

eric ide

mercurial