jianbin.chang常健彬 ce734d1af1 厂家提供原始代码
2025-07-17 08:39:15 +08:00

123 lines
3.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>chakan</class>
<widget class="QWidget" name="chakan">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>970</width>
<height>590</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QWidget" name="widget" native="true">
<property name="styleSheet">
<string notr="true">QWidget{
border: transparent;
color: rgb(0, 0, 0);
background-color: rgb(10, 188, 240);
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
QLabel{
border: transparent;
}</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<property name="leftMargin">
<number>9</number>
</property>
<property name="bottomMargin">
<number>9</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_3">
<property name="styleSheet">
<string notr="true">font: bold 20px;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>查看判读结果</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QPushButton" name="pushButton_3">
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="img.qrc">
<normaloff>:/new/icon/chacha.png</normaloff>:/new/icon/chacha.png</iconset>
</property>
</widget>
</item>
<item row="0" column="1">
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QTableWidget" name="tableWidget"/>
</item>
</layout>
</widget>
<resources>
<include location="img.qrc"/>
</resources>
<connections>
<connection>
<sender>pushButton_3</sender>
<signal>clicked()</signal>
<receiver>chakan</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>941</x>
<y>30</y>
</hint>
<hint type="destinationlabel">
<x>484</x>
<y>294</y>
</hint>
</hints>
</connection>
</connections>
</ui>