摘要: 1 event事件 用途:用于事件的分发 也可以做拦截操作,不建议 bool event( QEvent * e); 返回值 如果是true 代表用户处理这个事件,不向下分发了 e->type() == 鼠标按下 … myLabel.cpp #include "mylabel.h" #include 阅读全文
posted @ 2021-03-25 22:55 strive-sun 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 1 界面布局 实现登录窗口 利用布局方式,给窗口类化 选取Widget进行布局,水平布局,垂直布局,栅格布局 给用户名、密码、登录、退出按钮进行布局 默认窗口和控件之间有9间隙,可以调整layoutLeftMargin 利用弹簧进行布局 2 控件 按钮组 1) QPushButton 常用按钮 2) 阅读全文
posted @ 2021-03-25 21:48 strive-sun 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 代码开箱即用,唯一需要处理的就是要提供一个进程的pid。 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Runtime; using System. 阅读全文
posted @ 2021-03-25 17:14 strive-sun 阅读(775) 评论(0) 推荐(0) 编辑