Commit ce2f6ea1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

qt4 - Cleaning.

parent 0ee2d146
...@@ -211,7 +211,6 @@ void InputStatsPanel::clear() ...@@ -211,7 +211,6 @@ void InputStatsPanel::clear()
InfoPanel::InfoPanel( QWidget *parent, intf_thread_t *_p_intf ) : InfoPanel::InfoPanel( QWidget *parent, intf_thread_t *_p_intf ) :
QWidget( parent ), p_intf( _p_intf ) QWidget( parent ), p_intf( _p_intf )
{ {
// resize(400, 500);
QGridLayout *layout = new QGridLayout(this); QGridLayout *layout = new QGridLayout(this);
InfoTree = new QTreeWidget(this); InfoTree = new QTreeWidget(this);
QList<QTreeWidgetItem *> items; QList<QTreeWidgetItem *> items;
...@@ -219,7 +218,6 @@ InfoPanel::InfoPanel( QWidget *parent, intf_thread_t *_p_intf ) : ...@@ -219,7 +218,6 @@ InfoPanel::InfoPanel( QWidget *parent, intf_thread_t *_p_intf ) :
layout->addWidget(InfoTree, 0, 0 ); layout->addWidget(InfoTree, 0, 0 );
InfoTree->setColumnCount( 1 ); InfoTree->setColumnCount( 1 );
InfoTree->header()->hide(); InfoTree->header()->hide();
// InfoTree->resize(400, 400);
} }
InfoPanel::~InfoPanel() InfoPanel::~InfoPanel()
......
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