初步完成打包器2

This commit is contained in:
2022-07-14 22:30:15 +08:00
parent a01287dd6f
commit 349d296bdf
25 changed files with 218845 additions and 1196 deletions

View File

@@ -13,6 +13,10 @@
<property name="windowTitle">
<string>Windows 应用适配工具</string>
</property>
<property name="windowIcon">
<iconset resource="图标.qrc">
<normaloff>:/icon.png</normaloff>:/icon.png</iconset>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
@@ -21,7 +25,7 @@
<enum>QTabWidget::Rounded</enum>
</property>
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
@@ -311,6 +315,8 @@ p, li { white-space: pre-wrap; }
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<resources>
<include location="图标.qrc"/>
</resources>
<connections/>
</ui>