fix:按照类型传输时,类型重复的问题修正。

This commit is contained in:
2026-02-03 23:43:09 +08:00
parent 9f54ef60f9
commit 2f8b55be3b
6 changed files with 21 additions and 21 deletions

View File

@@ -25,12 +25,12 @@
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Policy::Maximum</enum>
<enum>QSizePolicy::Policy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>4000</height>
<height>60</height>
</size>
</property>
</spacer>