219 lines
5.8 KiB
XML
219 lines
5.8 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>180</width>
|
||
<height>152</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="QLabel" name="result_id">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>50</x>
|
||
<y>15</y>
|
||
<width>121</width>
|
||
<height>24</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="layoutDirection">
|
||
<enum>Qt::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::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
<widget class="QWidget" name="widget" native="true">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>15</y>
|
||
<width>24</width>
|
||
<height>24</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">image: url(:/resource/result_icon.png);
|
||
background-color: rgba(255, 255, 255, 0);</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QWidget" name="layoutWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>50</y>
|
||
<width>61</width>
|
||
<height>91</height>
|
||
</rect>
|
||
</property>
|
||
<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::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::AlignRight|Qt::AlignTrailing|Qt::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::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::AlignRight|Qt::AlignTrailing|Qt::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::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::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="layoutWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>80</x>
|
||
<y>50</y>
|
||
<width>91</width>
|
||
<height>92</height>
|
||
</rect>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
<item>
|
||
<widget class="QLabel" name="result_x">
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>12</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: 2px;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="result_y">
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>12</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: 2px;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="result_z">
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>12</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: 2px;</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</widget>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|