- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我试着关注这篇文章:
http://www.ics.com/blog/combining-qt-widgets-and-qml-qwidgetcreatewindowcontainer#.UlVUExCXcnI
如果我尝试重做,我会得到这个错误:
15:13:36: Running steps for project Test_QMLWidgets01... 15:13:36: Configuration unchanged, skipping qmake step. 15:13:36: Starting: "C:\Qt\Qt5\Tools\QtCreator\bin\jom.exe" C:\Qt\Qt5\Tools\QtCreator\bin\jom.exe -f Makefile.Debug cl -c -nologo -Zm200 -Zc:wchar_t -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc -DUNICODE -DWIN32 -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_OPENGL_ES_2 -DQT_OPENGL_ES_2_ANGLE -I"C:\Qt\Qt5\5.1.0\msvc2010\include" -I"C:\Qt\Qt5\5.1.0\msvc2010\include\QtWidgets" -I"C:\Qt\Qt5\5.1.0\msvc2010\include\QtGui" -I"C:\Qt\Qt5\5.1.0\msvc2010\include\QtANGLE" -I"C:\Qt\Qt5\5.1.0\msvc2010\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\Qt5\5.1.0\msvc2010\mkspecs\win32-msvc2010" -Fodebug\ @C:\Users\VANBEB~1\AppData\Local\Temp\mainwindow.obj.3328.0.jom mainwindow.cpp ..\Test_QMLWidgets01\mainwindow.cpp(2) : fatal error C1083: Cannot open include file: 'QQuickView': No such file or directory jom: E:\QtProjects\build-Test_QMLWidgets01-Desktop_Qt_5_1_0_MSVC2010_32bit-Debug\Makefile.Debug [debug\mainwindow.obj] Error 2 jom: E:\QtProjects\build-Test_QMLWidgets01-Desktop_Qt_5_1_0_MSVC2010_32bit-Debug\Makefile [debug] Error 2 15:13:36: The process "C:\Qt\Qt5\Tools\QtCreator\bin\jom.exe" exited with code 2. Error while building/deploying project Test_QMLWidgets01 (kit: Desktop Qt 5.1.0 MSVC2010 32bit) When executing step 'Make' 15:13:36: Elapsed time: 00:00.
所以我将#include 更改为#include 但随后出现链接错误:
15:16:27: Running steps for project Test_QMLWidgets01... 15:16:27: Configuration unchanged, skipping qmake step. 15:16:27: Starting: "C:\Qt\Qt5\Tools\QtCreator\bin\jom.exe" C:\Qt\Qt5\Tools\QtCreator\bin\jom.exe -f Makefile.Debug cl -c -nologo -Zm200 -Zc:wchar_t -Zi -MDd -GR -W3 -w34100 -w34189 -EHsc -DUNICODE -DWIN32 -DQT_QML_DEBUG -DQT_DECLARATIVE_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_OPENGL_ES_2 -DQT_OPENGL_ES_2_ANGLE -I"C:\Qt\Qt5\5.1.0\msvc2010\include" -I"C:\Qt\Qt5\5.1.0\msvc2010\include\QtWidgets" -I"C:\Qt\Qt5\5.1.0\msvc2010\include\QtGui" -I"C:\Qt\Qt5\5.1.0\msvc2010\include\QtANGLE" -I"C:\Qt\Qt5\5.1.0\msvc2010\include\QtCore" -I"debug" -I"." -I"." -I"C:\Qt\Qt5\5.1.0\msvc2010\mkspecs\win32-msvc2010" -Fodebug\ @C:\Users\VANBEB~1\AppData\Local\Temp\mainwindow.obj.4220.15.jom mainwindow.cpp echo 1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID / 24 / RT_MANIFEST */ "debug\Test_QMLWidgets01.exe.embed.manifest">debug\Test_QMLWidgets01.exe_manifest.rc if not exist debug\Test_QMLWidgets01.exe if exist debug\Test_QMLWidgets01.exe.embed.manifest del debug\Test_QMLWidgets01.exe.embed.manifest if exist debug\Test_QMLWidgets01.exe.embed.manifest copy /Y debug\Test_QMLWidgets01.exe.embed.manifest debug\Test_QMLWidgets01.exe_manifest.bak link /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture=''" /MANIFEST /MANIFESTFILE:debug\Test_QMLWidgets01.exe.embed.manifest /OUT:debug\Test_QMLWidgets01.exe @C:\Users\VANBEB~1\AppData\Local\Temp\Test_QMLWidgets01.exe.4220.2886.jom mainwindow.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void _thiscall QQuickView::setSource(class QUrl const &)" (_imp_?setSource@QQuickView@@QAEXABVQUrl@@@Z) referenced in function "public: __thiscall MainWindow::MainWindow(class QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z) mainwindow.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QQuickView::QQuickView(class QWindow *)" (_imp??0QQuickView@@QAE@PAVQWindow@@@Z) referenced in function "public: __thiscall MainWindow::MainWindow(class QWidget *)" (??0MainWindow@@QAE@PAVQWidget@@@Z) mainwindow.obj : error LNK2001: unresolved external symbol "public: virtual struct QMetaObject const * __thiscall QQuickView::metaObject(void)const " (?metaObject@QQuickView@@UBEPBUQMetaObject@@XZ) mainwindow.obj : error LNK2001: unresolved external symbol "public: virtual void * __thiscall QQuickView::qt_metacast(char const *)" (?qt_metacast@QQuickView@@UAEPAXPBD@Z) mainwindow.obj : error LNK2001: unresolved external symbol "public: virtual int __thiscall QQuickView::qt_metacall(enum QMetaObject::Call,int,void * *)" (?qt_metacall@QQuickView@@UAEHW4Call@QMetaObject@@HPAPAX@Z) mainwindow.obj : error LNK2001: unresolved external symbol "protected: virtual bool __thiscall QQuickWindow::event(class QEvent *)" (?event@QQuickWindow@@MAE_NPAVQEvent@@@Z) mainwindow.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QQuickView::timerEvent(class QTimerEvent *)" (?timerEvent@QQuickView@@MAEXPAVQTimerEvent@@@Z) mainwindow.obj : error LNK2001: unresolved external symbol "public: virtual class QAccessibleInterface * __thiscall QQuickWindow::accessibleRoot(void)const " (?accessibleRoot@QQuickWindow@@UBEPAVQAccessibleInterface@@XZ) mainwindow.obj : error LNK2001: unresolved external symbol "public: virtual class QObject * __thiscall QQuickWindow::focusObject(void)const " (?focusObject@QQuickWindow@@UBEPAVQObject@@XZ) mainwindow.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QQuickWindow::exposeEvent(class QExposeEvent *)" (?exposeEvent@QQuickWindow@@MAEXPAVQExposeEvent@@@Z) mainwindow.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QQuickView::resizeEvent(class QResizeEvent *)" (?resizeEvent@QQuickView@@MAEXPAVQResizeEvent@@@Z) mainwindow.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QQuickWindow::focusInEvent(class QFocusEvent *)" (?focusInEvent@QQuickWindow@@MAEXPAVQFocusEvent@@@Z) mainwindow.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QQuickWindow::focusOutEvent(class QFocusEvent *)" (?focusOutEvent@QQuickWindow@@MAEXPAVQFocusEvent@@@Z) mainwindow.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QQuickWindow::showEvent(class QShowEvent *)" (?showEvent@QQuickWindow@@MAEXPAVQShowEvent@@@Z) mainwindow.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QQuickWindow::hideEvent(class QHideEvent *)" (?hideEvent@QQuickWindow@@MAEXPAVQHideEvent@@@Z) mainwindow.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QQuickView::keyPressEvent(class QKeyEvent *)" (?keyPressEvent@QQuickView@@MAEXPAVQKeyEvent@@@Z) mainwindow.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QQuickView::keyReleaseEvent(class QKeyEvent *)" (?keyReleaseEvent@QQuickView@@MAEXPAVQKeyEvent@@@Z) mainwindow.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QQuickView::mousePressEvent(class QMouseEvent *)" (?mousePressEvent@QQuickView@@MAEXPAVQMouseEvent@@@Z) mainwindow.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QQuickView::mouseReleaseEvent(class QMouseEvent *)" (?mouseReleaseEvent@QQuickView@@MAEXPAVQMouseEvent@@@Z) mainwindow.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QQuickWindow::mouseDoubleClickEvent(class QMouseEvent *)" (?mouseDoubleClickEvent@QQuickWindow@@MAEXPAVQMouseEvent@@@Z) mainwindow.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QQuickView::mouseMoveEvent(class QMouseEvent *)" (?mouseMoveEvent@QQuickView@@MAEXPAVQMouseEvent@@@Z) mainwindow.obj : error LNK2001: unresolved external symbol "protected: virtual void __thiscall QQuickWindow::wheelEvent(class QWheelEvent *)" (?wheelEvent@QQuickWindow@@MAEXPAVQWheelEvent@@@Z) mainwindow.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual _thiscall QQuickView::~QQuickView(void)" (_imp_??1QQuickView@@UAE@XZ) referenced in function "public: virtual void * _thiscall QQuickView::
scalar deleting destructor'(unsigned int)" (??_GQQuickView@@UAEPAXI@Z)
dynamic initializer for 'qmlEnableDebuggingHelper''(void)" (??_EqmlEnableDebuggingHelper@@YAXXZ) debug\Test_QMLWidgets01.exe : fatal error LNK1120: 24 unresolved externals jom: E:\QtProjects\build-Test_QMLWidgets01-Desktop_Qt_5_1_0_MSVC2010_32bit-Debug\Makefile.Debug [debug\Test_QMLWidgets01.exe] Error 1120 jom: E:\QtProjects\build-Test_QMLWidgets01-Desktop_Qt_5_1_0_MSVC2010_32bit-Debug\Makefile [debug] Error 2 15:16:30: The process "C:\Qt\Qt5\Tools\QtCreator\bin\jom.exe" exited with code 2. Error while building/deploying project Test_QMLWidgets01 (kit: Desktop Qt 5.1.0 MSVC2010 32bit) When executing step 'Make' 15:16:30: Elapsed time: 00:04.
mainwindow.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QQmlDebuggingEnabler::QQmlDebuggingEnabler(bool)" (__imp_??0QQmlDebuggingEnabler@@QAE@_N@Z) referenced in function "void __cdecl
我做错了什么?
最佳答案
我认为您需要添加到您的 .pro
文件中:QT += 核心 gui 小部件快速
关于qt - 结合 Qt Widgets 和 QML 与 QWidget::createWindowContainer(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19273186/
我有一个关于 c++ 中的 qt 的问题 头文件: #ifndef TIMER_H #define TIMER_H #include #include #include #include cl
我有以下代码: import os from functools import partial import numpy as np from PyQt5 import QtCore, QtWidge
我有一个 QWidget B,它包含在 QWidget A 中。QWidget A 有一个 QLabel。我在 QWidget B 中有一些数据,我想将其设置为 QLabel 的值。这种事情怎么办?
为了解释这种情况,我有一个 QMainWindow,里面有很多东西。我的目标是制作某种通知,显示在该窗口的右下角。 通知小部件必须位于所有其他小部件之上。 到目前为止,我已经创建了从 QWidget
这个问题对我来说可能是缺乏对 C++ 的理解,因为我为我的问题考虑过的所有可能性似乎都无法说明为什么会发生这种情况。感谢反馈。 我正在使用表单设计器创建一个包含表格的表单类。我正在尝试用辅助类中生成的
我选择使用 Qt 来管理我正在处理的项目的 GUI。 在找到如何在我的 QWidget 底部应用图片后,我注意到它对添加到其中的所有组件都有影响。 无论通过 setStyleSheet 方法或什至使用
我有一个带有两个小部件的主窗口,buttonsWidget 和 infoWidget。我试图在单击 buttonsWidget 中的按钮后隐藏 infoWidget(并最终显示不同的小部件)。 我试过
虽然 Qt's docs表明这两个功能是不同的(第一个不包括框架)无论我选择什么小部件 - 包括我的应用程序的主窗口 - someWidget->frameGeometry().height()始终返
这是包含一系列小部件的 QFormLayout 的屏幕截图。请注意,顶部和底部输入小部件未与中间两行水平对齐。另请注意,左侧的标签未与中间两行垂直对齐。 不同之处在于顶部和底部小部件是普通的 QLin
我有几个小部件,比如 QLineEdit m_namePoiFilter; QLineEdit m_ID_MSSIPoiFilter; 我想将它们添加到 qwi
我创建了一个非常简单的 QWidget 子类,如下所示: class WorldView : public QWidget { Q_OBJECT public: explicit Wo
我在屏幕上有很多固定的 qwidgets,还有很多其他的 widgets 我可以在屏幕上拖动。当一个小部件被拖动到固定小部件之上时,固定小部件需要执行一些代码。我无法弄清楚静止对象如何知道它上面有一个
我正在使用 Qt 设计器 4.8.7,从它开始。我创建了一个 MainWindow ,我想在其中加载布局。 我有一个小部件,由 Qt 设计器使用 pyuic4 生成。 我加载我的小部件正在做 self
我正在尝试使 QWidget 粘在屏幕右边框上,并在左侧显示/隐藏另一个 QWidget。我们的目标是在决赛中实现类似的目标: ---------------------------------- |
完全使用 QT Designer。我创建了一个 QWidget 来封装一组控件。我现在想在 QMainWindow 表单中多次使用此 QWidget。 如何仅使用 QT Designer 将我的 QW
我有一组出现在不同地方的小弹出窗口小部件,但每次只出现一个。对于简单的功能,new-to-show 和 delete-to-hide 没问题,并且按预期工作,但当它们开始处理自己的数据时,我可以看到内
我有一些 QWidget 类,它的 ui 文件与 QMainWindow ui 文件是分开的。 如何将粘附到 QMainWindow 的当前 QWidet 添加或替换为来自同一 QMainWindow
我正在使用基于 QWidget 的 PyQt 开发应用程序。我将整个应用程序放在一个类中(名为“示例”)。在这个应用程序中,我有一个按钮可以调用我在 QtDesigner 上设计的另一个 QWidge
在运行时尝试向 QWidget 添加按钮时,我遇到了一个奇怪的问题。我有一个带有 QTabWidget 的窗口,它有 2 个选项卡。当我按下窗口上的按钮时,它会在第一个选项卡上生成一组复选框。 问题是
我正在尝试运行一个简单的 Qt 程序,这样做时,我得到一个控制台窗口,提示:QWidget: Cannot create a QWidget when no GUI is being used,第二行
我是一名优秀的程序员,十分优秀!