[Summary] Progressing TRACKS specific export dialog

This commit is contained in:
VKamyshniy 2015-01-15 14:15:45 +02:00
parent 2e35efb61a
commit 5a34bee144

View file

@ -20,31 +20,162 @@
width="80"
height="22"/>
<style name="generic_dropdown"
style="generic_button"
fgnormal="#EDECE8"
normalicon="added_track_format_dropdown_active"
activeicon="added_track_format_dropdown_active"
_prelighticon="added_track_format_dropdown_prelight"
inactiveicon="added_track_format_dropdown_inactive"
width="110"
height="21"/>
<style name="generic_dropdown_label"
style="generic_button"
fgnormal="#EDECE8"
horzalignment="center"
width="88"/>
<EventBox bgnormal="#EDECE8">
<VBox borderwidth="10"
spacing="10">
<Label style="generic_control"
text="Export content of selected tracks as new file"/>
<Label style="generic_control"
text="Lossless Export:"
horzalignment="start"
vertalignment="bottom"
winfont ="Arial Bold 14"
macfont ="Helvetica Bold 14"/>
<HBox spacing="21">
<VBox>
<Label style="generic_control"
text="Format"/>
text="Format"
horzalignment="start"/>
<Dropdown id="lossless_format_dropdown"
style="generic_dropdown">
<HBox>
<Label style="generic_dropdown_label"/>
</HBox>
<DropdownMenu bgnormal="#454545">
<DropdownItem title="None"/>
<DropdownItem title="Wave"/>
<DropdownItem title="AIFF"/>
<DropdownItem title="AAC"/>
<DropdownItem title="CAF"/>
<DropdownItem title="FLAC"/>
</DropdownMenu>
</Dropdown>
</VBox>
<VBox>
<Label style="generic_control"
text="Depth"/>
text="Depth"
horzalignment="start"/>
<Dropdown id="lossless_depth_dropdown"
style="generic_dropdown">
<HBox>
<Label style="generic_dropdown_label"/>
</HBox>
<DropdownMenu bgnormal="#454545">
<DropdownItem title="None"/>
<DropdownItem title="16 bit"/>
<DropdownItem title="24 bit"/>
</DropdownMenu>
</Dropdown>
</VBox>
<VBox>
<Label style="generic_control"
text="Sample Rate"/>
text="Sample Rate"
horzalignment="start"/>
<Dropdown id="lossless_sample_rate_dropdown"
style="generic_dropdown">
<HBox>
<Label style="generic_dropdown_label"/>
</HBox>
<DropdownMenu bgnormal="#454545">
<DropdownItem title="None"/>
<DropdownItem title="44.1 kHz"/>
<DropdownItem title="48 kHz"/>
<DropdownItem title="88.2 kHz"/>
<DropdownItem title="96 kHz"/>
<DropdownItem title="176.4 kHz"/>
<DropdownItem title="192 kHz"/>
</DropdownMenu>
</Dropdown>
</VBox>
<VBox>
<Label style="generic_control"
text="Dither"/>
text="Dither"
horzalignment="start"/>
<Dropdown id="lossless_dither_dropdown"
style="generic_dropdown">
<HBox>
<Label style="generic_dropdown_label"/>
</HBox>
<DropdownMenu bgnormal="#454545">
<DropdownItem title="None"/>
<DropdownItem title="Type1"/>
<DropdownItem title="Type2"/>
<DropdownItem title="Type3+Shaping"/>
</DropdownMenu>
</Dropdown>
</VBox>
<VBox>
<Label style="generic_control"
text="Normalize"/>
text="Normalize"
horzalignment="start"/>
<Iconbutton id="lossless_normalize_button"
width="20"
height="20"
normalicon="waves_darker_check_box"
activeicon="waves_darker_check_box_active"
toggleable="true"/>
</VBox>
</HBox>
<Label style="generic_control"
text="Lossy Export:"
height="40"
horzalignment="start"
vertalignment="bottom"
winfont ="Arial Bold 14"
macfont ="Helvetica Bold 14"/>
<HBox spacing="21">
<VBox>
<Label style="generic_control"
text="Format"
horzalignment="start"/>
<Dropdown id="lossy_format_dropdown"
style="generic_dropdown">
<HBox>
<Label style="generic_dropdown_label"/>
</HBox>
<DropdownMenu bgnormal="#454545">
<DropdownItem title="None"/>
<DropdownItem title="MP3"/>
<DropdownItem title="AAC"/>
<DropdownItem title="OGG Forbis"/>
</DropdownMenu>
</Dropdown>
</VBox>
<VBox>
<Label style="generic_control"
text="Bit Rate"
horzalignment="start"/>
<Dropdown id="lossy_bit_rate_dropdown"
style="generic_dropdown">
<HBox>
<Label style="generic_dropdown_label"/>
</HBox>
<DropdownMenu bgnormal="#454545">
<DropdownItem title="None"/>
<DropdownItem title="96 kbps"/>
<DropdownItem title="128 kbps"/>
<DropdownItem title="160 kbps"/>
<DropdownItem title="192 kbps"/>
<DropdownItem title="256 kbps"/>
<DropdownItem title="320 kbps"/>
</DropdownMenu>
</Dropdown>
</VBox>
</HBox>
<HBox spacing="10">