Merge pull request #3016 from PrismLauncher/backport-3009-to-release-9.x
This commit is contained in:
commit
0722dba820
@ -32,16 +32,16 @@
|
|||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="searchEdit">
|
<widget class="QPushButton" name="filterButton">
|
||||||
<property name="placeholderText">
|
<property name="text">
|
||||||
<string>Search and filter...</string>
|
<string>Filter options</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="filterButton">
|
<widget class="QLineEdit" name="searchEdit">
|
||||||
<property name="text">
|
<property name="placeholderText">
|
||||||
<string>Filter</string>
|
<string>Search and filter...</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -14,16 +14,16 @@
|
|||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="searchEdit">
|
<widget class="QPushButton" name="filterButton">
|
||||||
<property name="placeholderText">
|
<property name="text">
|
||||||
<string>Search and filter...</string>
|
<string>Filter options</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="filterButton">
|
<widget class="QLineEdit" name="searchEdit">
|
||||||
<property name="text">
|
<property name="placeholderText">
|
||||||
<string>Filter</string>
|
<string>Search and filter...</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user