Added json broadcasting

This commit is contained in:
2019-06-10 23:22:08 +02:00
parent df27b622a0
commit 3cbe947408
37 changed files with 514 additions and 487 deletions

View File

@ -16,7 +16,6 @@ ItemWidget::ItemWidget(std::weak_ptr<Item> item, bool analog, QWidget *parent) :
{
ui->horizontalSpacer->changeSize(0,0);
ui->checkBox->hide();
//ui->label->hide();
}
else
{