Use "Do no download" in action instead of "Not downloaded"

Added "Select All/Select None" buttons to files list
This commit is contained in:
Christophe Dumez
2010-06-27 21:01:47 +00:00
parent c43efd7fb3
commit 4efae21f1d
63 changed files with 972 additions and 313 deletions

View File

@@ -782,16 +782,16 @@ p, li { white-space: pre-wrap; }
</spacer>
</item>
<item>
<widget class="QPushButton" name="collapseAllButton">
<widget class="QPushButton" name="selectAllButton">
<property name="text">
<string>Collapse all</string>
<string>Select All</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="expandAllButton">
<widget class="QPushButton" name="selectNoneButton">
<property name="text">
<string>Expand all</string>
<string>Select None</string>
</property>
</widget>
</item>
@@ -959,7 +959,10 @@ p, li { white-space: pre-wrap; }
</action>
<action name="actionNot_downloaded">
<property name="text">
<string>Not downloaded</string>
<string>Do not download</string>
</property>
<property name="toolTip">
<string>Do not download</string>
</property>
</action>
</widget>

View File

@@ -212,16 +212,16 @@
</spacer>
</item>
<item>
<widget class="QPushButton" name="collapseAllButton">
<widget class="QPushButton" name="selectAllButton">
<property name="text">
<string>Collapse all</string>
<string>Select All</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="expandAllButton">
<widget class="QPushButton" name="selectNoneButton">
<property name="text">
<string>Expand all</string>
<string>Select None</string>
</property>
</widget>
</item>
@@ -329,7 +329,10 @@
</action>
<action name="actionNot_downloaded">
<property name="text">
<string>Not downloaded</string>
<string>Do not download</string>
</property>
<property name="toolTip">
<string>Do not download</string>
</property>
</action>
</widget>