摘要: FramelessWindowHint: 生成无边界窗口。用户不能通过窗口系统移动或调整无边界窗口的大小。 WindowStaysOnTopHint:通知窗口系统该窗口应位于所有其他窗口的顶部 阅读全文
posted @ 2021-03-17 20:43 countryboy666 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 需要注意的是:mutable不能修饰const 和 static 类型的变量。 #include <iostream> using namespace std; class Person{ public: Person(); ~Person(); int getAge() const; int ge 阅读全文
posted @ 2021-03-17 13:15 countryboy666 阅读(106) 评论(0) 推荐(0) 编辑