Skip to content

3rd Party Software

Combining Qt with 3rd party libraries or components? Ask here!
1.1k Topics 5.5k Posts
  • what about creating a pyside6 ide like qt creator/designer

    Unsolved
    2
    0 Votes
    2 Posts
    27 Views
    SGaistS

    Hi,

    WARNING: I am NOT a lawyer.

    AFAIK, nothing forbids you to create such an application. That said, designer already exists and is language agnostic since it produces only an XML file that is consumed by uic. uic that is able to generate Python code. Also, if memory serves well, there's a new project file for Python projects that helps automate code generation so you might be missing on that for your projects.

  • 0 Votes
    4 Posts
    89 Views
    C

    It works. Thanks again.

  • InnoMakerUsb2CanLib

    Unsolved
    4
    0 Votes
    4 Posts
    141 Views
    aha_1980A

    @rzucca have you already seen https://github.com/INNO-MAKER/usb2can/tree/master/For Windows/QT/QT/QTInnoMaker ?

    That looks like an useful example for you.

    Regards

  • 0 Votes
    9 Posts
    394 Views
    SGaistS

    Good !
    Then please mark the thread as solved using the Topic Tool button or the three dotted menu beside the answer you deem correct so other forum members may know a solution has been found :-)

  • 0 Votes
    1 Posts
    57 Views
    No one has replied
  • QGIS installation from Source with Qt 5 in Windows

    Unsolved
    4
    0 Votes
    4 Posts
    173 Views
    SGaistS

    You can use it the same way it's done for the Qt libraries in your cmake file.

  • LNK1104: cannot open file 'libucrt.lib'

    Unsolved
    4
    0 Votes
    4 Posts
    185 Views
    jsulmJ

    @Aman55

    Qt version is not set in the Kit You should use CMake provided by Qt Online Installer In the screen-shot there is yellow exclamation mark, but the message is cut, check that also
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    16 Views
    No one has replied
  • 0 Votes
    16 Posts
    468 Views
    JonBJ

    @Aman55 Yes, you need to look at the stack trace pane in the debugger when that happens, so that you know where it comes from.

  • Flutter integration with Qt

    Unsolved
    2
    0 Votes
    2 Posts
    366 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
    99 Views
    No one has replied
  • 0 Votes
    13 Posts
    726 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
    145 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
    305 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
    613 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
    898 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
    293 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
    544 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
    231 Views
    Christian EhrlicherC

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