1
1
mirror of https://github.com/KenanZhu/AutoLibrary.git synced 2026-06-17 23:13:03 +08:00

fix(ALMainWindow.ui): fix the convert error of ALMainWindow.ui

we fix the convert error of ALMainWindow.ui by
using pyside6-uic to convert the ui file to python code
This commit is contained in:
2025-11-29 22:31:18 +08:00
parent 0a8763add5
commit 65ca40438d
+10
View File
@@ -300,6 +300,16 @@ font: 700 9pt &quot;Microsoft YaHei UI&quot;;</string>
<bool>false</bool>
</property>
</widget>
<action name="ManualAction">
<property name="text">
<string>在线手册</string>
</property>
</action>
<action name="AboutAction">
<property name="text">
<string>关于</string>
</property>
</action>
</widget>
<resources/>
<connections/>