Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
7ffb2aee
Commit
7ffb2aee
authored
Feb 07, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: sprefs, add the auto-resize option to the interface panel.
parent
fd1baec6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
9 deletions
+17
-9
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/components/simple_preferences.cpp
+1
-0
modules/gui/qt4/ui/sprefs_interface.ui
modules/gui/qt4/ui/sprefs_interface.ui
+16
-9
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
7ffb2aee
...
@@ -483,6 +483,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
...
@@ -483,6 +483,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_GENERIC
(
"qt-system-tray"
,
Bool
,
NULL
,
systrayBox
);
CONFIG_GENERIC
(
"qt-system-tray"
,
Bool
,
NULL
,
systrayBox
);
CONFIG_GENERIC_FILE
(
"skins2-last"
,
File
,
ui
.
skinFileLabel
,
CONFIG_GENERIC_FILE
(
"skins2-last"
,
File
,
ui
.
skinFileLabel
,
ui
.
fileSkin
,
ui
.
skinBrowse
);
ui
.
fileSkin
,
ui
.
skinBrowse
);
CONFIG_GENERIC
(
"qt-video-autoresize"
,
Bool
,
NULL
,
resizingBox
);
CONFIG_GENERIC
(
"album-art"
,
IntegerList
,
ui
.
artFetchLabel
,
CONFIG_GENERIC
(
"album-art"
,
IntegerList
,
ui
.
artFetchLabel
,
artFetcher
);
artFetcher
);
...
...
modules/gui/qt4/ui/sprefs_interface.ui
View file @
7ffb2aee
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<rect>
<rect>
<x>0</x>
<x>0</x>
<y>0</y>
<y>0</y>
<width>
693
</width>
<width>
701
</width>
<height>604</height>
<height>604</height>
</rect>
</rect>
</property>
</property>
...
@@ -119,14 +119,7 @@
...
@@ -119,14 +119,7 @@
</property>
</property>
</widget>
</widget>
</item>
</item>
<item row="2" column="4" colspan="2" >
<item row="3" column="2" colspan="2" >
<widget class="QCheckBox" name="systrayBox" >
<property name="text" >
<string>_("Systray icon")</string>
</property>
</widget>
</item>
<item row="3" column="2" colspan="4" >
<widget class="QCheckBox" name="fsController" >
<widget class="QCheckBox" name="fsController" >
<property name="text" >
<property name="text" >
<string>_("Show a controller in fullscreen")</string>
<string>_("Show a controller in fullscreen")</string>
...
@@ -217,6 +210,20 @@
...
@@ -217,6 +210,20 @@
</property>
</property>
</widget>
</widget>
</item>
</item>
<item row="3" column="4" colspan="2" >
<widget class="QCheckBox" name="systrayBox" >
<property name="text" >
<string>_("Systray icon")</string>
</property>
</widget>
</item>
<item row="2" column="4" colspan="2" >
<widget class="QCheckBox" name="resizingBox" >
<property name="text" >
<string>_("Resize interface to video size")</string>
</property>
</widget>
</item>
</layout>
</layout>
</widget>
</widget>
</item>
</item>
...
...
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