Files
seer/SeerThreadIdsBrowserWidget.ui
T
2021-09-01 14:01:00 -05:00

34 lines
786 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SeerThreadIdsBrowserWidgetForm</class>
<widget class="QWidget" name="SeerThreadIdsBrowserWidgetForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>794</width>
<height>528</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
<widget class="QTreeWidget" name="idsTreeWidget">
<property name="columnCount">
<number>1</number>
</property>
<column>
<property name="text">
<string>Id</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>