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
f4e4ec78
Commit
f4e4ec78
authored
Mar 31, 2007
by
Jean-Baptiste Kempf
Browse files
qt4 - Make errors dialog Application Modal.
parent
e4168df7
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs/errors.cpp
View file @
f4e4ec78
...
...
@@ -37,6 +37,8 @@ ErrorsDialog::ErrorsDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
setWindowTitle
(
qtr
(
"Errors"
)
);
resize
(
500
,
200
);
setWindowModality
(
Qt
::
ApplicationModal
);
QGridLayout
*
layout
=
new
QGridLayout
(
this
);
QPushButton
*
closeButton
=
new
QPushButton
(
qtr
(
"&Close"
));
QPushButton
*
clearButton
=
new
QPushButton
(
qtr
(
"&Clear"
));
...
...
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