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