moc
Macro expansion in moc
I\'d like to store some class info using Q_CLASSINFO macro. However I would like to wrap it in my own macro, for example:[详细]
2023-01-24 02:33 分类:问答undefined reference linker error with signals and slots
Using Qt Creator, I am creating a class with custom slots in Qt: class CustomEdit : public QTextEdit { Q_OBJECT[详细]
2023-01-02 18:28 分类:问答Use Boost.Signal instead of Qt's signals? Do without moc?
I know they can be used together, but I\'m wondering whether it\'s possible to replace Qt\'s signals and slots mechanism with Boost.Signal in the Qt parts of the program (widgets a开发者_运维知识库nd[详细]
2022-12-17 00:34 分类:问答Help understanding QTest tutorials
In the tutorials for QTestLib, there are references to the files \"testgui.moc\" and \"testqstring.moc\" (one example can be found here: http://www.englishbreakfastnetwork.org/coverage/build/qt-copy/e[详细]
2022-12-14 00:56 分类:问答How to automate Qt moc?
I have to run the following commands from Qt command prompt: qmake -project开发者_高级运维 then make and this gives me the debug folder with the Moc file.[详细]
2022-12-08 22:02 分类:问答moc in QT wont compile my c++ header file. says its too different
ok wtf this is what moc tells me when i try to moc one of my header files. im doing this through Qt 4.5.3 command prompt and it says this:[详细]
2022-12-08 03:11 分类:问答