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
ce2f6ea1
Commit
ce2f6ea1
authored
Apr 25, 2007
by
Jean-Baptiste Kempf
Browse files
qt4 - Cleaning.
parent
0ee2d146
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/infopanels.cpp
View file @
ce2f6ea1
...
...
@@ -211,7 +211,6 @@ void InputStatsPanel::clear()
InfoPanel
::
InfoPanel
(
QWidget
*
parent
,
intf_thread_t
*
_p_intf
)
:
QWidget
(
parent
),
p_intf
(
_p_intf
)
{
// resize(400, 500);
QGridLayout
*
layout
=
new
QGridLayout
(
this
);
InfoTree
=
new
QTreeWidget
(
this
);
QList
<
QTreeWidgetItem
*>
items
;
...
...
@@ -219,7 +218,6 @@ InfoPanel::InfoPanel( QWidget *parent, intf_thread_t *_p_intf ) :
layout
->
addWidget
(
InfoTree
,
0
,
0
);
InfoTree
->
setColumnCount
(
1
);
InfoTree
->
header
()
->
hide
();
// InfoTree->resize(400, 400);
}
InfoPanel
::~
InfoPanel
()
...
...
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