Changed main layout
This commit is contained in:
@@ -48,11 +48,6 @@ BCDeviceView::BCDeviceView(QWidget *parent)
|
||||
}
|
||||
|
||||
|
||||
void BCDeviceView::setHeaderLabel( const QString& headerText)
|
||||
{
|
||||
_valueModel.setHeaderLabel( headerText );
|
||||
}
|
||||
|
||||
|
||||
void BCDeviceView::setDeviceID( BCDevice::ID deviceID )
|
||||
{
|
||||
@@ -72,12 +67,7 @@ const BCValueList& BCDeviceView::getValueListX()
|
||||
return _valueModel.getValueList();
|
||||
}
|
||||
|
||||
/*
|
||||
BCValueModel& BCDeviceView::getValueModel()
|
||||
{
|
||||
return _valueModel;
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
// __FIX ist das ok so?
|
||||
void BCDeviceView::onValueListReady( BCDevice::ID deviceID, BCValueList valueList )
|
||||
|
||||
Reference in New Issue
Block a user