224 lines
6.3 KiB
XML
224 lines
6.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>272</width>
|
||
<height>200</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>Form</string>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgb(37, 38, 42);
|
||
</string>
|
||
</property>
|
||
<widget class="QWidget" name="layoutWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>50</x>
|
||
<y>40</y>
|
||
<width>191</width>
|
||
<height>151</height>
|
||
</rect>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout">
|
||
<item>
|
||
<widget class="QLabel" name="label">
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::LayoutDirection::RightToLeft</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color: rgb(239, 241, 245);
|
||
background-color: rgb(37, 38, 42);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>坐标X:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_2">
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::LayoutDirection::RightToLeft</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color: rgb(239, 241, 245);
|
||
background-color: rgb(37, 38, 42);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>坐标Y:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_3">
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::LayoutDirection::RightToLeft</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color: rgb(239, 241, 245);
|
||
background-color: rgb(37, 38, 42);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>坐标Z:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_4">
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::LayoutDirection::RightToLeft</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color: rgb(239, 241, 245);
|
||
background-color: rgb(37, 38, 42);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>旋转角RZ:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
<item>
|
||
<widget class="QLineEdit" name="result_x">
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>-1</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgb(59, 61, 71);
|
||
color: rgb(239, 241, 245);
|
||
border: 1px solid #3B3D47;
|
||
padding: 5px;
|
||
font-size: 12px;</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="result_y">
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>-1</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgb(59, 61, 71);
|
||
color: rgb(239, 241, 245);
|
||
border: 1px solid #3B3D47;
|
||
padding: 5px;
|
||
font-size: 12px;</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="result_z">
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>-1</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgb(59, 61, 71);
|
||
color: rgb(239, 241, 245);
|
||
border: 1px solid #3B3D47;
|
||
padding: 5px;
|
||
font-size: 12px;</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="result_rz">
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>-1</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgb(59, 61, 71);
|
||
color: rgb(239, 241, 245);
|
||
border: 1px solid #3B3D47;
|
||
padding: 5px;
|
||
font-size: 12px;</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QLabel" name="result_id">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>52</x>
|
||
<y>10</y>
|
||
<width>191</width>
|
||
<height>30</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::LayoutDirection::LeftToRight</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color: rgb(239, 241, 245);
|
||
background-color: rgb(37, 38, 42);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string>目标</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|