摘要: 第1/2步:重写eventFilter。 LoginWindow.h: // LoginWindow is where you placed your QPushButton //(= most probably your application windows) class LoginWindow 阅读全文
posted @ 2020-11-17 14:52 雨果然在下 阅读(365) 评论(0) 推荐(0)
摘要: QT、VS常见bug及解决办法(四)——错误 1 error LNK2019: 无法解析的外部符号 问题1:无法解析的外部符号 "void __cdecl cv::fastFree(void *)" 错误 1 error LNK2019: 无法解析的外部符号 "void __cdecl cv::fa 阅读全文
posted @ 2020-11-07 15:23 雨果然在下 阅读(2686) 评论(0) 推荐(0)
摘要: filebuf* pbuf; long PEsize; char* PEBuffer; ifstream FileStream; FileStream.open(d_path, ios::binary); if (!FileStream.is_open()) { return -1; } pbuf 阅读全文
posted @ 2020-10-14 19:28 雨果然在下 阅读(264) 评论(0) 推荐(0)