摘要: 解决方案: 重写 函数即可 void MainWindow::contextMenuEvent(QContextMenuEvent event){ QMenu menu = new QMenu(this); menu addAction(new QAction("新建",this)); menu a 阅读全文
posted @ 2019-05-16 22:08 HDU李少帅 阅读(244) 评论(0) 推荐(0) 编辑
摘要: vs 生成库 问题: error: The C++ Standard Library forbids macroizing 解决方案 "大牛博客" 是否忘记了向源中添加“ include "stdafx.h"”?解决方案 "百度知道" 阅读全文
posted @ 2019-05-16 20:46 HDU李少帅 阅读(81) 评论(0) 推荐(0) 编辑