TranscodeDialog: update to optionally preserve directory structure
This commit is contained in:
committed by
Jonas Kvinge
parent
24af1be666
commit
8fcee4511d
@@ -57,6 +57,11 @@
|
||||
<string>Directory</string>
|
||||
</property>
|
||||
</column>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Import Directory</string>
|
||||
</property>
|
||||
</column>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
@@ -165,6 +170,13 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0" colspan="3">
|
||||
<widget class="QCheckBox" name="preserve_dir_structure">
|
||||
<property name="text">
|
||||
<string>Preserve directory structure in output directory (import only)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user