half-duplex
Phil Taylor 2022-10-22 23:43:49 +01:00
rodzic ba07c26a2b
commit a2c348f646
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -142,7 +142,7 @@ void controllerSetup::newDevice(unsigned char devType, QVector<BUTTON>* but, QVe
bgImage = new QGraphicsPixmapItem(QPixmap::fromImage(image));
scene->addItem(bgImage);
//ui->graphicsView->setMinimumSize(bgImage->boundingRect().width() + 100, bgImage->boundingRect().height() + 2);
ui->graphicsView->setMinimumSize(bgImage->boundingRect().width() + 100, bgImage->boundingRect().height() + 2);
currentDevice = devType;
onEvent.blockSignals(true);

Wyświetl plik

@ -8179,6 +8179,7 @@ void wfmain::on_usbControllerBtn_clicked()
}
else {
shut->show();
shut->raise();
}
}
}