1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>SearchWidget
</class>
4 <widget class=
"QWidget" name=
"SearchWidget">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Search
</string>
16 <layout class=
"QVBoxLayout" name=
"verticalLayout_3">
18 <layout class=
"QHBoxLayout" name=
"searchBarLayout">
20 <widget class=
"LineEdit" name=
"lineEditSearchPattern"/>
23 <widget class=
"QComboBox" name=
"comboCategory">
24 <property name=
"sizePolicy">
25 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Preferred">
26 <horstretch>0</horstretch>
27 <verstretch>0</verstretch>
33 <widget class=
"QComboBox" name=
"selectPlugin">
34 <property name=
"sizePolicy">
35 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Preferred">
36 <horstretch>0</horstretch>
37 <verstretch>0</verstretch>
43 <widget class=
"QPushButton" name=
"searchButton">
44 <property name=
"sizePolicy">
45 <sizepolicy hsizetype=
"Minimum" vsizetype=
"Preferred">
46 <horstretch>0</horstretch>
47 <verstretch>0</verstretch>
50 <property name=
"text">
51 <string>Search
</string>
58 <widget class=
"QStackedWidget" name=
"stackedPages">
59 <property name=
"currentIndex">
62 <widget class=
"QWidget" name=
"emptyPage">
63 <layout class=
"QVBoxLayout" name=
"verticalLayout">
64 <property name=
"leftMargin">
67 <property name=
"topMargin">
70 <property name=
"rightMargin">
73 <property name=
"bottomMargin">
77 <widget class=
"QLabel" name=
"label">
78 <property name=
"text">
79 <string>There aren't any search plugins installed.
80 Click the
"Search plugins...
" button at the bottom right of the window to install some.
</string>
82 <property name=
"alignment">
83 <set>Qt::AlignmentFlag::AlignCenter
</set>
89 <widget class=
"QWidget" name=
"searchPage">
90 <layout class=
"QVBoxLayout" name=
"verticalLayout_2">
91 <property name=
"leftMargin">
94 <property name=
"topMargin">
97 <property name=
"rightMargin">
100 <property name=
"bottomMargin">
104 <widget class=
"QTabWidget" name=
"tabWidget">
105 <property name=
"tabsClosable">
108 <property name=
"movable">
118 <layout class=
"QHBoxLayout" name=
"layout2">
120 <spacer name=
"spacer2">
121 <property name=
"orientation">
122 <enum>Qt::Orientation::Horizontal
</enum>
124 <property name=
"sizeHint" stdset=
"0">
133 <widget class=
"QPushButton" name=
"pluginsButton">
134 <property name=
"text">
135 <string>Search plugins...
</string>
145 <class>LineEdit
</class>
146 <extends>QLineEdit
</extends>
147 <header>gui/lineedit.h
</header>