1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>Options</class> |
---|
4 | <widget class="QDialog" name="Options"> |
---|
5 | <property name="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>500</width> |
---|
10 | <height>112</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="sizePolicy"> |
---|
14 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
---|
15 | <horstretch>0</horstretch> |
---|
16 | <verstretch>1</verstretch> |
---|
17 | </sizepolicy> |
---|
18 | </property> |
---|
19 | <property name="windowTitle"> |
---|
20 | <string>Watchdog Options</string> |
---|
21 | </property> |
---|
22 | <widget class="QPushButton" name="ok"> |
---|
23 | <property name="geometry"> |
---|
24 | <rect> |
---|
25 | <x>385</x> |
---|
26 | <y>85</y> |
---|
27 | <width>111</width> |
---|
28 | <height>24</height> |
---|
29 | </rect> |
---|
30 | </property> |
---|
31 | <property name="text"> |
---|
32 | <string>Save and Quit</string> |
---|
33 | </property> |
---|
34 | </widget> |
---|
35 | <widget class="QGroupBox" name="hostBox"> |
---|
36 | <property name="geometry"> |
---|
37 | <rect> |
---|
38 | <x>7</x> |
---|
39 | <y>8</y> |
---|
40 | <width>272</width> |
---|
41 | <height>83</height> |
---|
42 | </rect> |
---|
43 | </property> |
---|
44 | <property name="sizePolicy"> |
---|
45 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
---|
46 | <horstretch>0</horstretch> |
---|
47 | <verstretch>0</verstretch> |
---|
48 | </sizepolicy> |
---|
49 | </property> |
---|
50 | <property name="title"> |
---|
51 | <string>Active Hosts</string> |
---|
52 | </property> |
---|
53 | <property name="flat"> |
---|
54 | <bool>false</bool> |
---|
55 | </property> |
---|
56 | <property name="checkable"> |
---|
57 | <bool>false</bool> |
---|
58 | </property> |
---|
59 | </widget> |
---|
60 | <widget class="QGroupBox" name="settingBox"> |
---|
61 | <property name="geometry"> |
---|
62 | <rect> |
---|
63 | <x>281</x> |
---|
64 | <y>9</y> |
---|
65 | <width>214</width> |
---|
66 | <height>77</height> |
---|
67 | </rect> |
---|
68 | </property> |
---|
69 | <property name="title"> |
---|
70 | <string>Settings</string> |
---|
71 | </property> |
---|
72 | <property name="flat"> |
---|
73 | <bool>false</bool> |
---|
74 | </property> |
---|
75 | <property name="checkable"> |
---|
76 | <bool>false</bool> |
---|
77 | </property> |
---|
78 | <widget class="QSpinBox" name="update_spin"> |
---|
79 | <property name="geometry"> |
---|
80 | <rect> |
---|
81 | <x>155</x> |
---|
82 | <y>27</y> |
---|
83 | <width>52</width> |
---|
84 | <height>23</height> |
---|
85 | </rect> |
---|
86 | </property> |
---|
87 | </widget> |
---|
88 | <widget class="QLabel" name="label"> |
---|
89 | <property name="geometry"> |
---|
90 | <rect> |
---|
91 | <x>10</x> |
---|
92 | <y>31</y> |
---|
93 | <width>148</width> |
---|
94 | <height>16</height> |
---|
95 | </rect> |
---|
96 | </property> |
---|
97 | <property name="text"> |
---|
98 | <string>Update frequency (min)</string> |
---|
99 | </property> |
---|
100 | </widget> |
---|
101 | </widget> |
---|
102 | <widget class="QPushButton" name="cancel"> |
---|
103 | <property name="geometry"> |
---|
104 | <rect> |
---|
105 | <x>280</x> |
---|
106 | <y>85</y> |
---|
107 | <width>101</width> |
---|
108 | <height>24</height> |
---|
109 | </rect> |
---|
110 | </property> |
---|
111 | <property name="text"> |
---|
112 | <string>Cancel</string> |
---|
113 | </property> |
---|
114 | </widget> |
---|
115 | </widget> |
---|
116 | <resources/> |
---|
117 | <connections> |
---|
118 | <connection> |
---|
119 | <sender>ok</sender> |
---|
120 | <signal>clicked()</signal> |
---|
121 | <receiver>Options</receiver> |
---|
122 | <slot>SaveAndClose()</slot> |
---|
123 | <hints> |
---|
124 | <hint type="sourcelabel"> |
---|
125 | <x>431</x> |
---|
126 | <y>96</y> |
---|
127 | </hint> |
---|
128 | <hint type="destinationlabel"> |
---|
129 | <x>343</x> |
---|
130 | <y>96</y> |
---|
131 | </hint> |
---|
132 | </hints> |
---|
133 | </connection> |
---|
134 | <connection> |
---|
135 | <sender>cancel</sender> |
---|
136 | <signal>clicked()</signal> |
---|
137 | <receiver>Options</receiver> |
---|
138 | <slot>close()</slot> |
---|
139 | <hints> |
---|
140 | <hint type="sourcelabel"> |
---|
141 | <x>363</x> |
---|
142 | <y>89</y> |
---|
143 | </hint> |
---|
144 | <hint type="destinationlabel"> |
---|
145 | <x>216</x> |
---|
146 | <y>97</y> |
---|
147 | </hint> |
---|
148 | </hints> |
---|
149 | </connection> |
---|
150 | </connections> |
---|
151 | </ui> |
---|