Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
5e063dbb
Commit
5e063dbb
authored
Apr 30, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: small UI change for width/height in Sout Profile.
parent
59faac26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
27 deletions
+27
-27
modules/gui/qt4/ui/profiles.ui
modules/gui/qt4/ui/profiles.ui
+27
-27
No files found.
modules/gui/qt4/ui/profiles.ui
View file @
5e063dbb
...
...
@@ -30,6 +30,9 @@
<item
row=
"0"
column=
"1"
>
<widget
class=
"QLineEdit"
name=
"profileLine"
/>
</item>
<item
row=
"2"
column=
"1"
>
<widget
class=
"QDialogButtonBox"
name=
"buttonBox"
/>
</item>
<item
row=
"1"
column=
"0"
colspan=
"2"
>
<widget
class=
"QTabWidget"
name=
"tabWidget"
>
<property
name=
"sizePolicy"
>
...
...
@@ -234,6 +237,22 @@
<string>
Resolution
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<item
row=
"0"
column=
"0"
colspan=
"4"
>
<widget
class=
"QLabel"
name=
"label"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Minimum"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"text"
>
<string>
You just need to fill one of the three following parameters, VLC will autodetect the other using the original aspect ratio
</string>
</property>
<property
name=
"wordWrap"
>
<bool>
true
</bool>
</property>
</widget>
</item>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QLabel"
name=
"vScaleLabel"
>
<property
name=
"text"
>
...
...
@@ -252,17 +271,17 @@
</widget>
</item>
<item
row=
"2"
column=
"0"
>
<widget
class=
"QLabel"
name=
"
height
Label"
>
<widget
class=
"QLabel"
name=
"
width
Label"
>
<property
name=
"text"
>
<string>
Height
</string>
<string>
Width
</string>
</property>
<property
name=
"buddy"
>
<cstring>
height
Box
</cstring>
<cstring>
width
Box
</cstring>
</property>
</widget>
</item>
<item
row=
"2"
column=
"1"
>
<widget
class=
"QLineEdit"
name=
"
height
Box"
>
<widget
class=
"QLineEdit"
name=
"
width
Box"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Maximum"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
...
...
@@ -297,17 +316,17 @@
</spacer>
</item>
<item
row=
"2"
column=
"3"
>
<widget
class=
"QLabel"
name=
"
width
Label"
>
<widget
class=
"QLabel"
name=
"
height
Label"
>
<property
name=
"text"
>
<string>
Width
</string>
<string>
Height
</string>
</property>
<property
name=
"buddy"
>
<cstring>
width
Box
</cstring>
<cstring>
height
Box
</cstring>
</property>
</widget>
</item>
<item
row=
"2"
column=
"4"
>
<widget
class=
"QLineEdit"
name=
"
width
Box"
>
<widget
class=
"QLineEdit"
name=
"
height
Box"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Maximum"
vsizetype=
"Fixed"
>
<horstretch>
0
</horstretch>
...
...
@@ -325,22 +344,6 @@
</property>
</widget>
</item>
<item
row=
"0"
column=
"0"
colspan=
"5"
>
<widget
class=
"QLabel"
name=
"label"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Minimum"
>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<property
name=
"text"
>
<string>
You just need to fill one of the three following parameters, VLC will autodetect the other using the original aspect ratio
</string>
</property>
<property
name=
"wordWrap"
>
<bool>
true
</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
...
...
@@ -494,9 +497,6 @@
</widget>
</widget>
</item>
<item
row=
"2"
column=
"1"
>
<widget
class=
"QDialogButtonBox"
name=
"buttonBox"
/>
</item>
</layout>
</widget>
<tabstops>
...
...
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