• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright (c) 2023 Unionman Technology Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 * http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15
16<?xml version="1.0" encoding="UTF-8"?>
17<ui version="4.0">
18 <class>LogTextWidget</class>
19 <widget class="QWidget" name="LogTextWidget">
20  <property name="geometry">
21   <rect>
22    <x>0</x>
23    <y>0</y>
24    <width>1230</width>
25    <height>679</height>
26   </rect>
27  </property>
28  <property name="minimumSize">
29   <size>
30    <width>1230</width>
31    <height>679</height>
32   </size>
33  </property>
34  <property name="maximumSize">
35   <size>
36    <width>1230</width>
37    <height>679</height>
38   </size>
39  </property>
40  <property name="windowTitle">
41   <string>Form</string>
42  </property>
43  <widget class="QWidget" name="verticalLayoutWidget">
44   <property name="geometry">
45    <rect>
46     <x>30</x>
47     <y>20</y>
48     <width>1171</width>
49     <height>631</height>
50    </rect>
51   </property>
52   <layout class="QVBoxLayout" name="verticalLayout" stretch="2,250,2,20,0">
53    <item>
54     <spacer name="verticalSpacer">
55      <property name="orientation">
56       <enum>Qt::Vertical</enum>
57      </property>
58      <property name="sizeHint" stdset="0">
59       <size>
60        <width>20</width>
61        <height>40</height>
62       </size>
63      </property>
64     </spacer>
65    </item>
66    <item>
67     <layout class="QGridLayout" name="gridLayout" columnstretch="2,270,2" columnminimumwidth="0,0,0">
68      <item row="0" column="0">
69       <spacer name="horizontalSpacer_6">
70        <property name="orientation">
71         <enum>Qt::Horizontal</enum>
72        </property>
73        <property name="sizeHint" stdset="0">
74         <size>
75          <width>40</width>
76          <height>20</height>
77         </size>
78        </property>
79       </spacer>
80      </item>
81      <item row="0" column="2">
82       <spacer name="horizontalSpacer_7">
83        <property name="orientation">
84         <enum>Qt::Horizontal</enum>
85        </property>
86        <property name="sizeHint" stdset="0">
87         <size>
88          <width>40</width>
89          <height>20</height>
90         </size>
91        </property>
92       </spacer>
93      </item>
94      <item row="0" column="1">
95       <widget class="QTextBrowser" name="textBrowser">
96        <property name="html">
97         <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
98&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
99p, li { white-space: pre-wrap; }
100&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Titillium Web'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
101&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Titillium Web';&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
102        </property>
103       </widget>
104      </item>
105     </layout>
106    </item>
107    <item>
108     <spacer name="horizontalSpacer">
109      <property name="orientation">
110       <enum>Qt::Horizontal</enum>
111      </property>
112      <property name="sizeHint" stdset="0">
113       <size>
114        <width>40</width>
115        <height>10</height>
116       </size>
117      </property>
118     </spacer>
119    </item>
120    <item>
121     <layout class="QHBoxLayout" name="horizontalLayout" stretch="150,15,2,15,2,15,2">
122      <item>
123       <spacer name="horizontalSpacer_4">
124        <property name="orientation">
125         <enum>Qt::Horizontal</enum>
126        </property>
127        <property name="sizeHint" stdset="0">
128         <size>
129          <width>40</width>
130          <height>20</height>
131         </size>
132        </property>
133       </spacer>
134      </item>
135      <item>
136       <widget class="QPushButton" name="logTextrefreshPushButton">
137        <property name="maximumSize">
138         <size>
139          <width>16777215</width>
140          <height>35</height>
141         </size>
142        </property>
143        <property name="text">
144         <string>刷新</string>
145        </property>
146       </widget>
147      </item>
148      <item>
149       <spacer name="horizontalSpacer_8">
150        <property name="orientation">
151         <enum>Qt::Horizontal</enum>
152        </property>
153        <property name="sizeHint" stdset="0">
154         <size>
155          <width>40</width>
156          <height>20</height>
157         </size>
158        </property>
159       </spacer>
160      </item>
161      <item>
162       <widget class="QPushButton" name="logTextclearPushButton">
163        <property name="maximumSize">
164         <size>
165          <width>16777215</width>
166          <height>35</height>
167         </size>
168        </property>
169        <property name="text">
170         <string>清空</string>
171        </property>
172       </widget>
173      </item>
174      <item>
175       <spacer name="horizontalSpacer_3">
176        <property name="orientation">
177         <enum>Qt::Horizontal</enum>
178        </property>
179        <property name="sizeHint" stdset="0">
180         <size>
181          <width>40</width>
182          <height>20</height>
183         </size>
184        </property>
185       </spacer>
186      </item>
187      <item>
188       <widget class="QPushButton" name="logTextClosepushButton">
189        <property name="maximumSize">
190         <size>
191          <width>16777215</width>
192          <height>35</height>
193         </size>
194        </property>
195        <property name="text">
196         <string>关闭</string>
197        </property>
198       </widget>
199      </item>
200      <item>
201       <spacer name="horizontalSpacer_5">
202        <property name="orientation">
203         <enum>Qt::Horizontal</enum>
204        </property>
205        <property name="sizeHint" stdset="0">
206         <size>
207          <width>40</width>
208          <height>20</height>
209         </size>
210        </property>
211       </spacer>
212      </item>
213     </layout>
214    </item>
215    <item>
216     <spacer name="horizontalSpacer_2">
217      <property name="orientation">
218       <enum>Qt::Horizontal</enum>
219      </property>
220      <property name="sizeHint" stdset="0">
221       <size>
222        <width>40</width>
223        <height>10</height>
224       </size>
225      </property>
226     </spacer>
227    </item>
228   </layout>
229  </widget>
230 </widget>
231 <resources/>
232 <connections/>
233</ui>
234