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
d1d7a626
Commit
d1d7a626
authored
Oct 12, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: make the preview interface fixed Height
So, it avoids the horrible size changes.
parent
bb89e917
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
11 deletions
+21
-11
modules/gui/qt4/ui/sprefs_interface.ui
modules/gui/qt4/ui/sprefs_interface.ui
+21
-11
No files found.
modules/gui/qt4/ui/sprefs_interface.ui
View file @
d1d7a626
...
...
@@ -7,8 +7,8 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
7
58
</width>
<height>
65
7
</height>
<width>
7
45
</width>
<height>
65
1
</height>
</rect>
</property>
<property
name=
"sizePolicy"
>
...
...
@@ -228,14 +228,14 @@
<string>
Look and feel
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<item
row=
"
6
"
column=
"0"
colspan=
"2"
>
<item
row=
"
7
"
column=
"0"
colspan=
"2"
>
<widget
class=
"QRadioButton"
name=
"skins"
>
<property
name=
"text"
>
<string>
Use custom skin
</string>
</property>
</widget>
</item>
<item
row=
"
6
"
column=
"2"
colspan=
"2"
>
<item
row=
"
7
"
column=
"2"
colspan=
"2"
>
<widget
class=
"QLabel"
name=
"skinsLabel"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Minimum"
vsizetype=
"Minimum"
>
...
...
@@ -269,14 +269,14 @@
</property>
</widget>
</item>
<item
row=
"
5
"
column=
"0"
colspan=
"4"
>
<item
row=
"
6
"
column=
"0"
colspan=
"4"
>
<widget
class=
"Line"
name=
"line"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
</widget>
</item>
<item
row=
"
7
"
column=
"2"
colspan=
"2"
>
<item
row=
"
8
"
column=
"2"
colspan=
"2"
>
<widget
class=
"QWidget"
name=
"skins_zone"
native=
"true"
>
<property
name=
"enabled"
>
<bool>
true
</bool>
...
...
@@ -330,7 +330,7 @@
</layout>
</widget>
</item>
<item
row=
"0"
column=
"2"
rowspan=
"
2
"
colspan=
"2"
>
<item
row=
"0"
column=
"2"
rowspan=
"
3
"
colspan=
"2"
>
<widget
class=
"QWidget"
name=
"native_zone"
native=
"true"
>
<layout
class=
"QGridLayout"
name=
"gridLayout_4"
>
<property
name=
"margin"
>
...
...
@@ -422,18 +422,28 @@
</property>
</widget>
</item>
<item
row=
"1"
column=
"0"
colspan=
"2"
>
<item
row=
"1"
column=
"0"
rowspan=
"2"
colspan=
"2"
>
<widget
class=
"InterfacePreviewWidget"
name=
"mainPreview"
>
<property
name=
"minimumSize"
>
<size>
<width>
0
</width>
<height>
100
</height>
</size>
</property>
<property
name=
"alignment"
>
<set>
Qt::Align
Leading|Qt::AlignLeft
|Qt::AlignTop
</set>
<set>
Qt::Align
HCenter
|Qt::AlignTop
</set>
</property>
<property
name=
"buddy"
>
<cstring>
displayModeBox
</cstring>
</property>
</widget>
</item>
<item
row=
"7"
column=
"0"
colspan=
"2"
>
<widget
class=
"InterfacePreviewWidget"
name=
"skinsPreview"
/>
<item
row=
"8"
column=
"0"
colspan=
"2"
>
<widget
class=
"InterfacePreviewWidget"
name=
"skinsPreview"
>
<property
name=
"alignment"
>
<set>
Qt::AlignCenter
</set>
</property>
</widget>
</item>
</layout>
</widget>
...
...
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