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
43084cb6
Commit
43084cb6
authored
Sep 20, 2012
by
Francois Cartegnie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: profile_selector: rework profiles backup/restore
parent
d7ad3f6f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
376 additions
and
126 deletions
+376
-126
modules/gui/qt4/components/sout/profile_selector.cpp
modules/gui/qt4/components/sout/profile_selector.cpp
+287
-82
modules/gui/qt4/components/sout/profile_selector.hpp
modules/gui/qt4/components/sout/profile_selector.hpp
+3
-0
modules/gui/qt4/ui/profiles.ui
modules/gui/qt4/ui/profiles.ui
+86
-44
No files found.
modules/gui/qt4/components/sout/profile_selector.cpp
View file @
43084cb6
This diff is collapsed.
Click to expand it.
modules/gui/qt4/components/sout/profile_selector.hpp
View file @
43084cb6
...
...
@@ -34,6 +34,7 @@
#include "ui/profiles.h"
class
QComboBox
;
class
VLCProfileSelector
:
public
QWidget
{
Q_OBJECT
...
...
@@ -54,6 +55,7 @@ private slots:
void
editProfile
();
void
deleteProfile
();
void
updateOptions
(
int
i
);
void
updateOptionsOldFormat
(
int
i
);
signals:
void
optionsChanged
();
};
...
...
@@ -72,6 +74,7 @@ public:
private:
void
registerCodecs
();
void
fillProfile
(
const
QString
&
qs
);
void
fillProfileOldFormat
(
const
QString
&
qs
);
typedef
QSet
<
QString
>
resultset
;
QHash
<
QString
,
resultset
>
caps
;
void
loadCapabilities
();
...
...
modules/gui/qt4/ui/profiles.ui
View file @
43084cb6
This diff is collapsed.
Click to expand it.
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