Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
42e7ea08
Commit
42e7ea08
authored
Sep 08, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4 - Cleanups on dialog and public=>private.
parent
8b04e33a
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
9 deletions
+10
-9
modules/gui/qt4/dialogs/gototime.hpp
modules/gui/qt4/dialogs/gototime.hpp
+3
-3
modules/gui/qt4/dialogs/interaction.hpp
modules/gui/qt4/dialogs/interaction.hpp
+1
-0
modules/gui/qt4/dialogs/mediainfo.cpp
modules/gui/qt4/dialogs/mediainfo.cpp
+1
-1
modules/gui/qt4/dialogs/mediainfo.hpp
modules/gui/qt4/dialogs/mediainfo.hpp
+4
-3
modules/gui/qt4/dialogs/messages.cpp
modules/gui/qt4/dialogs/messages.cpp
+0
-1
modules/gui/qt4/dialogs/messages.hpp
modules/gui/qt4/dialogs/messages.hpp
+1
-1
No files found.
modules/gui/qt4/dialogs/gototime.hpp
View file @
42e7ea08
...
@@ -38,13 +38,13 @@ public:
...
@@ -38,13 +38,13 @@ public:
instance
=
new
GotoTimeDialog
(
p_intf
);
instance
=
new
GotoTimeDialog
(
p_intf
);
return
instance
;
return
instance
;
}
}
virtual
~
GotoTimeDialog
();
virtual
~
GotoTimeDialog
();
QTimeEdit
*
timeEdit
;
private:
private:
GotoTimeDialog
(
intf_thread_t
*
);
GotoTimeDialog
(
intf_thread_t
*
);
static
GotoTimeDialog
*
instance
;
static
GotoTimeDialog
*
instance
;
public
slots
:
QTimeEdit
*
timeEdit
;
private
slots
:
void
close
();
void
close
();
void
cancel
();
void
cancel
();
};
};
...
...
modules/gui/qt4/dialogs/interaction.hpp
View file @
42e7ea08
...
@@ -57,6 +57,7 @@ private:
...
@@ -57,6 +57,7 @@ private:
QLineEdit
*
inputEdit
,
*
loginEdit
,
*
passwordEdit
;
QLineEdit
*
inputEdit
,
*
loginEdit
,
*
passwordEdit
;
void
Finish
(
int
);
void
Finish
(
int
);
private
slots
:
private
slots
:
void
defaultB
();
void
defaultB
();
void
altB
();
void
altB
();
...
...
modules/gui/qt4/dialogs/mediainfo.cpp
View file @
42e7ea08
...
@@ -204,7 +204,7 @@ void MediaInfoDialog::close()
...
@@ -204,7 +204,7 @@ void MediaInfoDialog::close()
MP
->
setEditMode
(
false
);
MP
->
setEditMode
(
false
);
}
}
void
MediaInfoDialog
::
updateButtons
(
int
i_tab
)
void
MediaInfoDialog
::
(
int
i_tab
)
{
{
if
(
MP
->
isInEditMode
()
&&
i_tab
==
0
)
if
(
MP
->
isInEditMode
()
&&
i_tab
==
0
)
saveMetaButton
->
show
();
saveMetaButton
->
show
();
...
...
modules/gui/qt4/dialogs/mediainfo.hpp
View file @
42e7ea08
...
@@ -74,14 +74,15 @@ private:
...
@@ -74,14 +74,15 @@ private:
public
slots
:
public
slots
:
void
update
();
void
update
();
void
saveMeta
();
void
editMeta
();
void
update
(
input_item_t
*
,
bool
,
bool
);
void
update
(
input_item_t
*
,
bool
,
bool
);
void
updateButtons
(
int
i_tab
);
private
slots
:
private
slots
:
void
close
();
void
close
();
void
clear
();
void
clear
();
void
saveMeta
();
void
editMeta
();
void
updateButtons
(
int
i_tab
);
};
};
#endif
#endif
modules/gui/qt4/dialogs/messages.cpp
View file @
42e7ea08
...
@@ -179,4 +179,3 @@ bool MessagesDialog::save()
...
@@ -179,4 +179,3 @@ bool MessagesDialog::save()
}
}
return
false
;
return
false
;
}
}
modules/gui/qt4/dialogs/messages.hpp
View file @
42e7ea08
...
@@ -49,7 +49,7 @@ private:
...
@@ -49,7 +49,7 @@ private:
static
MessagesDialog
*
instance
;
static
MessagesDialog
*
instance
;
QSpinBox
*
verbosityBox
;
QSpinBox
*
verbosityBox
;
QTextEdit
*
messages
;
QTextEdit
*
messages
;
p
ublic
slots
:
p
rivate
slots
:
void
updateLog
();
void
updateLog
();
void
close
();
void
close
();
void
clear
();
void
clear
();
...
...
Write
Preview
Markdown
is supported
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