PyQt/partner_625781186/15_Plugins/PluginManager/PluginStore.ui
625781186 f227b5dc48 加载到朱菜单栏 的 menuBar , 并且扫描出 文件;
json写入配置 , 更改配置;
2018-09-18 18:53:34 +08:00

27 lines
605 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTableWidget" name="tableWidget"/>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>