DiagramDesigner/ui/topologyView.ui

38 lines
782 B
Plaintext
Raw Normal View History

2025-04-30 16:29:17 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>topologyView</class>
<widget class="QDialog" name="topologyView">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>182</width>
<height>442</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTreeView" name="treeView">
<property name="minimumSize">
<size>
<width>170</width>
<height>430</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>