提交测试,基本完成

This commit is contained in:
Mike Solar
2023-08-13 12:16:22 +08:00
parent b8da134809
commit 098e06a39b
40 changed files with 3219 additions and 1782 deletions

View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AddAppClass</class>
<widget class="QDialog" name="AddAppClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<height>600</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>添加应用</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>icon/wechat.ico</normaloff>icon/wechat.ico</iconset>
</property>
<property name="styleSheet">
<string notr="true">backgroound-color:#ffffff</string>
</property>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>