TSI_Config/channel_crc.ui

60 lines
1.4 KiB
Plaintext
Raw Normal View History

2026-03-09 19:59:23 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ChannelCRC</class>
<widget class="QWidget" name="ChannelCRC">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>766</width>
<height>519</height>
</rect>
</property>
<property name="windowTitle">
<string>获取通道CRC</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QWidget" name="widget" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>100</height>
</size>
</property>
<widget class="QPushButton" name="pushButton_get">
<property name="geometry">
<rect>
<x>650</x>
<y>50</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>获取</string>
</property>
</widget>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_2" native="true">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QTableView" name="tableView"/>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>