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
0ee2d146
Commit
0ee2d146
authored
Apr 25, 2007
by
Jean-Baptiste Kempf
Browse files
Qt4 - Try to use a Tool Dialog for the GotoTime dialog.
parent
9be6878a
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs/gototime.cpp
View file @
0ee2d146
...
...
@@ -40,6 +40,7 @@ GotoTimeDialog *GotoTimeDialog::instance = NULL;
GotoTimeDialog
::
GotoTimeDialog
(
intf_thread_t
*
_p_intf
)
:
QVLCFrame
(
_p_intf
)
{
setWindowFlags
(
Qt
::
Tool
);
setWindowTitle
(
qtr
(
"Go to Time"
)
);
resize
(
250
,
180
);
...
...
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