This commit is contained in:
Kovid Goyal 2017-10-21 13:04:06 +05:30
parent 2ccdcff309
commit 299484cc6f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -26,6 +26,9 @@
<property name="placeholderText">
<string>Search by title</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
@ -46,6 +49,9 @@
<property name="placeholderText">
<string>Search by author</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0">
@ -79,6 +85,9 @@
<property name="placeholderText">
<string>Search by any keyword</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="0" colspan="4">
@ -116,8 +125,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>208</width>
<height>161</height>
<width>243</width>
<height>147</height>
</rect>
</property>
</widget>
@ -310,6 +319,10 @@
<property name="text">
<string>&amp;Search</string>
</property>
<property name="icon">
<iconset resource="../../../../../resources/images.qrc">
<normaloff>:/images/search.png</normaloff>:/images/search.png</iconset>
</property>
</widget>
</item>
</layout>