diff options
| author | Tannin <devnull@localhost> | 2013-08-24 22:50:00 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-08-24 22:50:00 +0200 |
| commit | e91eebefbea450a447b44a81dcabcc6ac8000a48 (patch) | |
| tree | 25a6e1674f859249699d8242b7a611ae9d627890 /src/downloadlistwidgetcompact.ui | |
| parent | 87f4e2df260e502bce61783a66e062af1b46e789 (diff) | |
- download size is now displayed
- multiple esps/mods can now be enabled/disabled at once using space
- bugfix: fomod installer didn't compile because of changes to condition checking
- bugfix: broken inverse virtual name resolution in case of non-default mod directory
Diffstat (limited to 'src/downloadlistwidgetcompact.ui')
| -rw-r--r-- | src/downloadlistwidgetcompact.ui | 64 |
1 files changed, 49 insertions, 15 deletions
diff --git a/src/downloadlistwidgetcompact.ui b/src/downloadlistwidgetcompact.ui index b905706c..bc960c8e 100644 --- a/src/downloadlistwidgetcompact.ui +++ b/src/downloadlistwidgetcompact.ui @@ -29,7 +29,7 @@ <item>
<widget class="QLabel" name="nameLabel">
<property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@@ -49,6 +49,40 @@ </widget>
</item>
<item>
+ <widget class="QLabel" name="label">
+ <property name="text">
+ <string>(</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="sizeLabel">
+ <property name="text">
+ <string>0</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="label_2">
+ <property name="text">
+ <string>MB)</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
<widget class="QLabel" name="doneLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
@@ -60,24 +94,24 @@ <palette>
<active>
<colorrole role="WindowText">
- <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>0</red> - <green>118</green> - <blue>0</blue> - </color> - </brush> + <brush brushstyle="SolidPattern">
+ <color alpha="255">
+ <red>0</red>
+ <green>118</green>
+ <blue>0</blue>
+ </color>
+ </brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
- <brush brushstyle="SolidPattern"> - <color alpha="255"> - <red>0</red> - <green>118</green> - <blue>0</blue> - </color> - </brush> + <brush brushstyle="SolidPattern">
+ <color alpha="255">
+ <red>0</red>
+ <green>118</green>
+ <blue>0</blue>
+ </color>
+ </brush>
</colorrole>
</inactive>
<disabled>
|
