mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
49 lines
1.2 KiB
XML
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. "*" is allowed.</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|