添加OpenCv

This commit is contained in:
2025-09-15 22:28:43 +08:00
parent c0593df9e1
commit 94282fb1d9
423 changed files with 622349 additions and 97439 deletions

View File

@@ -26,9 +26,10 @@ public:
if (P07_CylinderPage->objectName().isEmpty())
P07_CylinderPage->setObjectName(QString::fromUtf8("P07_CylinderPage"));
P07_CylinderPage->resize(1024, 576);
P07_CylinderPage->setMinimumSize(QSize(1024, 576));
label = new QLabel(P07_CylinderPage);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(0, 0, 1024, 90));
label->setGeometry(QRect(-30, 0, 1024, 90));
label->setStyleSheet(QString::fromUtf8("font: 87 48pt \"\346\200\235\346\272\220\351\273\221\344\275\223 Heavy\";\n"
"color: rgb(0, 255, 0);"));
label->setAlignment(Qt::AlignCenter);
@@ -41,7 +42,7 @@ public:
void retranslateUi(QWidget *P07_CylinderPage)
{
P07_CylinderPage->setWindowTitle(QCoreApplication::translate("P07_CylinderPage", "Form", nullptr));
label->setText(QCoreApplication::translate("P07_CylinderPage", "\346\210\221\346\230\257\347\254\254 7 \351\241\265", nullptr));
label->setText(QCoreApplication::translate("P07_CylinderPage", "\345\244\207\347\224\250\347\224\265\346\234\272\344\270\272\346\266\262\345\216\213\346\216\247\345\210\266", nullptr));
} // retranslateUi
};