added ui for ofd
This commit is contained in:
6
main.cpp
6
main.cpp
@@ -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 ++) {
|
||||
|
||||
Reference in New Issue
Block a user