关于 error: comparison between ... 'QPushButton*' and 'QAbstractButton*' lacks... 的解决方法

简介: 关于 error: comparison between ... 'QPushButton*' and 'QAbstractButton*' lacks... 的解决方法

需求

       修改他人代码出现报错如下:

图片.png

error: comparison between distinct pointer types 'QPushButton*' and 'QAbstractButton*' lacks a cast


解决方法

      加入#include<QPushButton>

图片.png

error: comparison between distinct pointer types 'QPushButton*' and 'QAbstractButton*' lacks a cast



相关文章
|
3月前
|
Windows
qt Error 20报错
这篇文章讨论了Qt开发中遇到的Error 20报错问题,并提供了将Windows服务中的NahimicService设置为手动运行或关闭的解决方案。
145 0
qt Error 20报错
|
5月前
解决QT中报错xxx.h:4:10: ‘QMainWindow‘ file not found
解决QT中报错xxx.h:4:10: ‘QMainWindow‘ file not found
226 0
|
7月前
|
数据安全/隐私保护 Docker 容器
error: Could not get shadow information for NOUSER 问题如何处理
【6月更文挑战第15天】error: Could not get shadow information for NOUSER 问题如何处理
895 3
Parsing error: duplicate-attribute.eslintvue/no-parsing-error,Eslint如何添加两个@Click事件
Parsing error: duplicate-attribute.eslintvue/no-parsing-error,Eslint如何添加两个@Click事件
|
8月前
|
数据安全/隐私保护
error: Could not get shadow information for NOUSER问题如何处理
【5月更文挑战第15天】error: Could not get shadow information for NOUSER问题如何处理
198 3
|
8月前
|
Python
Pygame AttributeError no attribute ‘display‘问题及其解决方法
Pygame AttributeError no attribute ‘display‘问题及其解决方法
176 4
|
计算机视觉
cv2.error: OpenCV(4.5.2) : -1 : error: (-5:Bad argument) in function ‘rectangle‘
cv2.error: OpenCV(4.5.2) : -1 : error: (-5:Bad argument) in function ‘rectangle‘
474 0
解决办法: error: passing ‘const VideoFrame’ as ‘this’ argument discards qualifiers [-fpermissive]
解决办法: error: passing ‘const VideoFrame’ as ‘this’ argument discards qualifiers [-fpermissive]
242 0
Vue3如何关闭eslint:error Expected indentation of 0 spaces but found 4 indent
Vue3如何关闭eslint:error Expected indentation of 0 spaces but found 4 indent
519 0
Vue3如何关闭eslint:error Expected indentation of 0 spaces but found 4 indent

热门文章

最新文章