Skip to content

3rd Party Software

Combining Qt with 3rd party libraries or components? Ask here!
1.1k Topics 5.5k Posts
  • Flutter integration with Qt

    Unsolved
    2
    0 Votes
    2 Posts
    77 Views
    A

    Hi Slandino, I started working a few days ago on a project to mix Qt and flutter. I have already some working code, but it's using offscreen buffers (my final objective is to make a plugin to have a flutter layer in OBS) so I've not even looked on how to render to a window context. But the code may still work for you. I've commited the mess of code I wrote so far to https://github.com/hefsoftware/temp_qt_flutter (it compiles on windows, at least for me). Hope it will give you some help.

  • [bug] ? virtualbox qt surface is strange

    Unsolved
    1
    0 Votes
    1 Posts
    39 Views
    No one has replied
  • 0 Votes
    13 Posts
    336 Views
    X

    @JonB Hi these I have already included.
    Also, I have seen a few examples at Github. I have tried to compile with MSVC as well as MinGW.
    These are the errors:

    moc_india_map_test.obj:-1: error: LNK2001: unresolved external symbol "public: static struct QMetaObject const QgsVectorLayer::staticMetaObject" (?staticMetaObject@QgsVectorLayer@@2UQMetaObject@@B) moc_india_map_test.obj:-1: error: LNK2001: unresolved external symbol "public: static struct QMetaObject const QgsRasterLayer::staticMetaObject" (?staticMetaObject@QgsRasterLayer@@2UQMetaObject@@B)

    after I try to run the project.

  • Qt Vnc Server (6) and Nginx

    Unsolved
    1
    0 Votes
    1 Posts
    79 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • 0 Votes
    2 Posts
    170 Views
    Q

    Same issue, I have also got this cmake warning:

    -- qmlplugindump failed for org.kde.quickcharts. -- Could NOT find org.kde.quickcharts-QMLModule (missing: org.kde.quickcharts-QMLModule_FOUND) The qml plugin 'QuickChartsplugin' is a dependency of 'project', but the link target it defines (KF6::QuickChartsplugin) does not exist in the current scope. The plugin will not be linked.
  • qt6.7.2 opcua

    Solved
    10
    0 Votes
    10 Posts
    361 Views
    gfxxG

    All passages was good and well done .... all error reported become from bad ram stick only. Change it and all work.

  • TUIO multi-touch

    Unsolved
    11
    0 Votes
    11 Posts
    610 Views
    jeremy_kJ

    @3n3l said in TUIO multi-touch:

    Got it working, the issue was that my sending application would be in focus and then my qml application would not receive touch events when being out of focus (What?).

    I've been bitten by that issue category. Using a virtual machine that won't know it has lost focus from the physical input hardware is another solution, although not as convenient as the environment variable.

  • frequency, sine wave & sawtooth

    Moved Unsolved
    2
    0 Votes
    2 Posts
    177 Views
    VRoninV

    One of the examples provided by qcustomplot is a plot of a cos wave (https://www.qcustomplot.com/index.php/tutorials/basicplotting) I'm sure you can adapt it for your needs

  • Process Variable or equivalent in QCustomPlot

    Solved
    5
    0 Votes
    5 Posts
    400 Views
    B

    I considered bypassing Epics with Qt Charts/Graphs because of EPICS's limited support. CLosing the thread.

  • integration of QML with Visual Studio 2002

    Locked Unsolved
    2
    0 Votes
    2 Posts
    139 Views
    Christian EhrlicherC

    Dupe of https://forum.qt.io/topic/158115/integration-of-qml-with-visual-studio-2002

  • 0 Votes
    5 Posts
    271 Views
    J

    I managed to fix the issue. The flatpak version only draws StyledPanal frame shadows when the parent widget is using a grid layout where at least one of the spacing values (horizontal or vertical) is not 0. Any other layout (VBox, HBox, Splitter or Dialog ) and the frame shadows are not drawn. So the fix in my case was to place each of my QTableViews inside of an otherwise empty QWidget that uses a grid layout with any non 0 spacing (negative values work as well).

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Problem connecting to web

    Unsolved
    2
    0 Votes
    2 Posts
    222 Views
    Christian EhrlicherC

    @Stuarte said in Problem connecting to web:

    the web using Firefox 115.12.0esr (64-bit).

    Since when has Firefox something to do with Qt?

  • Operating system web browser in Qt application

    Unsolved
    2
    0 Votes
    2 Posts
    183 Views
    S

    I don't think this is directly possible. You could try to use QWidget::createWindowContainer to start a browser and capture its full window. Some smart event filtering could then resize and move the captured window together with your own main window.

  • Qt6 integration of 3dconnexion spacemouse devices

    Unsolved
    4
    0 Votes
    4 Posts
    651 Views
    B

    Hey, that sounds awsome! Could you explain which files you edited or even share your files for Qt 5.15.2 ?
    Sorry, I´m just a user of 3D Software and would really enjoy working with the spacemouse in my Qt apps.

  • 0 Votes
    2 Posts
    220 Views
    Christian EhrlicherC

    You have to compile the library as static lib.

  • Issue connecting SmtpClient

    Solved
    16
    1 Votes
    16 Posts
    1k Views
    U

    Hello, @orsini29 I am encountering the same issue and I am lost as well. I have read everything that has been suggested but I am still not sure how to concretely implement stmp into my project. Could you be more specific on how you have manage to do it please ? It would be a great help to me, thanks :)

  • 0 Votes
    5 Posts
    590 Views
    CodeFarmerC

    @trin94 Thanks for getting back to me and for all your help

  • Compatibility libraries generated by MSVC and minGW

    Unsolved
    6
    0 Votes
    6 Posts
    5k Views
    T

    @mtrch
    Agree with you, I say because I did practice what you mentioned here.
    Yes, it is workable.
    Best regards,
    Thuan T. Nguyen