Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
7bea28db
Commit
7bea28db
authored
Sep 08, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt4 - Stats. Reverse the statistic order. Resize to the correct size. Trax#48
parent
7ad82f89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
modules/gui/qt4/components/infopanels.cpp
modules/gui/qt4/components/infopanels.cpp
+3
-5
No files found.
modules/gui/qt4/components/infopanels.cpp
View file @
7bea28db
...
...
@@ -455,9 +455,7 @@ void InfoPanel::clear()
**/
/*
void InfoPanel::saveCodecsInfo()
{
}
{}
*/
/**
...
...
@@ -496,10 +494,10 @@ InputStatsPanel::InputStatsPanel( QWidget *parent,
catName->addChild( itemName ); }
/* Create the main categories */
CREATE_CATEGORY
(
input
,
qtr
(
"
Input
"
)
);
CREATE_CATEGORY
(
audio
,
qtr
(
"
Audio
"
)
);
CREATE_CATEGORY
(
video
,
qtr
(
"Video"
)
);
CREATE_CATEGORY
(
input
,
qtr
(
"Input"
)
);
CREATE_CATEGORY
(
streaming
,
qtr
(
"Streaming"
)
);
CREATE_CATEGORY
(
audio
,
qtr
(
"Audio"
)
);
CREATE_AND_ADD_TO_CAT
(
read_media_stat
,
qtr
(
"Read at media"
),
"0"
,
input
,
"kB"
);
...
...
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