<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">My 2 cents: I might not a good idea to name the document “MenuBar.qml" and use a “MenuBar" component inside. Not sure but could give naming conflicts, if the MenuBar component is resolved to the local “MenuBar.qml" document.</div><div class=""><br class=""></div><div class="">So rename your MenuBar.qml to Main.qml, update the code and try again.</div><div class=""><br class=""></div><div class="">Why not in python? I expect the local file url changes the lookup behaviour.</div><div class=""><br class=""></div><div class="">/ jryannel</div><div class=""><br class=""></div><div class=""><a href="https://apigear.io" class="">https://apigear.io</a></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 4. Jun 2021, at 16:59, Jérôme Godbout <<a href="mailto:godboutj@amotus.ca" class="">godboutj@amotus.ca</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta charset="UTF-8" class=""><div class="WordSection1" style="page: WordSection1; caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">The resources usage seem to be right (added to .pro properly and the name and path seem to match) and the case are correct (assuming the actual file has the same cases). The Qml module must be added like stated below but you might want to also add core and quick control2:<span class="Apple-converted-space"> </span><o:p class=""></o:p></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">QT += core qml quick quickcontrols2<o:p class=""></o:p></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">You might want to add a trace before exiting -1 into your main.cpp:<o:p class=""></o:p></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">QDebug() << “Failed to load the main qml script”;<o:p class=""></o:p></span></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">QCoreApplication::exit(-1);<o:p class=""></o:p></span></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""><o:p class=""> </o:p></span></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">Also check the application output for any error or the Qml output into Qt creator (if you use it) it might tell you it miss some plugins or cannot find something. Maybe you Qml as an error or cannot find a component, it will simply not load making the application return -1 above.<br class=""><br class=""></span><o:p class=""></o:p></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="border-style: solid none none; border-top-width: 1pt; border-top-color: rgb(181, 196, 223); padding: 3pt 0cm 0cm;" class=""><p class="MsoNormal" style="margin: 0cm 0cm 12pt; font-size: 11pt; font-family: Calibri, sans-serif;"><b class=""><span style="font-size: 12pt;" class="">From:<span class="Apple-converted-space"> </span></span></b><span style="font-size: 12pt;" class="">Interest <<a href="mailto:interest-bounces@qt-project.org" class="">interest-bounces@qt-project.org</a>> on behalf of Frank Mertens <<a href="mailto:frank@cyblogic.de" class="">frank@cyblogic.de</a>><br class=""><b class="">Date:<span class="Apple-converted-space"> </span></b>Friday, June 4, 2021 at 6:02 AM<br class=""><b class="">To:<span class="Apple-converted-space"> </span></b><a href="mailto:interest@qt-project.org" class="">interest@qt-project.org</a> <<a href="mailto:interest@qt-project.org" class="">interest@qt-project.org</a>><br class=""><b class="">Subject:<span class="Apple-converted-space"> </span></b>Re: [Interest] QML MenuBar : works with PySide2 but not c++ ?<o:p class=""></o:p></span></p></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">No, only QML components need to be uppercase. The C++ and Python code looks 100% the same. The only difference is that the C++ code uses qrc. Must be a bug!-) This is Qt 5.15.<br class=""><br class=""><o:p class=""></o:p></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class="">On 03.06.21 15:19, Jason H wrote:<o:p class=""></o:p></div></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div class=""><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">Why? QML elements are capitalized. They must be. <o:p class=""></o:p></span></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">the only exception is js imports: import "app.js" as App<o:p class=""></o:p></span></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""> <o:p class=""></o:p></span></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""> <o:p class=""></o:p></span></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""> <o:p class=""></o:p></span></div><div name="quote" style="border-style: none none none solid; border-left-width: 1.5pt; border-left-color: rgb(195, 217, 229); padding: 0cm 0cm 0cm 8pt; margin: 7.5pt 3.75pt 3.75pt 7.5pt; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="margin-bottom: 7.5pt;" class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">Sent:</span></b><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""> Thursday, June 03, 2021 at 4:10 AM<br class=""><b class="">From:</b> "Frank Mertens"<span class="Apple-converted-space"> </span></span><a href="mailto:frank@cyblogic.de" style="color: blue; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""><frank@cyblogic.de></span></a><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""><br class=""><b class="">To:</b> </span><a href="mailto:interest@qt-project.org" style="color: blue; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">interest@qt-project.org</span></a><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""><br class=""><b class="">Subject:</b> Re: [Interest] QML MenuBar : works with PySide2 but not c++ ?<o:p class=""></o:p></span></div></div><div name="quoted-content" class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">Try a lowercase file name, e.g.: "qrc:/menuBar.qml".<br class=""><br class="">;)<span class="Apple-converted-space"> </span><o:p class=""></o:p></span></div><pre style="margin: 0cm; font-size: 10pt; font-family: "Courier New";" class=""> </pre><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">On 03.06.21 06:08, Nicholas Yue wrote:<o:p class=""></o:p></span></div></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div class=""><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">I copied the qml loading code from another working example, I was just testing a change in the QML content.<o:p class=""></o:p></span></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""> <o:p class=""></o:p></span></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">I'd have to dig further about the lambda<o:p class=""></o:p></span></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""> <o:p class=""></o:p></span></div></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">MenuBar.pro<o:p class=""></o:p></span></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">===========<br class="">QT += quick<br class=""><br class="">CONFIG += c++11<br class=""><br class=""># The following define makes your compiler emit warnings if you use<br class=""># any Qt feature that has been marked deprecated (the exact warnings<br class=""># depend on your compiler). Refer to the documentation for the<br class=""># deprecated API to know how to port your code away from it.<br class="">DEFINES += QT_DEPRECATED_WARNINGS<br class=""><br class=""># You can also make your code fail to compile if it uses deprecated APIs.<br class=""># In order to do so, uncomment the following line.<br class=""># You can also select to disable deprecated APIs only up to a certain version of Qt.<br class="">#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000    # disables all the APIs deprecated before Qt 6.0.0<br class=""><br class="">SOURCES += \<br class="">        main.cpp<br class=""><br class="">RESOURCES += main.qrc<br class=""><br class=""># Additional import path used to resolve QML modules in Qt Creator's code model<br class="">QML_IMPORT_PATH =<br class=""><br class=""># Additional import path used to resolve QML modules just for Qt Quick Designer<br class="">QML_DESIGNER_IMPORT_PATH =<br class=""><br class=""># Default rules for deployment.<br class="">qnx: target.path = /tmp/$${TARGET}/bin<br class="">else: unix:!android: target.path = /opt/$${TARGET}/bin<br class="">!isEmpty(target.path): INSTALLS += target<br class=""><br class="">main.qrc<o:p class=""></o:p></span></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">=======  <br class=""><RCC><br class="">    <qresource prefix="/"><br class="">        <file>MenuBar.qml</file><br class="">    </qresource><br class=""></RCC><br class=""> <o:p class=""></o:p></span></div></div></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""> <o:p class=""></o:p></span></div><div class=""><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">On Wed, 2 Jun 2021 at 20:36, Tony Rietwyk <</span><a href="mailto:tony@rightsoft.com.au" target="_blank" style="color: blue; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">tony@rightsoft.com.au</span></a><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">> wrote:<o:p class=""></o:p></span></div></div><blockquote style="border-style: none none none solid; border-left-width: 1pt; border-left-color: rgb(204, 204, 204); padding: 0cm 0cm 0cm 6pt; margin: 5pt 0cm 5pt 4.8pt;" class=""><div class=""><p class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">Hi Nicholas,<o:p class=""></o:p></span></p><p class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">The short answer is because your C++ is doing completely different things to the python code.  :O)<o:p class=""></o:p></span></p><p class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">I'm not sure about using QML.  Have you included the qml file as a resource correctly to access via qrc:?  You aren't checking the result of the engine.load.  Also, why is the lambda exiting the application when the objectCreated matches the url?<o:p class=""></o:p></span></p><p class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">Have run the Qt QML examples?  How is your C++ code different to those?<o:p class=""></o:p></span></p><p class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">Hope that helps, Tony<o:p class=""></o:p></span></p><p class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""> <o:p class=""></o:p></span></p><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">On 3/06/2021 11:33 am, Nicholas Yue wrote:<o:p class=""></o:p></span></div></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">Hi,<o:p class=""></o:p></span></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""> <o:p class=""></o:p></span></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">  I am learning about QML.<o:p class=""></o:p></span></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""> <o:p class=""></o:p></span></div></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">  I would like to find out why the PySide2 loading of the QML file results in a visible window but the C++ one does not. The compiled application runs but no window is displayed.<br class=""><br class="">MenuBar.qml<br class="">===========<br class="">import QtQuick 2.4<br class="">import QtQuick.Controls 2.13<br class=""><br class="">ApplicationWindow {<br class="">    visible: true<br class="">    width: 720<br class="">    height: 480<br class="">    title: "simple window"<br class=""><br class="">    menuBar: MenuBar{<br class="">        Menu{<br class="">            title: "Menu1"<br class="">        }<br class=""><br class="">        Menu{<br class="">            title: "Menu2"<br class="">        }<br class=""><br class="">        Menu{<br class="">            title: "&Menu3"<br class="">        }<br class="">    }<br class="">}<br class=""><br class="">main.cpp<br class="">========<br class="">#include <QGuiApplication><br class="">#include <QQmlApplicationEngine><br class=""><br class="">int main(int argc, char *argv[])<br class="">{<br class="">    QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);<br class=""><br class="">    QGuiApplication app(argc, argv);<br class=""><br class="">    QQmlApplicationEngine engine;<br class="">    const QUrl url(QStringLiteral("qrc:/MenuBar.qml"));<br class="">    QObject::connect(&engine, &QQmlApplicationEngine::objectCreated,<br class="">                     &app, [url](QObject *obj, const QUrl &objUrl) {<br class="">        if (!obj && url == objUrl)<br class="">            QCoreApplication::exit(-1);<br class="">    }, Qt::QueuedConnection);<br class="">    engine.load(url);<br class=""><br class="">    return app.exec();<br class="">}<br class=""><br class="">main.py<br class="">=======<br class="">import sys<br class="">from PySide2 import QtCore, QtGui, QtQml<br class=""><br class="">if __name__ == '__main__':<br class=""><br class="">    QtCore.QCoreApplication.setAttribute(QtCore.Qt.AA_EnableHighDpiScaling)<br class="">    app = QtGui.QGuiApplication(sys.argv)<br class=""><br class="">    engine = QtQml.QQmlApplicationEngine()<br class=""><br class="">    url = QtCore.QUrl.fromLocalFile('MenuBar.qml')<br class="">    engine.load(url)<br class="">    if not engine.rootObjects():<br class="">        sys.exit(-1)<br class=""><br class="">    sys.exit(app.exec_())<span class="Apple-converted-space"> </span><o:p class=""></o:p></span></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""> <o:p class=""></o:p></span></div></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">--<o:p class=""></o:p></span></div><div class=""><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">Nicholas Yue<br class="">Graphics - Arnold, Alembic, RenderMan, OpenGL, HDF5<br class="">Custom Dev - C++ porting, OSX, Linux, Windows<br class=""></span><a href="http://au.linkedin.com/in/nicholasyue" target="_blank" style="color: blue; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">http://au.linkedin.com/in/nicholasyue</span></a><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""><br class=""></span><a href="https://vimeo.com/channels/naiadtools" target="_blank" style="color: blue; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">https://vimeo.com/channels/naiadtools</span></a><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""><o:p class=""></o:p></span></div></div></div></div></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">   <o:p class=""></o:p></span></div><pre style="margin: 0cm; font-size: 10pt; font-family: "Courier New";" class="">_______________________________________________</pre><pre style="margin: 0cm; font-size: 10pt; font-family: "Courier New";" class="">Interest mailing list</pre><pre style="margin: 0cm; font-size: 10pt; font-family: "Courier New";" class=""><a href="mailto:Interest@qt-project.org" target="_blank" style="color: blue; text-decoration: underline;" class="">Interest@qt-project.org</a></pre><pre style="margin: 0cm; font-size: 10pt; font-family: "Courier New";" class=""><a href="https://lists.qt-project.org/listinfo/interest" target="_blank" style="color: blue; text-decoration: underline;" class="">https://lists.qt-project.org/listinfo/interest</a></pre></blockquote></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">_______________________________________________<br class="">Interest mailing list<br class=""></span><a href="mailto:Interest@qt-project.org" target="_blank" style="color: blue; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">Interest@qt-project.org</span></a><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""><br class=""></span><a href="https://lists.qt-project.org/listinfo/interest" target="_blank" style="color: blue; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">https://lists.qt-project.org/listinfo/interest</span></a><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""><o:p class=""></o:p></span></div></blockquote></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""> <o:p class=""></o:p></span></div><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""> <o:p class=""></o:p></span></div></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">--<o:p class=""></o:p></span></div><div class=""><div class=""><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">Nicholas Yue<br class="">Graphics - Arnold, Alembic, RenderMan, OpenGL, HDF5<br class="">Custom Dev - C++ porting, OSX, Linux, Windows<br class=""></span><a href="http://au.linkedin.com/in/nicholasyue" target="_blank" style="color: blue; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">http://au.linkedin.com/in/nicholasyue</span></a><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""><br class=""></span><a href="https://vimeo.com/channels/naiadtools" target="_blank" style="color: blue; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">https://vimeo.com/channels/naiadtools</span></a><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""><o:p class=""></o:p></span></div></div></div><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">   <o:p class=""></o:p></span></div><pre style="margin: 0cm; font-size: 10pt; font-family: "Courier New";" class="">_______________________________________________</pre><pre style="margin: 0cm; font-size: 10pt; font-family: "Courier New";" class="">Interest mailing list</pre><pre style="margin: 0cm; font-size: 10pt; font-family: "Courier New";" class=""><a href="mailto:Interest@qt-project.org" target="_blank" style="color: blue; text-decoration: underline;" class="">Interest@qt-project.org</a></pre><pre style="margin: 0cm; font-size: 10pt; font-family: "Courier New";" class=""><a href="https://lists.qt-project.org/listinfo/interest" target="_blank" style="color: blue; text-decoration: underline;" class="">https://lists.qt-project.org/listinfo/interest</a></pre></blockquote><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""><br class="">_______________________________________________ Interest mailing list<span class="Apple-converted-space"> </span></span><a href="mailto:Interest@qt-project.org" style="color: blue; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">Interest@qt-project.org</span></a><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""><span class="Apple-converted-space"> </span></span><a href="https://lists.qt-project.org/listinfo/interest" target="_blank" style="color: blue; text-decoration: underline;" class=""><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class="">https://lists.qt-project.org/listinfo/interest</span></a><span style="font-size: 9pt; font-family: Verdana, sans-serif;" class=""><o:p class=""></o:p></span></div></div></div></div></div></div></blockquote><div style="margin: 0cm; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div></div><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">_______________________________________________</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">Interest mailing list</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class=""><a href="mailto:Interest@qt-project.org" class="">Interest@qt-project.org</a></span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class=""><a href="https://lists.qt-project.org/listinfo/interest" class="">https://lists.qt-project.org/listinfo/interest</a></span></div></blockquote></div><br class=""></div></body></html>