摘要:
QT在linux下编译出现Unable to create a debugging engine的错误后,我在Tools->options下的Build&Run中的Debuggers里看到我的Debuggers都为空,这样操作后,Unable to create a debugging engine问题就此解决! 阅读全文
摘要:
列表查找 struct先重载==号 struct Department { int Id; QString Name; QString Telephone; QString Contacts; bool Department::operator==(const Department &rhs) co 阅读全文