This commit is contained in:
2026-07-17 15:27:33 +08:00
parent 6bb68eb6b7
commit 207cbde4bc
14 changed files with 498 additions and 301 deletions
+30
View File
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FormPlugins</class>
<widget class="QWidget" name="FormPlugins">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>810</width>
<height>423</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QListWidget" name="listWidget"/>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>