185 lines
4.8 KiB
XML
185 lines
4.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>look</class>
|
||
<widget class="QWidget" name="look">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>782</width>
|
||
<height>530</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>综合判读结果</string>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">
|
||
border:transparent;
|
||
border-radius: 4px;
|
||
background-color: rgb(247, 247, 247)
|
||
|
||
</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_2">
|
||
<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="QFrame" name="frame">
|
||
<property name="styleSheet">
|
||
<string notr="true">border-radius: 12px;
|
||
border:transparent;
|
||
background-color: rgb(255, 255, 255);</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Raised</enum>
|
||
</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-top-left-radius: 12px;
|
||
border-top-right-radius: 12px;
|
||
color: rgb(0, 0, 0);
|
||
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:1,
|
||
stop:0 rgba(0, 255, 255, 255) ,
|
||
stop:1 rgba(0, 144, 209, 255)
|
||
|
||
);
|
||
border-bottom-left-radius: 0px;
|
||
|
||
border-top-left-radius: 12px;
|
||
border-top-right-radius: 12px;
|
||
border-bottom-right-radius: 0px;
|
||
}
|
||
QLabel{
|
||
background: transparent;
|
||
|
||
}
|
||
QPushButton{
|
||
|
||
background: transparent;
|
||
}</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_4">
|
||
<property name="leftMargin">
|
||
<number>9</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>9</number>
|
||
</property>
|
||
<item row="0" column="0">
|
||
<widget class="QLabel" name="label_4">
|
||
<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_4">
|
||
<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_5">
|
||
<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">
|
||
<property name="styleSheet">
|
||
<string notr="true">QTableView QHeaderView::section:horizontal {
|
||
background-color: rgb(195, 195, 195);
|
||
color: white;
|
||
padding: 5px;
|
||
border: none;
|
||
font:10pt;
|
||
}
|
||
|
||
|
||
QTableView::item:hover {
|
||
background-color: rgba(200, 200, 255, 0.3);
|
||
}
|
||
|
||
QTableView::item:selected {
|
||
background-color: rgba(0, 120, 255, 0.5);
|
||
color: white;}
|
||
QTableView::item {
|
||
text - align: center;
|
||
}
|
||
QTableView {
|
||
|
||
border-radius: 10px;
|
||
margin: 5px;
|
||
font:10pt;
|
||
}</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<resources>
|
||
<include location="img.qrc"/>
|
||
</resources>
|
||
<connections/>
|
||
</ui>
|