Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
5e063dbb
Commit
5e063dbb
authored
Apr 30, 2009
by
Jean-Baptiste Kempf
Browse files
Qt: small UI change for width/height in Sout Profile.
parent
59faac26
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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