会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
流水灯
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
67
68
69
70
71
72
73
74
75
···
107
下一页
2018年1月25日
Qt ------ QWidget 自定义子类使用信号与槽(Q_OBJECT)后 stylesheet 失效
摘要: 这个应该属于 Qt 的一个bug,Qt assistant 给出相应的解决办法:重写函数“void paintEvent(QPaintEvent *event);”,添加下面截图中的一段代码
阅读全文
posted @ 2018-01-25 16:58 流水灯
阅读(469)
评论(0)
推荐(0)
2018年1月24日
Qt error ------ incomplete type 'QApplication' used in nested name specifier
摘要: 没有包含 ‘QApplication’ 头文件
阅读全文
posted @ 2018-01-24 16:08 流水灯
阅读(3287)
评论(0)
推荐(0)
2018年1月23日
Qt ------ Q_UNUSED
摘要: Q_UNUSED(name) Indicates to the compiler that the parameter with the specified name is not used in the body of a function. This can be used to suppres
阅读全文
posted @ 2018-01-23 09:43 流水灯
阅读(543)
评论(0)
推荐(0)
2018年1月22日
Qt ------ QPainter 和控件组件的重绘
摘要: 使用 QPainter 修改 QPaintDevice 的子类,如果 QPaintDevice 的子类也是 QWidget 的子类,比如自定义QWidget子类、QLabel等,需要把 QPainter 相关语句放入QWidget 子类的 void paintEvent(QPaintEvent *e
阅读全文
posted @ 2018-01-22 17:41 流水灯
阅读(3896)
评论(3)
推荐(0)
Qt error ------ no matching function for call to QObject::connect(QSpinBox*&, <unresolved overloaded function type>, QSlider*&, void (QAbstractSlider::*)(int))
摘要: 执行上面语句,提示如下错误。connect 采用的是 Qt 5 的语法,问题原因是函数 valueChanged 有两个形态:QSpinBox::valueChanged(int) 和 QSpinBox::valueChanged(QString),编译器不知道要使用哪个函数 no matching
阅读全文
posted @ 2018-01-22 12:07 流水灯
阅读(3710)
评论(0)
推荐(1)
2018年1月21日
DHCP 服务器功能
摘要: DHCP服务器不仅可以分配IP地址,同时也可以分配网关和DNS服务器地址
阅读全文
posted @ 2018-01-21 16:08 流水灯
阅读(607)
评论(0)
推荐(0)
2018年1月17日
LWIP ------ 域名解析
该文被密码保护。
阅读全文
posted @ 2018-01-17 19:55 流水灯
阅读(7)
评论(0)
推荐(0)
2018年1月12日
服务提供流程
该文被密码保护。
阅读全文
posted @ 2018-01-12 09:54 流水灯
阅读(4)
评论(0)
推荐(0)
2018年1月8日
色温
该文被密码保护。
阅读全文
posted @ 2018-01-08 16:53 流水灯
阅读(8)
评论(0)
推荐(0)
光通量、光源光谱辐射功率分布、光源相对光谱辐射功率分布
该文被密码保护。
阅读全文
posted @ 2018-01-08 16:38 流水灯
阅读(8)
评论(0)
推荐(0)
上一页
1
···
67
68
69
70
71
72
73
74
75
···
107
下一页
公告