You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
1.9 KiB
86 lines
1.9 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>SearchBar</class>
|
|
<widget class="QWidget" name="SearchBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>399</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>SearchBar</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QToolButton" name="closeButton">
|
|
<property name="text">
|
|
<string>X</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset theme="dialog-close">
|
|
<normaloff/>
|
|
</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="findLabel">
|
|
<property name="text">
|
|
<string>Find:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="searchTextEdit"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="findPreviousButton">
|
|
<property name="text">
|
|
<string><</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset theme="go-previous">
|
|
<normaloff/>
|
|
</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="findNextButton">
|
|
<property name="text">
|
|
<string>></string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset theme="go-next">
|
|
<normaloff/>
|
|
</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="optionsButton">
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff/>
|
|
</iconset>
|
|
</property>
|
|
<property name="popupMode">
|
|
<enum>QToolButton::InstantPopup</enum>
|
|
</property>
|
|
<property name="arrowType">
|
|
<enum>Qt::DownArrow</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|