Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
f4232007
Commit
f4232007
authored
Jan 15, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: sprefs, add the systray popup on minize on the main page
parent
fd48c291
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
22 deletions
+36
-22
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
+35
-22
No files found.
modules/gui/qt4/components/simple_preferences.cpp
View file @
f4232007
...
...
@@ -552,6 +552,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
CONFIG_GENERIC
(
"embedded-video"
,
Bool
,
NULL
,
embedVideo
);
CONFIG_GENERIC
(
"qt-fs-controller"
,
Bool
,
NULL
,
fsController
);
CONFIG_GENERIC
(
"qt-system-tray"
,
Bool
,
NULL
,
systrayBox
);
CONFIG_GENERIC
(
"qt-notification"
,
Bool
,
NULL
,
sysPop
);
CONFIG_GENERIC_FILE
(
"skins2-last"
,
File
,
ui
.
skinFileLabel
,
ui
.
fileSkin
,
ui
.
skinBrowse
);
CONFIG_GENERIC
(
"qt-video-autoresize"
,
Bool
,
NULL
,
resizingBox
);
...
...
modules/gui/qt4/ui/sprefs_interface.ui
View file @
f4232007
...
...
@@ -7,7 +7,7 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
745
</width>
<width>
802
</width>
<height>
651
</height>
</rect>
</property>
...
...
@@ -332,6 +332,12 @@
</item>
<item
row=
"0"
column=
"2"
rowspan=
"3"
colspan=
"2"
>
<widget
class=
"QWidget"
name=
"native_zone"
native=
"true"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Preferred"
vsizetype=
"Preferred"
>
<horstretch>
10
</horstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout_4"
>
<property
name=
"margin"
>
<number>
0
</number>
...
...
@@ -346,13 +352,6 @@
</property>
</widget>
</item>
<item
row=
"7"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"fsController"
>
<property
name=
"text"
>
<string>
Show controls in full screen mode
</string>
</property>
</widget>
</item>
<item
row=
"0"
column=
"0"
>
<widget
class=
"QLabel"
name=
"displayLabel"
>
<property
name=
"sizePolicy"
>
...
...
@@ -372,13 +371,6 @@
</property>
</widget>
</item>
<item
row=
"4"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"systrayBox"
>
<property
name=
"text"
>
<string>
Show systray icon
</string>
</property>
</widget>
</item>
<item
row=
"4"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"resizingBox"
>
<property
name=
"text"
>
...
...
@@ -386,13 +378,6 @@
</property>
</widget>
</item>
<item
row=
"7"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"embedVideo"
>
<property
name=
"text"
>
<string>
Embed video in interface
</string>
</property>
</widget>
</item>
<item
row=
"8"
column=
"1"
>
<widget
class=
"QComboBox"
name=
"stylesCombo"
/>
</item>
...
...
@@ -406,6 +391,34 @@
</property>
</widget>
</item>
<item
row=
"5"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"systrayBox"
>
<property
name=
"text"
>
<string>
Show systray icon
</string>
</property>
</widget>
</item>
<item
row=
"4"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"embedVideo"
>
<property
name=
"text"
>
<string>
Embed video in interface
</string>
</property>
</widget>
</item>
<item
row=
"6"
column=
"0"
>
<widget
class=
"QCheckBox"
name=
"fsController"
>
<property
name=
"text"
>
<string>
Show controls in full screen mode
</string>
</property>
</widget>
</item>
<item
row=
"5"
column=
"1"
>
<widget
class=
"QCheckBox"
name=
"sysPop"
>
<property
name=
"text"
>
<string>
Systray popup when minimized
</string>
</property>
</widget>
</item>
</layout>
</widget>
</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