gpt4 book ai didi

c++ - Qt 按钮问题,我在 UI 中找不到它

转载 作者:行者123 更新时间:2023-11-30 03:28:37 24 4
gpt4 key购买 nike

#include "DatacommAss1.h"

DatacommAss1::DatacommAss1(QWidget *parent)
: QMainWindow(parent)
{
ui.setupUi(this);
connect(ui->pushButton, SIGNAL(released()), this, SLOT(handleButton()));
}

void DatacommAss1::handleButton()
{
// change the text
ui->pushButton->setText("Ding Dong");
}

查看我上面的代码,我的 ui 文件中有一个名为 pushButton 的按钮,但我无法访问它。

我在“ui”上收到错误提示“表达式必须具有指针类型”。

我是 Qt 的新手,不知道如何解决这个问题,感谢任何帮助。

最佳答案

尝试重新构建您的解决方案,应该可以。

关于c++ - Qt 按钮问题,我在 UI 中找不到它,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46456540/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com