Make the text on the selection buttons in the get books dialog more clear

This commit is contained in:
Kovid Goyal 2014-12-24 17:44:45 +05:30
parent f715fe8dd8
commit febd725abe

View File

@ -14,7 +14,7 @@
<string>Get Books</string> <string>Get Books</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../../../../work/calibre/resources/images.qrc"> <iconset resource="../../../../../resources/images.qrc">
<normaloff>:/images/store.png</normaloff>:/images/store.png</iconset> <normaloff>:/images/store.png</normaloff>:/images/store.png</iconset>
</property> </property>
<property name="sizeGripEnabled"> <property name="sizeGripEnabled">
@ -94,7 +94,16 @@
<property name="spacing"> <property name="spacing">
<number>0</number> <number>0</number>
</property> </property>
<property name="margin"> <property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
@ -107,8 +116,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>207</width> <width>208</width>
<height>163</height> <height>161</height>
</rect> </rect>
</property> </property>
</widget> </widget>
@ -122,21 +131,21 @@
<item> <item>
<widget class="QPushButton" name="select_all_stores"> <widget class="QPushButton" name="select_all_stores">
<property name="text"> <property name="text">
<string>All</string> <string>Select all</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="select_invert_stores"> <widget class="QPushButton" name="select_invert_stores">
<property name="text"> <property name="text">
<string>Invert</string> <string>Invert selection</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="select_none_stores"> <widget class="QPushButton" name="select_none_stores">
<property name="text"> <property name="text">
<string>None</string> <string>Select none</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -335,7 +344,7 @@
<tabstop>close</tabstop> <tabstop>close</tabstop>
</tabstops> </tabstops>
<resources> <resources>
<include location="../../../../work/calibre/resources/images.qrc"/> <include location="../../../../../resources/images.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>