Files
seer/src/SeerStaticBrowserWidget.ui
T

98 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SeerStaticBrowserWidgetForm</class>
<widget class="QWidget" name="SeerStaticBrowserWidgetForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>730</width>
<height>698</height>
</rect>
</property>
<property name="windowTitle">
<string>Static Browser</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QHistoryLineEdit" name="staticNameSearchLineEdit">
<property name="toolTip">
<string>Search for static variable names. &quot;*&quot; is allowed.</string>
</property>
<property name="statusTip">
<string/>
</property>
<property name="placeholderText">
<string>Static names</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QHistoryLineEdit" name="staticTypeSearchLineEdit">
<property name="toolTip">
<string>Search for static variable types. &quot;*&quot; is allowed.</string>
</property>
<property name="statusTip">
<string/>
</property>
<property name="placeholderText">
<string>Static types</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QTreeWidget" name="staticTreeWidget">
<property name="columnCount">
<number>6</number>
</property>
<column>
<property name="text">
<string>Variable</string>
</property>
</column>
<column>
<property name="text">
<string>Type</string>
</property>
</column>
<column>
<property name="text">
<string>File</string>
</property>
</column>
<column>
<property name="text">
<string>Line</string>
</property>
</column>
<column>
<property name="text">
<string>Full Name</string>
</property>
</column>
<column>
<property name="text">
<string>Description</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QHistoryLineEdit</class>
<extends>QLineEdit</extends>
<header location="global">QHistoryLineEdit.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>