default to including tags, media and scheduling on export

This commit is contained in:
Damien Elmes 2012-09-23 15:46:41 +09:00
parent cf155a4c43
commit 178ed3f5e5

View file

@ -35,7 +35,7 @@
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>&lt;b&gt;Limit to deck&lt;/b&gt;:</string>
<string>&lt;b&gt;Include&lt;/b&gt;:</string>
</property>
</widget>
</item>
@ -51,6 +51,9 @@
<property name="text">
<string>Include scheduling information</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
@ -58,6 +61,9 @@
<property name="text">
<string>Include media</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
@ -65,6 +71,9 @@
<property name="text">
<string>Include tags</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>