2026-03-11 23:40:06 +08:00

221 lines
5.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ResultItem</class>
<widget class="QWidget" name="ResultItem">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>190</width>
<height>190</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>160</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>260</width>
<height>240</height>
</size>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(37, 38, 42);
border: 1px solid rgb(70, 72, 80);
border-radius: 4px;</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>8</number>
</property>
<property name="topMargin">
<number>4</number>
</property>
<property name="rightMargin">
<number>8</number>
</property>
<property name="bottomMargin">
<number>4</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_top">
<property name="spacing">
<number>4</number>
</property>
<item>
<widget class="QWidget" name="iconWidget" native="true">
<property name="minimumSize">
<size>
<width>14</width>
<height>14</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>14</width>
<height>14</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/common/resource/result_icon.png);
background-color: rgba(255, 255, 255, 0);
border: none;</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="result_id">
<property name="font">
<font>
<pointsize>16</pointsize>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(239, 241, 245);
background-color: transparent;
border: none;</string>
</property>
<property name="text">
<string>孔洞 1</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="result_x">
<property name="font">
<font>
<family>Consolas</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(200, 200, 200);
background-color: transparent;
border: none;</string>
</property>
<property name="text">
<string>X: 0.000</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="result_y">
<property name="font">
<font>
<family>Consolas</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(200, 200, 200);
background-color: transparent;
border: none;</string>
</property>
<property name="text">
<string>Y: 0.000</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="result_z">
<property name="font">
<font>
<family>Consolas</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(200, 200, 200);
background-color: transparent;
border: none;</string>
</property>
<property name="text">
<string>Z: 0.000</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="result_r">
<property name="font">
<font>
<family>Consolas</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(180, 180, 180);
background-color: transparent;
border: none;</string>
</property>
<property name="text">
<string>R: 0.000</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="result_p">
<property name="font">
<font>
<family>Consolas</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(180, 180, 180);
background-color: transparent;
border: none;</string>
</property>
<property name="text">
<string>P: 0.000</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="result_yaw">
<property name="font">
<font>
<family>Consolas</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(180, 180, 180);
background-color: transparent;
border: none;</string>
</property>
<property name="text">
<string>Y: 0.000</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>