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
42e7ea08
Commit
42e7ea08
authored
Sep 08, 2007
by
Jean-Baptiste Kempf
Browse files
Qt4 - Cleanups on dialog and public=>private.
parent
8b04e33a
Changes
6
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs/gototime.hpp
View file @
42e7ea08
...
...
@@ -38,13 +38,13 @@ public:
instance
=
new
GotoTimeDialog
(
p_intf
);
return
instance
;
}
virtual
~
GotoTimeDialog
();
QTimeEdit
*
timeEdit
;
virtual
~
GotoTimeDialog
();
private:
GotoTimeDialog
(
intf_thread_t
*
);
static
GotoTimeDialog
*
instance
;
public
slots
:
QTimeEdit
*
timeEdit
;
private
slots
:
void
close
();
void
cancel
();
};
...
...
modules/gui/qt4/dialogs/interaction.hpp
View file @
42e7ea08
...
...
@@ -57,6 +57,7 @@ private:
QLineEdit
*
inputEdit
,
*
loginEdit
,
*
passwordEdit
;
void
Finish
(
int
);
private
slots
:
void
defaultB
();
void
altB
();
...
...
modules/gui/qt4/dialogs/mediainfo.cpp
View file @
42e7ea08
...
...
@@ -204,7 +204,7 @@ void MediaInfoDialog::close()
MP
->
setEditMode
(
false
);
}
void
MediaInfoDialog
::
updateButtons
(
int
i_tab
)
void
MediaInfoDialog
::
(
int
i_tab
)
{
if
(
MP
->
isInEditMode
()
&&
i_tab
==
0
)
saveMetaButton
->
show
();
...
...
modules/gui/qt4/dialogs/mediainfo.hpp
View file @
42e7ea08
...
...
@@ -74,14 +74,15 @@ private:
public
slots
:
void
update
();
void
saveMeta
();
void
editMeta
();
void
update
(
input_item_t
*
,
bool
,
bool
);
void
updateButtons
(
int
i_tab
);
private
slots
:
void
close
();
void
clear
();
void
saveMeta
();
void
editMeta
();
void
updateButtons
(
int
i_tab
);
};
#endif
modules/gui/qt4/dialogs/messages.cpp
View file @
42e7ea08
...
...
@@ -179,4 +179,3 @@ bool MessagesDialog::save()
}
return
false
;
}
modules/gui/qt4/dialogs/messages.hpp
View file @
42e7ea08
...
...
@@ -49,7 +49,7 @@ private:
static
MessagesDialog
*
instance
;
QSpinBox
*
verbosityBox
;
QTextEdit
*
messages
;
p
ublic
slots
:
p
rivate
slots
:
void
updateLog
();
void
close
();
void
clear
();
...
...
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