Add a help text for the cover image filename box

This commit is contained in:
Wieland Hoffmann
2012-09-02 16:59:01 +02:00
parent f3a6a27f92
commit eb3bd8a403

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>524</width>
<height>484</height>
<height>502</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
@@ -37,6 +37,13 @@
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Use the following file name for images:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="cover_image_filename"/>
</item>