Commit 7bea28db authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Stats. Reverse the statistic order. Resize to the correct size. Trax#48

parent 7ad82f89
...@@ -455,9 +455,7 @@ void InfoPanel::clear() ...@@ -455,9 +455,7 @@ void InfoPanel::clear()
**/ **/
/* /*
void InfoPanel::saveCodecsInfo() void InfoPanel::saveCodecsInfo()
{ {}
}
*/ */
/** /**
...@@ -496,10 +494,10 @@ InputStatsPanel::InputStatsPanel( QWidget *parent, ...@@ -496,10 +494,10 @@ InputStatsPanel::InputStatsPanel( QWidget *parent,
catName->addChild( itemName ); } catName->addChild( itemName ); }
/* Create the main categories */ /* Create the main categories */
CREATE_CATEGORY( input, qtr("Input") ); CREATE_CATEGORY( audio, qtr("Audio") );
CREATE_CATEGORY( video, qtr("Video") ); CREATE_CATEGORY( video, qtr("Video") );
CREATE_CATEGORY( input, qtr("Input") );
CREATE_CATEGORY( streaming, qtr("Streaming") ); CREATE_CATEGORY( streaming, qtr("Streaming") );
CREATE_CATEGORY( audio, qtr("Audio") );
CREATE_AND_ADD_TO_CAT( read_media_stat, qtr("Read at media"), CREATE_AND_ADD_TO_CAT( read_media_stat, qtr("Read at media"),
"0", input , "kB" ); "0", input , "kB" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment