qt tools: enable use of Qt5 toolchain, headers and libraries
[pcp.git] / src / pmtime / showboundsdialog.ui
blobb3f6125aa0ab242c9c202f7b8ce18415096dc635
1 <ui version="4.0" >
2  <class>ShowBounds</class>
3  <widget class="QDialog" name="ShowBounds" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>324</width>
9     <height>181</height>
10    </rect>
11   </property>
12   <property name="acceptDrops" >
13    <bool>false</bool>
14   </property>
15   <property name="windowTitle" >
16    <string>Archive Time Bounds</string>
17   </property>
18   <property name="windowIcon" >
19    <iconset resource="pmtime.qrc" >:/images/pmtime.png</iconset>
20   </property>
21   <property name="whatsThis" >
22    <string>The Archive Bounds dialog displays and allows modifications
23 to the start and end time of a (set of) PCP data archive(s).
24 This effectively restricts all pmtime clients (e.g. pmval, pmchart)
25 to a subset of the available performance data.</string>
26   </property>
27   <property name="sizeGripEnabled" >
28    <bool>false</bool>
29   </property>
30   <property name="modal" >
31    <bool>false</bool>
32   </property>
33   <layout class="QGridLayout" >
34    <property name="margin" >
35     <number>7</number>
36    </property>
37    <property name="spacing" >
38     <number>6</number>
39    </property>
40    <item row="0" column="0" >
41     <layout class="QVBoxLayout" >
42      <property name="margin" >
43       <number>0</number>
44      </property>
45      <property name="spacing" >
46       <number>4</number>
47      </property>
48      <item>
49       <layout class="QGridLayout" >
50        <property name="margin" >
51         <number>0</number>
52        </property>
53        <property name="spacing" >
54         <number>6</number>
55        </property>
56        <item row="3" column="0" colspan="2" >
57         <widget class="QwtSlider" name="sliderEnd" >
58          <property name="whatsThis" >
59           <string>Modify the archive end time as seen by all&lt;br>
60 pmtime clients (e.g. pmval, pmchart).&lt;br>&lt;br>
61 This cannot be set before the start time of the&lt;br>
62 archive with the earliest start time, nor beyond&lt;br>
63 of the archive with the latest end time.&lt;br>
64 It also cannot be less than the current start&lt;br>
65 time.</string>
66          </property>
67          <property name="orientation" >
68           <enum>Qt::Horizontal</enum>
69          </property>
70          <property name="groove" >
71           <bool>true</bool>
72          </property>
73          <property name="trough" >
74           <bool>false</bool>
75          </property>
76          <property name="handleSize" >
77           <size>
78            <width>12</width>
79            <height>16</height>
80           </size>
81          </property>
82         </widget>
83        </item>
84        <item row="2" column="0" >
85         <widget class="QLabel" name="endLabel" >
86          <property name="text" >
87           <string>End</string>
88          </property>
89          <property name="wordWrap" >
90           <bool>false</bool>
91          </property>
92         </widget>
93        </item>
94        <item row="0" column="0" >
95         <widget class="QLabel" name="startLabel" >
96          <property name="text" >
97           <string>Start</string>
98          </property>
99          <property name="wordWrap" >
100           <bool>false</bool>
101          </property>
102         </widget>
103        </item>
104        <item row="0" column="1" >
105         <widget class="QLineEdit" name="lineEditStart" >
106          <property name="whatsThis" >
107           <string>Modify the archive start time as seen by all&lt;br>
108 pmtime clients (e.g. pmval, pmchart).&lt;br>&lt;br>
109 This cannot be set before the start time of the&lt;br>
110 archive with the earliest start time, nor beyond&lt;br>
111 of the archive with the latest end time.&lt;br>
112 It also cannot be greater than the current end&lt;br>
113 time.</string>
114          </property>
115         </widget>
116        </item>
117        <item row="1" column="0" colspan="2" >
118         <widget class="QwtSlider" name="sliderStart" >
119          <property name="whatsThis" >
120           <string>Modify the archive start time as seen by all&lt;br>
121 pmtime clients (e.g. pmval, pmchart).&lt;br>&lt;br>
122 This cannot be set before the start time of the&lt;br>
123 archive with the earliest start time, nor beyond&lt;br>
124 of the archive with the latest end time.&lt;br>
125 It also cannot be greater than the current end&lt;br>
126 time.</string>
127          </property>
128          <property name="orientation" >
129           <enum>Qt::Horizontal</enum>
130          </property>
131          <property name="groove" >
132           <bool>true</bool>
133          </property>
134          <property name="trough" >
135           <bool>false</bool>
136          </property>
137          <property name="handleSize" >
138           <size>
139            <width>12</width>
140            <height>16</height>
141           </size>
142          </property>
143         </widget>
144        </item>
145        <item row="2" column="1" >
146         <widget class="QLineEdit" name="lineEditEnd" >
147          <property name="whatsThis" >
148           <string>Modify the archive end time as seen by all&lt;br>
149 pmtime clients (e.g. pmval, pmchart).&lt;br>&lt;br>
150 This cannot be set before the start time of the&lt;br>
151 archive with the earliest start time, nor beyond&lt;br>
152 of the archive with the latest end time.&lt;br>
153 It also cannot be less than the current start&lt;br>
154 time.</string>
155          </property>
156         </widget>
157        </item>
158       </layout>
159      </item>
160      <item>
161       <spacer>
162        <property name="orientation" >
163         <enum>Qt::Vertical</enum>
164        </property>
165        <property name="sizeType" >
166         <enum>QSizePolicy::Fixed</enum>
167        </property>
168        <property name="sizeHint" >
169         <size>
170          <width>20</width>
171          <height>16</height>
172         </size>
173        </property>
174       </spacer>
175      </item>
176      <item>
177       <layout class="QHBoxLayout" >
178        <property name="margin" >
179         <number>0</number>
180        </property>
181        <property name="spacing" >
182         <number>6</number>
183        </property>
184        <item>
185         <spacer>
186          <property name="orientation" >
187           <enum>Qt::Horizontal</enum>
188          </property>
189          <property name="sizeType" >
190           <enum>QSizePolicy::Expanding</enum>
191          </property>
192          <property name="sizeHint" >
193           <size>
194            <width>20</width>
195            <height>20</height>
196           </size>
197          </property>
198         </spacer>
199        </item>
200        <item>
201         <widget class="QPushButton" name="buttonOK" >
202          <property name="text" >
203           <string>&amp;OK</string>
204          </property>
205         </widget>
206        </item>
207        <item>
208         <widget class="QPushButton" name="buttonCancel" >
209          <property name="text" >
210           <string>&amp;Cancel</string>
211          </property>
212          <property name="shortcut" >
213           <string/>
214          </property>
215          <property name="autoDefault" >
216           <bool>true</bool>
217          </property>
218          <property name="default" >
219           <bool>true</bool>
220          </property>
221         </widget>
222        </item>
223       </layout>
224      </item>
225     </layout>
226    </item>
227   </layout>
228  </widget>
229  <layoutdefault spacing="6" margin="11" />
230  <customwidgets>
231   <customwidget>
232    <class>QwtSlider</class>
233    <extends>QWidget</extends>
234    <header>qwt_slider.h</header>
235   </customwidget>
236  </customwidgets>
237  <includes>
238   <include location="local" >console.h</include>
239  </includes>
240  <resources>
241   <include location="pmtime.qrc" />
242  </resources>
243  <connections>
244   <connection>
245    <sender>buttonOK</sender>
246    <signal>clicked()</signal>
247    <receiver>ShowBounds</receiver>
248    <slot>accept()</slot>
249    <hints>
250     <hint type="sourcelabel" >
251      <x>20</x>
252      <y>20</y>
253     </hint>
254     <hint type="destinationlabel" >
255      <x>20</x>
256      <y>20</y>
257     </hint>
258    </hints>
259   </connection>
260   <connection>
261    <sender>buttonCancel</sender>
262    <signal>clicked()</signal>
263    <receiver>ShowBounds</receiver>
264    <slot>reject()</slot>
265    <hints>
266     <hint type="sourcelabel" >
267      <x>20</x>
268      <y>20</y>
269     </hint>
270     <hint type="destinationlabel" >
271      <x>20</x>
272      <y>20</y>
273     </hint>
274    </hints>
275   </connection>
276   <connection>
277    <sender>sliderStart</sender>
278    <signal>valueChanged(double)</signal>
279    <receiver>ShowBounds</receiver>
280    <slot>changedStart(double)</slot>
281    <hints>
282     <hint type="sourcelabel" >
283      <x>20</x>
284      <y>20</y>
285     </hint>
286     <hint type="destinationlabel" >
287      <x>20</x>
288      <y>20</y>
289     </hint>
290    </hints>
291   </connection>
292   <connection>
293    <sender>sliderEnd</sender>
294    <signal>valueChanged(double)</signal>
295    <receiver>ShowBounds</receiver>
296    <slot>changedEnd(double)</slot>
297    <hints>
298     <hint type="sourcelabel" >
299      <x>20</x>
300      <y>20</y>
301     </hint>
302     <hint type="destinationlabel" >
303      <x>20</x>
304      <y>20</y>
305     </hint>
306    </hints>
307   </connection>
308  </connections>
309 </ui>