add padding for mux

This commit is contained in:
HystericalDragon
2023-07-23 08:58:26 +08:00
parent 9fe08ca20d
commit 1e561ae9d1
5 changed files with 18 additions and 5 deletions

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>400</height>
<width>650</width>
<height>500</height>
</rect>
</property>
<property name="sizePolicy">
@@ -33,7 +33,7 @@
<item row="2" column="3">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
<number>3</number>
</property>
<widget class="QWidget" name="tab_1">
<attribute name="title">
@@ -603,6 +603,13 @@
<item>
<widget class="QLineEdit" name="mux_concurrency"/>
</item>
<item>
<widget class="QCheckBox" name="mux_padding">
<property name="text">
<string>padding</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="mux_default_on">
<property name="text">
@@ -694,8 +701,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>568</width>
<height>297</height>
<width>515</width>
<height>315</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">