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
1b39631e
Commit
1b39631e
authored
Apr 24, 2007
by
Jean-Baptiste Kempf
Browse files
Qt4 - Open. Make files in a better way to stop whiners (2)
parent
9d968bee
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/open.cpp
View file @
1b39631e
...
...
@@ -58,7 +58,7 @@ FileOpenPanel::FileOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
// Make this QFileDialog a child of tempWidget from the ui.
dialogBox
=
new
FileOpenBox
(
ui
.
tempWidget
,
NULL
,
qfu
(
p_intf
->
p_libvlc
->
psz_homedir
),
fileTypes
);
dialogBox
->
setFileMode
(
QFileDialog
::
ExistingFiles
);
/*
dialogBox->setFileMode( QFileDialog::ExistingFiles );
*/
dialogBox
->
setAcceptMode
(
QFileDialog
::
AcceptOpen
);
/* We don't want to see a grip in the middle of the window, do we? */
...
...
@@ -201,8 +201,8 @@ void FileOpenPanel::toggleSubtitleFrame()
if
(
ui
.
subFrame
->
isVisible
())
{
ui
.
subFrame
->
hide
();
//
setMinimumHeight(1
);
resize
(
sizeHint
());
updateGeometry
(
);
/* FiXME Size */
}
else
{
...
...
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