Qt 和 wwWidgets - QwwButtonLineEdit

发布于 2024-11-25 03:05:06 字数 553 浏览 0 评论 0原文

我正在使用 Qt 4.7 和 wwWidgets 1.0(一组 Qt 小部件),并且我正在尝试使用 QwwButtonLineEdit。我只是将小部件放在窗口上并运行应用程序。但出了一些(非常)错误。出现了一个不起眼的错误:

./debug\ViewCadastrarEstagiario.o:ViewCadastrarEstagiario.cpp:(.text$_ZN26Ui_ViewCadastrarEstagiario7setupUiEP7QWidget[Ui_ViewCadastrarEstagiario::setupUi(QWidget*)]+0x141c):未定义引用`imp__ZN17QwwButtonLineEditC1EP7QWidget' collect2:ld返回1退出状态

其中 ViewCadastrarEstagiario 是我的窗口。

我没有改变名字,也没有改变任何其他财产。我刚刚放置了小部件并运行了应用程序,这个奇怪的错误就跳到了我的面前。

你能帮助我吗?

I'm working with Qt 4.7 and wwWidgets 1.0 (a set of widgets for Qt), and I'm trying to use QwwButtonLineEdit. I just placed the widget on the window and ran the app. But something went (very) wrong. An obscure error appeared:

./debug\ViewCadastrarEstagiario.o:ViewCadastrarEstagiario.cpp:(.text$_ZN26Ui_ViewCadastrarEstagiario7setupUiEP7QWidget[Ui_ViewCadastrarEstagiario::setupUi(QWidget*)]+0x141c): undefined reference to `imp__ZN17QwwButtonLineEditC1EP7QWidget'
collect2: ld returned 1 exit status

Where ViewCadastrarEstagiario is my window.

I didn't change the name, nor any other property. I just placed the widget and ran the application, and this weird error jumped in my face.

Can you help me?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

奢欲 2024-12-02 03:05:06

我只是忘记将库添加到项目文件夹中。我的坏!

I just forgot to add the library to project folder. My bad!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文