gpt4 book ai didi

Qt无法加载临时状态消息

转载 作者:行者123 更新时间:2023-12-04 05:54:30 25 4
gpt4 key购买 nike

我有一个类

class Window: public QMainWindow {
// ...

private:
Ui::MainWindow ui;
}

其中 Ui::MainWindow 是自动生成的 ui_mainwindow.h mainwindow.ui 形式。
在我的构造函数中
Window::Window(QWidget *parent):
QMainWindow(parent)
{
ui.setupUi(this);
ui.retranslateUi(this);
ui.statusbar->message(tr("Hello"), 3000); // here is the error
}

它说 消息无法解决。 .那么如何在这里设置临时状态呢?

最佳答案

ui.statusbar-> showMessage (tr("Hello"), 3000); // here is the error

关于Qt无法加载临时状态消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9686927/

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