添加主控单元过滤

This commit is contained in:
2025-06-11 16:36:43 +08:00
parent 98bd5fb3b0
commit 82388559ad
8 changed files with 86 additions and 46 deletions

View File

@ -12,7 +12,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<width>529</width>
<height>700</height>
</rect>
</property>
@ -161,11 +161,11 @@
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<layout class="QGridLayout" name="gridLayout_11">
<item row="0" column="2">
<widget class="QCheckBox" name="jd3">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QCheckBox" name="jd1">
<property name="text">
<string>基带 3</string>
<string>基带 1</string>
</property>
</widget>
</item>
@ -176,6 +176,13 @@
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QCheckBox" name="jd3">
<property name="text">
<string>基带 3</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QCheckBox" name="jd4">
<property name="text">
@ -183,10 +190,10 @@
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="jd1">
<item row="0" column="4">
<widget class="QCheckBox" name="mainCtrl">
<property name="text">
<string>基带 1</string>
<string>主控单元</string>
</property>
</widget>
</item>