added ui for ofd

This commit is contained in:
2025-03-11 19:37:58 +03:00
parent cb3d6c2a3f
commit 4c7a25c53e
11 changed files with 562 additions and 31 deletions

View File

@@ -66,9 +66,15 @@ int main(int argc, char *argv[]) {
//OCR scene
QWidget *ocrscene = loadUI(window, ":/scenes/scenes/ocrscene.ui");
//OFD scene
QWidget *ofdscene = loadUI(window, ":/scenes/scenes/ofdscene.ui");
sceneLayout->addWidget(mainwindowscene);
sceneLayout->addWidget(emailtextscene);
sceneLayout->addWidget(ocrscene);
sceneLayout->addWidget(ofdscene);
//Setting all back buttons
for (uint32_t sceneIndex = 0; sceneIndex < sceneLayout->count(); sceneIndex ++) {