02 2023 档案

摘要:Button 阅读全文
posted @ 2023-02-28 10:24 share0956 阅读(31) 评论(0) 推荐(0) 编辑
摘要:QML 界面切换的几种方法(带示例代码) 阅读全文
posted @ 2023-02-28 09:47 share0956 阅读(468) 评论(1) 推荐(0) 编辑
摘要:Rectangle 1、鼠标与键盘事件: 鼠标事件:MouseArea 键盘事件:keys.onReturnPressed 阅读全文
posted @ 2023-02-25 17:05 share0956 阅读(141) 评论(0) 推荐(0) 编辑
摘要:1、border 定义 border代表边框,可以设置border的宽度和颜色等属性 实现image 实现code Rectangle { width: 200 height: 160 anchors.centerIn: parent color: "red" border.width: 10 bo 阅读全文
posted @ 2023-02-25 15:27 share0956 阅读(1411) 评论(0) 推荐(0) 编辑
摘要:说明 Linux mkdir(英文全拼:make directory)命令用于创建目录。 举例 在工作目录下,建立一个名为 runoob 的子目录 : mkdir windows200 阅读全文
posted @ 2023-02-23 18:17 share0956 阅读(73) 评论(0) 推荐(0) 编辑
摘要:类和对象-对象特性-初始化列表 class Person { public: Person(int a, int b ,int c) :m_A(a), m_B(b),m_C(c) { } void PrintPerson() { cout << "mA:" << m_A << endl; cout 阅读全文
posted @ 2023-02-23 10:57 share0956 阅读(17) 评论(0) 推荐(0) 编辑
摘要:封装 继承 多态 阅读全文
posted @ 2023-02-13 12:46 share0956 阅读(25) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示