Hacker News new | past | comments | ask | show | jobs | submit login

Qt is great for cross platform UI, for Mac/Win/Linux at least



Last time I checked QT depended on a signal/slot mechanism that was not C++ compatible. There was a code generator.

Has this changed?


If you use CMake you don't see that generator. It automagically works.


No. But there are alternatives to moc like: https://github.com/woboq/verdigris .


Thank you. Very interesting work.


> Last time I checked QT depended on a signal/slot mechanism that was not C++ compatible.

what do you mean by "not C++ compatible" ? Qt is 100% C++ code. The few macros you see (signals:, slots:, emit) are #defined to nothing or public: / private: in a Qt header




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: