DYTSrouce/src/ui/ModelBrowser/EntityListDialog.ui
2025-01-04 12:12:51 +08:00

49 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EntityListDialog</class>
<widget class="QWidget" name="EntityListDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>371</width>
<height>595</height>
</rect>
</property>
<property name="windowTitle">
<string>ModelBrowserPannal</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="ModelTreeWidget" name="modelTreeWidget">
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
<attribute name="headerStretchLastSection">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string>新建列</string>
</property>
</column>
<item>
<property name="text">
<string>新建项目</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>ModelTreeWidget</class>
<extends>QTreeWidget</extends>
<header>ui/ModelBrowser/ModelTreeWidget.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>