Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
0f4954c0
Commit
0f4954c0
authored
Mar 14, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: profiles, make difference between:
- Trash Audio - Keep original Audio
parent
d0e71003
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
20 deletions
+34
-20
modules/gui/qt4/ui/profiles.ui
modules/gui/qt4/ui/profiles.ui
+34
-20
No files found.
modules/gui/qt4/ui/profiles.ui
View file @
0f4954c0
...
...
@@ -6,8 +6,8 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
628
</width>
<height>
4
13
</height>
<width>
584
</width>
<height>
4
42
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
...
...
@@ -153,7 +153,7 @@
</property>
</widget>
</item>
<item
row=
"
1
"
column=
"0"
>
<item
row=
"
2
"
column=
"0"
>
<widget
class=
"QLabel"
name=
"vCodecLabel"
>
<property
name=
"enabled"
>
<bool>
true
</bool>
...
...
@@ -166,14 +166,14 @@
</property>
</widget>
</item>
<item
row=
"
1
"
column=
"1"
colspan=
"2"
>
<item
row=
"
2
"
column=
"1"
colspan=
"2"
>
<widget
class=
"QComboBox"
name=
"vCodecBox"
>
<property
name=
"editable"
>
<bool>
false
</bool>
</property>
</widget>
</item>
<item
row=
"
2
"
column=
"0"
colspan=
"2"
>
<item
row=
"
3
"
column=
"0"
colspan=
"2"
>
<widget
class=
"QLabel"
name=
"vBitrateLabel"
>
<property
name=
"text"
>
<string>
_(
"
Bitrate
"
)
</string>
...
...
@@ -183,7 +183,7 @@
</property>
</widget>
</item>
<item
row=
"
2
"
column=
"2"
>
<item
row=
"
3
"
column=
"2"
>
<widget
class=
"QSpinBox"
name=
"vBitrateSpin"
>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
...
...
@@ -205,7 +205,7 @@
</property>
</widget>
</item>
<item
row=
"
3
"
column=
"0"
colspan=
"2"
>
<item
row=
"
4
"
column=
"0"
colspan=
"2"
>
<widget
class=
"QLabel"
name=
"vFrameLabel"
>
<property
name=
"text"
>
<string>
_(
"
Frame Rate
"
)
</string>
...
...
@@ -215,7 +215,7 @@
</property>
</widget>
</item>
<item
row=
"
3
"
column=
"2"
>
<item
row=
"
4
"
column=
"2"
>
<widget
class=
"QDoubleSpinBox"
name=
"vFrameBox"
>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
...
...
@@ -228,7 +228,7 @@
</property>
</widget>
</item>
<item
row=
"
4
"
column=
"0"
colspan=
"3"
>
<item
row=
"
5
"
column=
"0"
colspan=
"3"
>
<widget
class=
"QGroupBox"
name=
"groupBox"
>
<property
name=
"title"
>
<string>
Resolution
</string>
...
...
@@ -344,6 +344,13 @@
</layout>
</widget>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"keepVideo"
>
<property
name=
"text"
>
<string>
_(
"
Keep original video track
"
)
</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget
class=
"QWidget"
name=
"audioCodec"
>
...
...
@@ -351,14 +358,21 @@
<string>
_(
"
Audio codec
"
)
</string>
</attribute>
<layout
class=
"QGridLayout"
name=
"gridLayout_3"
>
<item
row=
"0"
column=
"0"
colspan=
"2"
>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"transcodeAudio"
>
<property
name=
"text"
>
<string>
_(
"
Audio
"
)
</string>
</property>
</widget>
</item>
<item
row=
"1"
column=
"0"
>
<item
row=
"1"
column=
"0"
colspan=
"2"
>
<widget
class=
"QCheckBox"
name=
"keepAudio"
>
<property
name=
"text"
>
<string>
_(
"
Keep original audio track
"
)
</string>
</property>
</widget>
</item>
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"aCodecLabel"
>
<property
name=
"text"
>
<string>
_(
"
Codec
"
)
</string>
...
...
@@ -368,10 +382,10 @@
</property>
</widget>
</item>
<item
row=
"
1"
column=
"1
"
colspan=
"2"
>
<item
row=
"
2"
column=
"2
"
colspan=
"2"
>
<widget
class=
"QComboBox"
name=
"aCodecBox"
/>
</item>
<item
row=
"
2"
column=
"0"
colspan=
"2
"
>
<item
row=
"
3"
column=
"0
"
>
<widget
class=
"QLabel"
name=
"aBitrateLabel"
>
<property
name=
"text"
>
<string>
_(
"
Bitrate
"
)
</string>
...
...
@@ -381,7 +395,7 @@
</property>
</widget>
</item>
<item
row=
"
2"
column=
"2
"
>
<item
row=
"
3"
column=
"3
"
>
<widget
class=
"QSpinBox"
name=
"aBitrateSpin"
>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
...
...
@@ -400,7 +414,7 @@
</property>
</widget>
</item>
<item
row=
"
3"
column=
"0"
colspan=
"2
"
>
<item
row=
"
4"
column=
"0
"
>
<widget
class=
"QLabel"
name=
"aChannelsLabel"
>
<property
name=
"text"
>
<string>
_(
"
Channels
"
)
</string>
...
...
@@ -410,7 +424,7 @@
</property>
</widget>
</item>
<item
row=
"
3"
column=
"2
"
>
<item
row=
"
4"
column=
"3
"
>
<widget
class=
"QSpinBox"
name=
"aChannelsSpin"
>
<property
name=
"alignment"
>
<set>
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
...
...
@@ -426,7 +440,7 @@
</property>
</widget>
</item>
<item
row=
"
4"
column=
"0"
colspan=
"2
"
>
<item
row=
"
5"
column=
"0
"
>
<widget
class=
"QLabel"
name=
"aSampleLabel"
>
<property
name=
"text"
>
<string>
_(
"
Sample Rate
"
)
</string>
...
...
@@ -436,10 +450,10 @@
</property>
</widget>
</item>
<item
row=
"
4"
column=
"2
"
>
<item
row=
"
5"
column=
"3
"
>
<widget
class=
"QComboBox"
name=
"aSampleBox"
/>
</item>
<item
row=
"
5
"
column=
"2"
>
<item
row=
"
6
"
column=
"2"
>
<spacer
name=
"verticalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
...
...
@@ -480,7 +494,7 @@
</widget>
</widget>
</item>
<item
row=
"2"
column=
"
0"
colspan=
"2
"
>
<item
row=
"2"
column=
"
1
"
>
<widget
class=
"QDialogButtonBox"
name=
"buttonBox"
/>
</item>
</layout>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment