34 lines
2.2 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>330</width><height>78</height></rect>
</property>
<property name="styleSheet">
<string>QWidget#ResultItem { background-color: rgb(37, 38, 42); } QFrame { background-color: rgb(37, 38, 42); border: none; }</string>
</property>
<layout class="QVBoxLayout" name="vl_root">
<item>
<widget class="QFrame" name="frame">
<property name="frameShape"><enum>QFrame::StyledPanel</enum></property>
<layout class="QGridLayout" name="grid">
<item row="0" column="0"><widget class="QLabel" name="lb_id_t"><property name="text"><string>ID</string></property></widget></item>
<item row="0" column="1"><widget class="QLabel" name="label_id"><property name="text"><string>#0</string></property></widget></item>
<item row="0" column="2"><widget class="QLabel" name="lb_time_t"><property name="text"><string>时间</string></property></widget></item>
<item row="0" column="3"><widget class="QLabel" name="label_time"><property name="text"><string>-</string></property></widget></item>
<item row="1" column="0"><widget class="QLabel" name="lb_count_t"><property name="text"><string>目标/距离</string></property></widget></item>
<item row="1" column="1"><widget class="QLabel" name="label_count"><property name="text"><string>0 / 0</string></property></widget></item>
<item row="1" column="2"><widget class="QLabel" name="lb_size_t"><property name="text"><string>分辨率</string></property></widget></item>
<item row="1" column="3"><widget class="QLabel" name="label_size"><property name="text"><string>-</string></property></widget></item>
<item row="2" column="0" colspan="2"><widget class="QLabel" name="lb_status_t"><property name="text"><string>状态</string></property></widget></item>
<item row="2" column="2" colspan="2"><widget class="QLabel" name="label_status"><property name="text"><string>OK</string></property></widget></item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>