xref: /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/watchdogwidgt.ui (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>WatchDogWidgt</class>
4 <widget class="QWidget" name="WatchDogWidgt">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>627</width>
10    <height>311</height>
11   </rect>
12  </property>
13  <property name="maximumSize">
14   <size>
15    <width>16777215</width>
16    <height>16777215</height>
17   </size>
18  </property>
19  <property name="windowTitle">
20   <string>Form</string>
21  </property>
22  <layout class="QHBoxLayout" name="horizontalLayout">
23   <item>
24    <widget class="PinBallWidget" name="widget" native="true">
25     <property name="sizePolicy">
26      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
27       <horstretch>0</horstretch>
28       <verstretch>0</verstretch>
29      </sizepolicy>
30     </property>
31    </widget>
32   </item>
33   <item>
34    <widget class="QFrame" name="frame">
35     <property name="minimumSize">
36      <size>
37       <width>300</width>
38       <height>0</height>
39      </size>
40     </property>
41     <property name="maximumSize">
42      <size>
43       <width>300</width>
44       <height>16777215</height>
45      </size>
46     </property>
47     <property name="frameShape">
48      <enum>QFrame::StyledPanel</enum>
49     </property>
50     <property name="frameShadow">
51      <enum>QFrame::Raised</enum>
52     </property>
53     <layout class="QGridLayout" name="gridLayout_2">
54      <property name="verticalSpacing">
55       <number>20</number>
56      </property>
57      <item row="8" column="1">
58       <spacer name="verticalSpacer">
59        <property name="orientation">
60         <enum>Qt::Vertical</enum>
61        </property>
62        <property name="sizeHint" stdset="0">
63         <size>
64          <width>20</width>
65          <height>40</height>
66         </size>
67        </property>
68       </spacer>
69      </item>
70      <item row="0" column="0" colspan="2">
71       <widget class="QPushButton" name="openBtn">
72        <property name="minimumSize">
73         <size>
74          <width>200</width>
75          <height>0</height>
76         </size>
77        </property>
78        <property name="text">
79         <string>Start</string>
80        </property>
81       </widget>
82      </item>
83      <item row="7" column="0">
84       <widget class="QCheckBox" name="checkBox">
85        <property name="text">
86         <string>Feed dog</string>
87        </property>
88       </widget>
89      </item>
90      <item row="6" column="0" colspan="2">
91       <widget class="QGroupBox" name="groupBox">
92        <property name="title">
93         <string>Time Settting</string>
94        </property>
95        <layout class="QGridLayout" name="gridLayout">
96         <property name="leftMargin">
97          <number>3</number>
98         </property>
99         <property name="topMargin">
100          <number>6</number>
101         </property>
102         <property name="rightMargin">
103          <number>3</number>
104         </property>
105         <property name="bottomMargin">
106          <number>6</number>
107         </property>
108         <property name="verticalSpacing">
109          <number>15</number>
110         </property>
111         <item row="0" column="1" rowspan="2">
112          <widget class="QLineEdit" name="timeoutEdt">
113           <property name="text">
114            <string>6</string>
115           </property>
116           <property name="placeholderText">
117            <string>1-10</string>
118           </property>
119          </widget>
120         </item>
121         <item row="0" column="0">
122          <widget class="QLabel" name="label_3">
123           <property name="text">
124            <string>Timeout</string>
125           </property>
126          </widget>
127         </item>
128         <item row="0" column="2">
129          <widget class="QLabel" name="label">
130           <property name="text">
131            <string>seconds</string>
132           </property>
133           <property name="alignment">
134            <set>Qt::AlignCenter</set>
135           </property>
136          </widget>
137         </item>
138         <item row="2" column="1">
139          <widget class="QLineEdit" name="feedEdt">
140           <property name="text">
141            <string>1</string>
142           </property>
143           <property name="placeholderText">
144            <string>0.1-10</string>
145           </property>
146          </widget>
147         </item>
148         <item row="2" column="2">
149          <widget class="QLabel" name="label_2">
150           <property name="text">
151            <string>seconds</string>
152           </property>
153           <property name="alignment">
154            <set>Qt::AlignCenter</set>
155           </property>
156          </widget>
157         </item>
158         <item row="1" column="0" rowspan="2">
159          <widget class="QLabel" name="label_4">
160           <property name="text">
161            <string>Feed dog </string>
162           </property>
163          </widget>
164         </item>
165         <item row="4" column="2">
166          <widget class="QPushButton" name="setBtn">
167           <property name="text">
168            <string>setting</string>
169           </property>
170          </widget>
171         </item>
172         <item row="3" column="0" colspan="3">
173          <widget class="Line" name="line">
174           <property name="orientation">
175            <enum>Qt::Horizontal</enum>
176           </property>
177          </widget>
178         </item>
179        </layout>
180       </widget>
181      </item>
182     </layout>
183    </widget>
184   </item>
185  </layout>
186 </widget>
187 <customwidgets>
188  <customwidget>
189   <class>PinBallWidget</class>
190   <extends>QWidget</extends>
191   <header location="global">pinballwidget.h</header>
192   <container>1</container>
193  </customwidget>
194 </customwidgets>
195 <resources/>
196 <connections/>
197</ui>
198