Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
46c88072
Commit
46c88072
authored
Dec 22, 2007
by
Jean-Baptiste Kempf
Browse files
Qt4 - Save the settings from the playlist for the dialog Provider if ever needed.
parent
2fd9216f
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs/playlist.cpp
View file @
46c88072
...
...
@@ -46,7 +46,8 @@ PlaylistDialog::PlaylistDialog( intf_thread_t *_p_intf )
setWindowOpacity
(
config_GetFloat
(
p_intf
,
"qt-opacity"
)
);
QHBoxLayout
*
l
=
new
QHBoxLayout
(
centralWidget
()
);
PlaylistWidget
*
plw
=
new
PlaylistWidget
(
p_intf
,
NULL
);
QSettings
*
settings
=
new
QSettings
(
"vlc"
,
"vlc-qt-interface"
);
PlaylistWidget
*
plw
=
new
PlaylistWidget
(
p_intf
,
settings
);
l
->
addWidget
(
plw
);
readSettings
(
"playlist"
,
QSize
(
600
,
700
)
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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