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

49 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SeerSourceBrowserWidgetForm</class>
<widget class="QWidget" name="SeerSourceBrowserWidgetForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>730</width>
<height>698</height>
</rect>
</property>
<property name="windowTitle">
<string>Source Browser</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0" colspan="2">
<widget class="QTreeWidget" name="sourceTreeWidget">
<property name="columnCount">
<number>2</number>
</property>
<column>
<property name="text">
<string>File</string>
</property>
</column>
<column>
<property name="text">
<string>Full Name</string>
</property>
</column>
</widget>
</item>
<item row="0" column="0" colspan="2">
<widget class="QLineEdit" name="sourceSearchLineEdit">
<property name="toolTip">
<string>Search in the list of files. &quot;*&quot; is allowed.</string>
</property>
<property name="statusTip">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>