摘要:
Q_FOREVER { qDebug() << "..."; } 阅读全文
posted @ 2020-09-05 00:35
朱小勇
阅读(543)
评论(0)
推荐(0)
摘要:
在.pro里: build_type = CONFIG(debug, debug|release) { build_type = debug } else { build_type = release } DESTDIR = $$build_type/out OBJECTS_DIR = $$buil 阅读全文
posted @ 2020-09-05 00:31
朱小勇
阅读(242)
评论(0)
推荐(0)
摘要:
QtObject { Component.onCompleted: console.log("Completed")//构造函数 Component.onDestruction: console.log("Destruction")//析构函数 } 阅读全文
posted @ 2020-09-05 00:00
朱小勇
阅读(1203)
评论(0)
推荐(0)