摘要: mainwindow.h mainwindow.cpp main.cpp 运行效果 鼠标移动时,显示鼠标的坐标 当鼠标左键按下时,显示左键按下 参考资料 《Qt5开发及实例》 阅读全文
posted @ 2018-08-31 18:50 尚修能的技术博客 阅读(4243) 评论(0) 推荐(0)
摘要: ``` // CH1608.cpp : 定义控制台应用程序的入口点。 // include "stdafx.h" include include include using namespace std; struct Review{ std::string title; int rating; }; 阅读全文
posted @ 2018-08-31 18:28 尚修能的技术博客 阅读(380) 评论(0) 推荐(0)