mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-18 15:33: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:
@@ -300,6 +300,16 @@ font: 700 9pt "Microsoft YaHei UI";</string>
|
|||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
<action name="ManualAction">
|
||||||
|
<property name="text">
|
||||||
|
<string>在线手册</string>
|
||||||
|
</property>
|
||||||
|
</action>
|
||||||
|
<action name="AboutAction">
|
||||||
|
<property name="text">
|
||||||
|
<string>关于</string>
|
||||||
|
</property>
|
||||||
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
<resources/>
|
<resources/>
|
||||||
<connections/>
|
<connections/>
|
||||||
|
|||||||
Reference in New Issue
Block a user