zdenop / qt-box-editor

QT4 editor of tesseract-ocr box files
https://zdenop.github.io/qt-box-editor/
Apache License 2.0
170 stars 66 forks source link

'tabSetting' was not declared in this scope #68

Closed kubaizi closed 6 years ago

kubaizi commented 6 years ago

Windows 10 QT 5.11

i managed to qmake succesfuly

but when i run make i have an error : dialogs\SettingsDialog.cpp:39:3: error: 'tabSetting' was not declared in this scope tabSetting->setCurrentIndex(tabIndex);

i am trying to run qt-box-editor. Any ideas ????

zdenop commented 6 years ago

I just build it with QT Creator and MSVC without any problem. tabSetting is defined in ui_SettingsDialog.h that is generated by QT (qmake) automatically from dialogs/SettingsDialog.ui... So it seems you have problem with your QT5 installation...

kubaizi commented 6 years ago

i try to run it on QT Creator and VS2017. both came with the same error

dialogs\FindDialog.cpp:53: error: C2061: syntax error: identifier 'QRegExpValidator'

zdenop commented 6 years ago
  1. First of all this is another report.
  2. Please provide whole log from qmake and compile process
zdenop commented 6 years ago

Is it still issue?

kubaizi commented 6 years ago

i am very sorry i moved to jTessBoxEditor to train my fonts, because it is lighter and more reasonable for windows. so i am closing this, thank you for your time

zdenop commented 6 years ago

Ok. no problem.