eric6/Preferences/ConfigurationPages/NotificationsPage.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7749
285855999b4e
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>NotificationsPage</class>
4 <widget class="QWidget" name="NotificationsPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>507</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string/>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QLabel" name="headerLabel">
19 <property name="text">
20 <string>&lt;b&gt;Configure notification settings&lt;/b&gt;</string>
21 </property>
22 </widget>
23 </item>
24 <item>
25 <widget class="Line" name="line11">
26 <property name="frameShape">
27 <enum>QFrame::HLine</enum>
28 </property>
29 <property name="frameShadow">
30 <enum>QFrame::Sunken</enum>
31 </property>
32 <property name="orientation">
33 <enum>Qt::Horizontal</enum>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QCheckBox" name="enableCheckBox">
39 <property name="toolTip">
40 <string>Select to enable notifications</string>
41 </property>
42 <property name="text">
43 <string>Enable Notifications</string>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <layout class="QGridLayout" name="gridLayout_2">
49 <item row="0" column="0">
50 <widget class="QLabel" name="label">
51 <property name="text">
52 <string>Auto Close Timeout:</string>
53 </property>
54 </widget>
55 </item>
56 <item row="0" column="1">
57 <widget class="QSpinBox" name="timeoutSpinBox">
58 <property name="toolTip">
59 <string>Enter the timeout for closing the notification</string>
60 </property>
61 <property name="alignment">
62 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
63 </property>
64 <property name="suffix">
65 <string> s</string>
66 </property>
67 <property name="minimum">
68 <number>1</number>
69 </property>
70 <property name="maximum">
71 <number>10</number>
72 </property>
73 </widget>
74 </item>
75 <item row="0" column="2">
76 <spacer name="horizontalSpacer">
77 <property name="orientation">
78 <enum>Qt::Horizontal</enum>
79 </property>
80 <property name="sizeHint" stdset="0">
81 <size>
82 <width>40</width>
83 <height>20</height>
84 </size>
85 </property>
86 </spacer>
87 </item>
88 <item row="1" column="0" colspan="2">
89 <widget class="QGroupBox" name="groupBox">
90 <property name="title">
91 <string>Position</string>
92 </property>
93 <layout class="QGridLayout" name="gridLayout">
94 <item row="0" column="0">
95 <widget class="QLabel" name="label_2">
96 <property name="text">
97 <string>X:</string>
98 </property>
99 </widget>
100 </item>
101 <item row="0" column="1">
102 <widget class="QSpinBox" name="xSpinBox">
103 <property name="toolTip">
104 <string>Enter the X-position the notification should be shown at</string>
105 </property>
106 <property name="alignment">
107 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
108 </property>
109 <property name="minimum">
110 <number>-10000</number>
111 </property>
112 <property name="maximum">
113 <number>10000</number>
114 </property>
115 </widget>
116 </item>
117 <item row="0" column="2">
118 <widget class="QLabel" name="label_3">
119 <property name="text">
120 <string>Y:</string>
121 </property>
122 </widget>
123 </item>
124 <item row="0" column="3">
125 <widget class="QSpinBox" name="ySpinBox">
126 <property name="toolTip">
127 <string>Enter the Y-position the notification should be shown at</string>
128 </property>
129 <property name="alignment">
130 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
131 </property>
132 <property name="minimum">
133 <number>-10000</number>
134 </property>
135 <property name="maximum">
136 <number>10000</number>
137 </property>
138 </widget>
139 </item>
140 <item row="1" column="0" colspan="4">
141 <widget class="QPushButton" name="visualButton">
142 <property name="toolTip">
143 <string>Press to select the position visually, release to get it</string>
144 </property>
145 <property name="text">
146 <string>Visual Selection</string>
147 </property>
148 <property name="checkable">
149 <bool>true</bool>
150 </property>
151 </widget>
152 </item>
153 </layout>
154 </widget>
155 </item>
156 </layout>
157 </item>
158 <item>
159 <spacer name="verticalSpacer">
160 <property name="orientation">
161 <enum>Qt::Vertical</enum>
162 </property>
163 <property name="sizeHint" stdset="0">
164 <size>
165 <width>20</width>
166 <height>142</height>
167 </size>
168 </property>
169 </spacer>
170 </item>
171 </layout>
172 </widget>
173 <tabstops>
174 <tabstop>enableCheckBox</tabstop>
175 <tabstop>timeoutSpinBox</tabstop>
176 <tabstop>xSpinBox</tabstop>
177 <tabstop>ySpinBox</tabstop>
178 <tabstop>visualButton</tabstop>
179 </tabstops>
180 <resources/>
181 <connections/>
182 </ui>

eric ide

mercurial