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>StbItemWidget</class> 19 <widget class="QWidget" name="StbItemWidget"> 20 <property name="geometry"> 21 <rect> 22 <x>0</x> 23 <y>0</y> 24 <width>1117</width> 25 <height>20</height> 26 </rect> 27 </property> 28 <property name="windowTitle"> 29 <string>Form</string> 30 </property> 31 <property name="styleSheet"> 32 <string notr="true">QWidget#StbItemWidget{border:1px solid rgb(195, 195, 195)}</string> 33 </property> 34 <widget class="QWidget" name="horizontalLayoutWidget"> 35 <property name="geometry"> 36 <rect> 37 <x>0</x> 38 <y>0</y> 39 <width>1131</width> 40 <height>21</height> 41 </rect> 42 </property> 43 <layout class="QHBoxLayout" name="horizontalLayout" stretch="10,30,40,30,25,17,18,20,21"> 44 <property name="spacing"> 45 <number>0</number> 46 </property> 47 <property name="sizeConstraint"> 48 <enum>QLayout::SetDefaultConstraint</enum> 49 </property> 50 <item> 51 <widget class="QLabel" name="indexLabel"> 52 <property name="styleSheet"> 53 <string notr="true"/> 54 </property> 55 <property name="text"> 56 <string>index</string> 57 </property> 58 <property name="alignment"> 59 <set>Qt::AlignCenter</set> 60 </property> 61 </widget> 62 </item> 63 <item> 64 <widget class="QLabel" name="macLabel"> 65 <property name="styleSheet"> 66 <string notr="true"/> 67 </property> 68 <property name="text"> 69 <string>00:00:00:00:00:00</string> 70 </property> 71 <property name="alignment"> 72 <set>Qt::AlignCenter</set> 73 </property> 74 </widget> 75 </item> 76 <item> 77 <widget class="QLabel" name="ipLabel"> 78 <property name="styleSheet"> 79 <string notr="true"/> 80 </property> 81 <property name="text"> 82 <string>ff02:ffff:ffff:ffff:ffff:fff</string> 83 </property> 84 <property name="alignment"> 85 <set>Qt::AlignCenter</set> 86 </property> 87 </widget> 88 </item> 89 <item> 90 <widget class="QLabel" name="snLabel"> 91 <property name="styleSheet"> 92 <string notr="true"/> 93 </property> 94 <property name="text"> 95 <string>9001111000001</string> 96 </property> 97 <property name="alignment"> 98 <set>Qt::AlignCenter</set> 99 </property> 100 </widget> 101 </item> 102 <item> 103 <widget class="QLabel" name="dmLabel"> 104 <property name="text"> 105 <string>UM-T5CP806IV</string> 106 </property> 107 <property name="alignment"> 108 <set>Qt::AlignCenter</set> 109 </property> 110 </widget> 111 </item> 112 <item> 113 <widget class="QLabel" name="hwLabel"> 114 <property name="styleSheet"> 115 <string notr="true"/> 116 </property> 117 <property name="text"> 118 <string>V2.0</string> 119 </property> 120 <property name="alignment"> 121 <set>Qt::AlignCenter</set> 122 </property> 123 </widget> 124 </item> 125 <item> 126 <widget class="QLabel" name="swLabel"> 127 <property name="styleSheet"> 128 <string notr="true"/> 129 </property> 130 <property name="text"> 131 <string>1.00.001</string> 132 </property> 133 <property name="alignment"> 134 <set>Qt::AlignCenter</set> 135 </property> 136 </widget> 137 </item> 138 <item> 139 <widget class="QLabel" name="statusLabel"> 140 <property name="text"> 141 <string>在线</string> 142 </property> 143 <property name="alignment"> 144 <set>Qt::AlignCenter</set> 145 </property> 146 </widget> 147 </item> 148 <item> 149 <widget class="QLabel" name="uptimeLabel"> 150 <property name="text"> 151 <string>3000</string> 152 </property> 153 <property name="alignment"> 154 <set>Qt::AlignCenter</set> 155 </property> 156 </widget> 157 </item> 158 </layout> 159 </widget> 160 </widget> 161 <resources/> 162 <connections/> 163</ui> 164