Language updates.

This commit is contained in:
Christoph Holzheuer
2026-01-23 16:33:05 +01:00
parent 37fcc5e888
commit 7647b01d62
5 changed files with 19 additions and 33 deletions

View File

@@ -47,27 +47,13 @@ BCDeviceView::BCDeviceView(QWidget *parent)
_itemDelegate = new BCValueDelegate( _valueModel.getValueList(), this);
setItemDelegateForColumn( 1, _itemDelegate );
/*
setStyleSheet( R"(QTableView::item:selected
{
background-color: green;
border: none;
}
QTableView:focus
{
outline: none;
}
})");
*/
}
void BCDeviceView::setDeviceID( BCDevice::ID deviceID )
{
_devideID = deviceID;
_devideID = deviceID;
}
BCDevice::ID BCDeviceView::deviceID() const