source: palm/trunk/SCRIPTS/palm_wd_files/wd.ui @ 1611

Last change on this file since 1611 was 1611, checked in by maronga, 9 years ago

added new palm watchdog, removed old nc2vdf scripts

  • Property svn:executable set to *
  • Property svn:mime-type set to application/xml
File size: 16.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5  <property name="enabled">
6   <bool>true</bool>
7  </property>
8  <property name="geometry">
9   <rect>
10    <x>0</x>
11    <y>0</y>
12    <width>758</width>
13    <height>183</height>
14   </rect>
15  </property>
16  <property name="sizePolicy">
17   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
18    <horstretch>0</horstretch>
19    <verstretch>0</verstretch>
20   </sizepolicy>
21  </property>
22  <property name="minimumSize">
23   <size>
24    <width>758</width>
25    <height>117</height>
26   </size>
27  </property>
28  <property name="maximumSize">
29   <size>
30    <width>758</width>
31    <height>1000</height>
32   </size>
33  </property>
34  <property name="contextMenuPolicy">
35   <enum>Qt::CustomContextMenu</enum>
36  </property>
37  <property name="windowTitle">
38   <string>PALM Watchdog</string>
39  </property>
40  <property name="windowIcon">
41   <iconset>
42    <normaloff>wd.ico</normaloff>wd.ico</iconset>
43  </property>
44  <property name="animated">
45   <bool>true</bool>
46  </property>
47  <widget class="QWidget" name="centralwidget">
48   <property name="sizePolicy">
49    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
50     <horstretch>0</horstretch>
51     <verstretch>0</verstretch>
52    </sizepolicy>
53   </property>
54   <property name="minimumSize">
55    <size>
56     <width>0</width>
57     <height>0</height>
58    </size>
59   </property>
60   <property name="maximumSize">
61    <size>
62     <width>16777215</width>
63     <height>16777215</height>
64    </size>
65   </property>
66   <layout class="QGridLayout" name="gridLayout">
67    <item row="1" column="0">
68     <widget class="QLabel" name="label2">
69      <property name="sizePolicy">
70       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
71        <horstretch>0</horstretch>
72        <verstretch>0</verstretch>
73       </sizepolicy>
74      </property>
75      <property name="minimumSize">
76       <size>
77        <width>210</width>
78        <height>20</height>
79       </size>
80      </property>
81      <property name="maximumSize">
82       <size>
83        <width>190</width>
84        <height>20</height>
85       </size>
86      </property>
87      <property name="frameShape">
88       <enum>QFrame::Box</enum>
89      </property>
90      <property name="frameShadow">
91       <enum>QFrame::Plain</enum>
92      </property>
93      <property name="text">
94       <string>Last update: 27-08-2014 12:50</string>
95      </property>
96     </widget>
97    </item>
98    <item row="1" column="1">
99     <widget class="QLabel" name="label">
100      <property name="sizePolicy">
101       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
102        <horstretch>0</horstretch>
103        <verstretch>0</verstretch>
104       </sizepolicy>
105      </property>
106      <property name="minimumSize">
107       <size>
108        <width>150</width>
109        <height>20</height>
110       </size>
111      </property>
112      <property name="maximumSize">
113       <size>
114        <width>135</width>
115        <height>20</height>
116       </size>
117      </property>
118      <property name="frameShape">
119       <enum>QFrame::Box</enum>
120      </property>
121      <property name="frameShadow">
122       <enum>QFrame::Plain</enum>
123      </property>
124      <property name="text">
125       <string>Next update in 120min</string>
126      </property>
127     </widget>
128    </item>
129    <item row="1" column="2">
130     <widget class="QPushButton" name="button_update">
131      <property name="sizePolicy">
132       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
133        <horstretch>0</horstretch>
134        <verstretch>0</verstretch>
135       </sizepolicy>
136      </property>
137      <property name="minimumSize">
138       <size>
139        <width>120</width>
140        <height>0</height>
141       </size>
142      </property>
143      <property name="maximumSize">
144       <size>
145        <width>100</width>
146        <height>16777215</height>
147       </size>
148      </property>
149      <property name="text">
150       <string>Update list</string>
151      </property>
152     </widget>
153    </item>
154    <item row="1" column="3">
155     <widget class="QPushButton" name="button_clear">
156      <property name="minimumSize">
157       <size>
158        <width>120</width>
159        <height>0</height>
160       </size>
161      </property>
162      <property name="maximumSize">
163       <size>
164        <width>100</width>
165        <height>16777215</height>
166       </size>
167      </property>
168      <property name="text">
169       <string>Clear list</string>
170      </property>
171     </widget>
172    </item>
173    <item row="1" column="4">
174     <widget class="QPushButton" name="button_quit">
175      <property name="minimumSize">
176       <size>
177        <width>120</width>
178        <height>0</height>
179       </size>
180      </property>
181      <property name="maximumSize">
182       <size>
183        <width>100</width>
184        <height>16777215</height>
185       </size>
186      </property>
187      <property name="text">
188       <string>Quit</string>
189      </property>
190      <property name="shortcut">
191       <string>Ctrl+Q</string>
192      </property>
193      <property name="checkable">
194       <bool>false</bool>
195      </property>
196      <property name="autoRepeat">
197       <bool>false</bool>
198      </property>
199      <property name="default">
200       <bool>false</bool>
201      </property>
202      <property name="flat">
203       <bool>false</bool>
204      </property>
205     </widget>
206    </item>
207    <item row="0" column="0" colspan="5">
208     <widget class="QTableWidget" name="table">
209      <property name="enabled">
210       <bool>true</bool>
211      </property>
212      <property name="sizePolicy">
213       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
214        <horstretch>0</horstretch>
215        <verstretch>20</verstretch>
216       </sizepolicy>
217      </property>
218      <property name="minimumSize">
219       <size>
220        <width>0</width>
221        <height>0</height>
222       </size>
223      </property>
224      <property name="sizeIncrement">
225       <size>
226        <width>0</width>
227        <height>0</height>
228       </size>
229      </property>
230      <property name="contextMenuPolicy">
231       <enum>Qt::CustomContextMenu</enum>
232      </property>
233      <property name="frameShape">
234       <enum>QFrame::StyledPanel</enum>
235      </property>
236      <property name="frameShadow">
237       <enum>QFrame::Plain</enum>
238      </property>
239      <property name="lineWidth">
240       <number>1</number>
241      </property>
242      <property name="verticalScrollBarPolicy">
243       <enum>Qt::ScrollBarAsNeeded</enum>
244      </property>
245      <property name="horizontalScrollBarPolicy">
246       <enum>Qt::ScrollBarAlwaysOff</enum>
247      </property>
248      <property name="autoScroll">
249       <bool>false</bool>
250      </property>
251      <property name="editTriggers">
252       <set>QAbstractItemView::NoEditTriggers</set>
253      </property>
254      <property name="tabKeyNavigation">
255       <bool>false</bool>
256      </property>
257      <property name="showDropIndicator" stdset="0">
258       <bool>false</bool>
259      </property>
260      <property name="dragDropOverwriteMode">
261       <bool>false</bool>
262      </property>
263      <property name="alternatingRowColors">
264       <bool>false</bool>
265      </property>
266      <property name="selectionMode">
267       <enum>QAbstractItemView::SingleSelection</enum>
268      </property>
269      <property name="selectionBehavior">
270       <enum>QAbstractItemView::SelectRows</enum>
271      </property>
272      <property name="textElideMode">
273       <enum>Qt::ElideLeft</enum>
274      </property>
275      <property name="showGrid">
276       <bool>true</bool>
277      </property>
278      <property name="gridStyle">
279       <enum>Qt::SolidLine</enum>
280      </property>
281      <property name="sortingEnabled">
282       <bool>true</bool>
283      </property>
284      <property name="wordWrap">
285       <bool>false</bool>
286      </property>
287      <property name="cornerButtonEnabled">
288       <bool>false</bool>
289      </property>
290      <property name="rowCount">
291       <number>3</number>
292      </property>
293      <attribute name="horizontalHeaderVisible">
294       <bool>true</bool>
295      </attribute>
296      <attribute name="horizontalHeaderCascadingSectionResizes">
297       <bool>false</bool>
298      </attribute>
299      <attribute name="horizontalHeaderDefaultSectionSize">
300       <number>128</number>
301      </attribute>
302      <attribute name="horizontalHeaderHighlightSections">
303       <bool>false</bool>
304      </attribute>
305      <attribute name="verticalHeaderVisible">
306       <bool>false</bool>
307      </attribute>
308      <attribute name="verticalHeaderDefaultSectionSize">
309       <number>20</number>
310      </attribute>
311      <attribute name="verticalHeaderMinimumSectionSize">
312       <number>18</number>
313      </attribute>
314      <row/>
315      <row/>
316      <row/>
317      <column>
318       <property name="text">
319        <string>Job</string>
320       </property>
321       <property name="textAlignment">
322        <set>AlignJustify|AlignVCenter</set>
323       </property>
324      </column>
325      <column>
326       <property name="text">
327        <string>Host</string>
328       </property>
329       <property name="textAlignment">
330        <set>AlignJustify|AlignVCenter</set>
331       </property>
332      </column>
333      <column>
334       <property name="text">
335        <string>Nodes</string>
336       </property>
337       <property name="textAlignment">
338        <set>AlignRight|AlignVCenter</set>
339       </property>
340      </column>
341      <column>
342       <property name="text">
343        <string>Status</string>
344       </property>
345      </column>
346      <column>
347       <property name="text">
348        <string>Progress</string>
349       </property>
350       <property name="font">
351        <font>
352         <weight>50</weight>
353         <bold>false</bold>
354        </font>
355       </property>
356       <property name="textAlignment">
357        <set>AlignJustify|AlignVCenter</set>
358       </property>
359      </column>
360      <column>
361       <property name="text">
362        <string>Remaining time</string>
363       </property>
364       <property name="textAlignment">
365        <set>AlignRight|AlignVCenter</set>
366       </property>
367      </column>
368      <column>
369       <property name="text">
370        <string>Jobname</string>
371       </property>
372      </column>
373      <item row="0" column="0">
374       <property name="text">
375        <string>1</string>
376       </property>
377      </item>
378      <item row="0" column="1">
379       <property name="text">
380        <string>1</string>
381       </property>
382      </item>
383      <item row="0" column="2">
384       <property name="text">
385        <string>1</string>
386       </property>
387       <property name="textAlignment">
388        <set>AlignRight|AlignVCenter</set>
389       </property>
390      </item>
391      <item row="0" column="3">
392       <property name="text">
393        <string>1</string>
394       </property>
395      </item>
396      <item row="0" column="4">
397       <property name="text">
398        <string>1</string>
399       </property>
400      </item>
401      <item row="0" column="5">
402       <property name="text">
403        <string>1</string>
404       </property>
405       <property name="textAlignment">
406        <set>AlignRight|AlignVCenter</set>
407       </property>
408      </item>
409      <item row="1" column="0">
410       <property name="text">
411        <string>11</string>
412       </property>
413      </item>
414      <item row="1" column="1">
415       <property name="text">
416        <string>1</string>
417       </property>
418      </item>
419      <item row="1" column="2">
420       <property name="text">
421        <string>1</string>
422       </property>
423       <property name="textAlignment">
424        <set>AlignRight|AlignVCenter</set>
425       </property>
426      </item>
427      <item row="1" column="3">
428       <property name="text">
429        <string>1</string>
430       </property>
431      </item>
432      <item row="1" column="4">
433       <property name="text">
434        <string>1</string>
435       </property>
436      </item>
437      <item row="1" column="5">
438       <property name="text">
439        <string>1</string>
440       </property>
441       <property name="textAlignment">
442        <set>AlignRight|AlignVCenter</set>
443       </property>
444      </item>
445      <item row="2" column="0">
446       <property name="text">
447        <string>1</string>
448       </property>
449      </item>
450      <item row="2" column="1">
451       <property name="text">
452        <string>1</string>
453       </property>
454      </item>
455      <item row="2" column="2">
456       <property name="text">
457        <string>1</string>
458       </property>
459       <property name="textAlignment">
460        <set>AlignRight|AlignVCenter</set>
461       </property>
462      </item>
463      <item row="2" column="3">
464       <property name="text">
465        <string>1</string>
466       </property>
467      </item>
468      <item row="2" column="4">
469       <property name="text">
470        <string>1</string>
471       </property>
472      </item>
473      <item row="2" column="5">
474       <property name="text">
475        <string>1</string>
476       </property>
477       <property name="textAlignment">
478        <set>AlignRight|AlignVCenter</set>
479       </property>
480      </item>
481     </widget>
482    </item>
483   </layout>
484  </widget>
485  <widget class="QMenuBar" name="menubar">
486   <property name="geometry">
487    <rect>
488     <x>0</x>
489     <y>0</y>
490     <width>758</width>
491     <height>21</height>
492    </rect>
493   </property>
494   <widget class="QMenu" name="menuFile">
495    <property name="title">
496     <string>File</string>
497    </property>
498    <addaction name="actionRefresh"/>
499    <addaction name="actionOptions"/>
500    <addaction name="actionQuit"/>
501   </widget>
502   <widget class="QMenu" name="menuHelp">
503    <property name="title">
504     <string>Help</string>
505    </property>
506    <addaction name="actionManual"/>
507    <addaction name="actionAbout"/>
508   </widget>
509   <addaction name="menuFile"/>
510   <addaction name="menuHelp"/>
511  </widget>
512  <widget class="QStatusBar" name="statusbar"/>
513  <action name="actionRefresh">
514   <property name="text">
515    <string>Refresh</string>
516   </property>
517   <property name="statusTip">
518    <string>Update job list</string>
519   </property>
520   <property name="shortcut">
521    <string>F5</string>
522   </property>
523  </action>
524  <action name="actionQuit">
525   <property name="icon">
526    <iconset>
527     <normaloff>exit.png</normaloff>exit.png</iconset>
528   </property>
529   <property name="text">
530    <string>Quit</string>
531   </property>
532   <property name="iconText">
533    <string>Quit</string>
534   </property>
535   <property name="toolTip">
536    <string>Quit PALM Watchdog</string>
537   </property>
538   <property name="statusTip">
539    <string>Quit PALM Watchdog</string>
540   </property>
541   <property name="shortcut">
542    <string>Ctrl+Q</string>
543   </property>
544  </action>
545  <action name="actionOptions">
546   <property name="text">
547    <string>Options</string>
548   </property>
549  </action>
550  <action name="actionManual">
551   <property name="text">
552    <string>Manual</string>
553   </property>
554  </action>
555  <action name="actionAbout">
556   <property name="text">
557    <string>About</string>
558   </property>
559  </action>
560 </widget>
561 <resources/>
562 <connections>
563  <connection>
564   <sender>actionQuit</sender>
565   <signal>triggered()</signal>
566   <receiver>MainWindow</receiver>
567   <slot>close()</slot>
568   <hints>
569    <hint type="sourcelabel">
570     <x>-1</x>
571     <y>-1</y>
572    </hint>
573    <hint type="destinationlabel">
574     <x>338</x>
575     <y>135</y>
576    </hint>
577   </hints>
578  </connection>
579  <connection>
580   <sender>table</sender>
581   <signal>customContextMenuRequested(QPoint)</signal>
582   <receiver>MainWindow</receiver>
583   <slot>OpenContextMenu()</slot>
584   <hints>
585    <hint type="sourcelabel">
586     <x>360</x>
587     <y>45</y>
588    </hint>
589    <hint type="destinationlabel">
590     <x>383</x>
591     <y>114</y>
592    </hint>
593   </hints>
594  </connection>
595  <connection>
596   <sender>actionRefresh</sender>
597   <signal>triggered()</signal>
598   <receiver>MainWindow</receiver>
599   <slot>Refresh()</slot>
600   <hints>
601    <hint type="sourcelabel">
602     <x>-1</x>
603     <y>-1</y>
604    </hint>
605    <hint type="destinationlabel">
606     <x>374</x>
607     <y>72</y>
608    </hint>
609   </hints>
610  </connection>
611  <connection>
612   <sender>button_update</sender>
613   <signal>clicked()</signal>
614   <receiver>MainWindow</receiver>
615   <slot>Refresh()</slot>
616   <hints>
617    <hint type="sourcelabel">
618     <x>405</x>
619     <y>135</y>
620    </hint>
621    <hint type="destinationlabel">
622     <x>562</x>
623     <y>134</y>
624    </hint>
625   </hints>
626  </connection>
627  <connection>
628   <sender>button_clear</sender>
629   <signal>clicked()</signal>
630   <receiver>MainWindow</receiver>
631   <slot>ClearList()</slot>
632   <hints>
633    <hint type="sourcelabel">
634     <x>554</x>
635     <y>142</y>
636    </hint>
637    <hint type="destinationlabel">
638     <x>634</x>
639     <y>136</y>
640    </hint>
641   </hints>
642  </connection>
643  <connection>
644   <sender>button_quit</sender>
645   <signal>clicked()</signal>
646   <receiver>MainWindow</receiver>
647   <slot>close()</slot>
648   <hints>
649    <hint type="sourcelabel">
650     <x>710</x>
651     <y>140</y>
652    </hint>
653    <hint type="destinationlabel">
654     <x>656</x>
655     <y>150</y>
656    </hint>
657   </hints>
658  </connection>
659 </connections>
660 <slots>
661  <slot>OpenContextMenu()</slot>
662  <slot>Refresh()</slot>
663  <slot>ClearList()</slot>
664 </slots>
665</ui>
Note: See TracBrowser for help on using the repository browser.