Helpviewer/ZoomManager/ZoomValuesDialog.ui

changeset 4612
c9982bcd00f8
equal deleted inserted replaced
4610:93732395fc1d 4612:c9982bcd00f8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ZoomValuesDialog</class>
4 <widget class="QDialog" name="ZoomValuesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>350</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Saved Zoom Values</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <layout class="QHBoxLayout" name="horizontalLayout_2">
22 <item>
23 <spacer name="horizontalSpacer">
24 <property name="orientation">
25 <enum>Qt::Horizontal</enum>
26 </property>
27 <property name="sizeHint" stdset="0">
28 <size>
29 <width>40</width>
30 <height>20</height>
31 </size>
32 </property>
33 </spacer>
34 </item>
35 <item>
36 <layout class="QHBoxLayout" name="horizontalLayout">
37 <property name="spacing">
38 <number>0</number>
39 </property>
40 <item>
41 <widget class="E5ClearableLineEdit" name="searchEdit">
42 <property name="sizePolicy">
43 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
44 <horstretch>0</horstretch>
45 <verstretch>0</verstretch>
46 </sizepolicy>
47 </property>
48 <property name="minimumSize">
49 <size>
50 <width>300</width>
51 <height>0</height>
52 </size>
53 </property>
54 <property name="toolTip">
55 <string>Enter search term</string>
56 </property>
57 </widget>
58 </item>
59 </layout>
60 </item>
61 </layout>
62 </item>
63 <item>
64 <widget class="E5TableView" name="zoomValuesTable">
65 <property name="alternatingRowColors">
66 <bool>true</bool>
67 </property>
68 <property name="selectionBehavior">
69 <enum>QAbstractItemView::SelectRows</enum>
70 </property>
71 <property name="textElideMode">
72 <enum>Qt::ElideMiddle</enum>
73 </property>
74 <property name="showGrid">
75 <bool>false</bool>
76 </property>
77 <property name="sortingEnabled">
78 <bool>true</bool>
79 </property>
80 </widget>
81 </item>
82 <item>
83 <layout class="QHBoxLayout" name="horizontalLayout_3">
84 <item>
85 <widget class="QPushButton" name="removeButton">
86 <property name="toolTip">
87 <string>Press to remove the selected entries</string>
88 </property>
89 <property name="text">
90 <string>&amp;Remove</string>
91 </property>
92 <property name="autoDefault">
93 <bool>false</bool>
94 </property>
95 </widget>
96 </item>
97 <item>
98 <widget class="QPushButton" name="removeAllButton">
99 <property name="toolTip">
100 <string>Press to remove all entries</string>
101 </property>
102 <property name="text">
103 <string>Remove &amp;All</string>
104 </property>
105 <property name="autoDefault">
106 <bool>false</bool>
107 </property>
108 </widget>
109 </item>
110 <item>
111 <spacer name="horizontalSpacer_2">
112 <property name="orientation">
113 <enum>Qt::Horizontal</enum>
114 </property>
115 <property name="sizeHint" stdset="0">
116 <size>
117 <width>208</width>
118 <height>20</height>
119 </size>
120 </property>
121 </spacer>
122 </item>
123 </layout>
124 </item>
125 <item>
126 <widget class="QDialogButtonBox" name="buttonBox">
127 <property name="orientation">
128 <enum>Qt::Horizontal</enum>
129 </property>
130 <property name="standardButtons">
131 <set>QDialogButtonBox::Close</set>
132 </property>
133 </widget>
134 </item>
135 </layout>
136 </widget>
137 <customwidgets>
138 <customwidget>
139 <class>E5ClearableLineEdit</class>
140 <extends>QLineEdit</extends>
141 <header>E5Gui/E5LineEdit.h</header>
142 </customwidget>
143 <customwidget>
144 <class>E5TableView</class>
145 <extends>QTableView</extends>
146 <header>E5Gui/E5TableView.h</header>
147 </customwidget>
148 </customwidgets>
149 <tabstops>
150 <tabstop>searchEdit</tabstop>
151 <tabstop>zoomValuesTable</tabstop>
152 <tabstop>removeButton</tabstop>
153 <tabstop>removeAllButton</tabstop>
154 <tabstop>buttonBox</tabstop>
155 </tabstops>
156 <resources/>
157 <connections>
158 <connection>
159 <sender>buttonBox</sender>
160 <signal>accepted()</signal>
161 <receiver>ZoomValuesDialog</receiver>
162 <slot>accept()</slot>
163 <hints>
164 <hint type="sourcelabel">
165 <x>237</x>
166 <y>340</y>
167 </hint>
168 <hint type="destinationlabel">
169 <x>157</x>
170 <y>274</y>
171 </hint>
172 </hints>
173 </connection>
174 <connection>
175 <sender>buttonBox</sender>
176 <signal>rejected()</signal>
177 <receiver>ZoomValuesDialog</receiver>
178 <slot>reject()</slot>
179 <hints>
180 <hint type="sourcelabel">
181 <x>325</x>
182 <y>340</y>
183 </hint>
184 <hint type="destinationlabel">
185 <x>286</x>
186 <y>274</y>
187 </hint>
188 </hints>
189 </connection>
190 </connections>
191 </ui>

eric ide

mercurial