【求助】QT5.8 添加QTextEdit控件编译错误错误

louislrt 2017-11-09 02:22:19
通过工具栏拖拽添加,但是编辑不通过,每次都提示如图1所示

图一
D:\QTworkspace\InputWidget\build-InputWidget-Desktop_Qt_5_8_0_MSVC2015_32bit-Debug\ui_inputwidget.h:60: error: C2327: “Ui_InputWidget::QTextEdit”: 不是类型名称、静态或枚举数

D:\QTworkspace\InputWidget\build-InputWidget-Desktop_Qt_5_8_0_MSVC2015_32bit-Debug\ui_inputwidget.h:154: error: C2061: 语法错误: 标识符“QTextEdit”
.pro文件如下
#-------------------------------------------------
#
# Project created by QtCreator 2017-11-08T10:54:55
#
#-------------------------------------------------

QT += core gui
QT += widgets

TARGET = InputWidget
TEMPLATE = app

# The following define makes your compiler emit warnings if you use
# any feature of Qt which as been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS

# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0


SOURCES += main.cpp\
inputwidget.cpp

HEADERS += inputwidget.h

FORMS += inputwidget.ui
###################################################
...全文
226 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
louislrt 2017-11-09
  • 打赏
  • 举报
回复
引用 1 楼 gucunlin 的回复:
自带控件不会出问题的,你的UI_****这些文件是不是在源代码目录下面也有,清除代码下的编译文件,只留代码重新编译

这个ui_inputwidget.h是编译自动生成的。我也清除代码下的编译文件,重新编译过但是还是会提示
gucunlin 2017-11-09
  • 打赏
  • 举报
回复
自带控件不会出问题的,你的UI_****这些文件是不是在源代码目录下面也有,清除代码下的编译文件,只留代码重新编译

16,202

社区成员

发帖
与我相关
我的任务
社区描述
Qt 是一个跨平台应用程序框架。通过使用 Qt,您可以一次性开发应用程序和用户界面,然后将其部署到多个桌面和嵌入式操作系统,而无需重复编写源代码。
社区管理员
  • Qt
  • 亭台六七座
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧