This commit is contained in:
douboer
2025-09-07 12:39:28 +08:00
parent 1ba01e3c64
commit 4d033257fe
5714 changed files with 15866 additions and 1032 deletions

View File

@@ -16,6 +16,19 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<item>
<widget class="QPushButton" name="ipad_export_btn">
<property name="text">
<string>导出iPad数据包</string>
</property>
<property name="minimumHeight">
<number>36</number>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {background:#a676ff; color:#ffffff; border:none; padding:6px 24px; font-weight:600; border-radius:18px;} QPushButton:hover {background:#965ee8;} QPushButton:pressed {background:#7d46cf;}</string>
</property>
</widget>
</item>
<property name="currentIndex">
<number>1</number>
</property>