Hacker News new | ask | show | jobs
by mike_ivanov 3365 days ago
Is the wrapper C++ code generated or hand-written?
1 comments

it's automatically generated against the Qt version you use when you run the setup. the generator is also used to power qtmoc and qtminimal.
To clarify myself, I wondered if the wrapper code is generated (like here https://github.com/therecipe/qt/blob/master/websockets/webso...), not the moc-generated code.
yes, the .cpp .h and *.go files are all generated
I couldn't find the source code of that generator. It is not here, right? -> https://github.com/therecipe/qt/
It looks impressive. Thanks.