Skip to content

3rd Party Software

Combining Qt with 3rd party libraries or components? Ask here!
1.1k Topics 5.5k Posts
  • TUIO multi-touch

    Unsolved
    11
    0 Votes
    11 Posts
    348 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.

  • qt6.7.2 opcua

    Unsolved
    9
    0 Votes
    9 Posts
    183 Views
    gfxxG

    @gfxx so try to leave out folder open62541 and use only generated libopen62541.so .....

    these step for qropcua:

    git clone https://code.qt.io/qt/qtopcua.git cd qtopcua git checkout 6.7.2 mkdir build && cd build ~/Qt/6.7.2/gcc_64/bin/qt-cmake .. make

    result of ~/Qt/6.7.2/gcc_64/bin/qt-cmake .. :

    -- Found WrapAtomic: TRUE -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so -- Found WrapOpenGL: TRUE -- Found XKB: /usr/lib/x86_64-linux-gnu/libxkbcommon.so (found suitable version "1.5.0", minimum required is "0.5.0") -- Found WrapVulkanHeaders: /usr/include CMake Warning at /home/gc51/Qt/6.7.2/gcc_64/lib/cmake/Qt6/QtBuildHelpers.cmake:12 (message): The officially supported CMake generator for building Qt is Ninja / Ninja Multi-Config. You are using: 'Unix Makefiles' instead. Thus, you might encounter issues. Use at your own risk. Call Stack (most recent call first): /home/gc51/Qt/6.7.2/gcc_64/lib/cmake/Qt6/QtBuildHelpers.cmake:381 (qt_internal_validate_cmake_generator) /home/gc51/Qt/6.7.2/gcc_64/lib/cmake/Qt6/QtBuild.cmake:4 (qt_internal_setup_build_and_global_variables) /home/gc51/Qt/6.7.2/gcc_64/lib/cmake/Qt6/QtSetup.cmake:6 (include) /home/gc51/Qt/6.7.2/gcc_64/lib/cmake/Qt6/QtBuildRepoHelpers.cmake:21 (include) /home/gc51/Qt/6.7.2/gcc_64/lib/cmake/Qt6/QtBuildRepoHelpers.cmake:179 (qt_build_internals_set_up_private_api) /home/gc51/Qt/6.7.2/gcc_64/lib/cmake/Qt6/QtBuildRepoHelpers.cmake:497 (qt_build_repo_begin) CMakeLists.txt:29 (qt_build_repo) -- Force setting build type to 'RelWithDebInfo'. -- Configuration summary shown below. It has also been written to /home/gc51/qtopcua/build/config.summary -- Configure with --log-level=STATUS or higher to increase CMake's message verbosity. The log level does not persist across reconfigurations. -- Configure summary: Qt Opcua: Open62541 .............................. yes Support for namespace 0 NodeId names ... yes Internal code generator ................ no Open62541 security support ............. yes Support for global discovery server .... yes Data type code generator ............... yes -- Configuring done -- Generating done -- Build files have been written to: /home/gc51/qtopcua/build

    result of make:

    [ 20%] Building CXX object src/opcua/CMakeFiles/OpcUa.dir/client/qopcuagenericstructhandler.cpp.o [ 20%] Building CXX object src/opcua/CMakeFiles/OpcUa.dir/client/qopcuagenericstructhandlerprivate.cpp.o /tmp/cchYtRhA.s: Assembler messages: /tmp/cchYtRhA.s:903754: Error: unknown pseudo-op: `.lofg' /tmp/cchYtRhA.s:903755: Error: no such instruction: `nbyta 0x2' /tmp/cchYtRhA.s:903944: Error: unknown pseudo-op: `.lon' /tmp/cchYtRhA.s:911058: Error: unknown pseudo-op: `.nong' /tmp/cchYtRhA.s:913593: Error: junk at end of line, first unrecognized character is `[' /tmp/cchYtRhA.s:913607: Error: invalid character (0xae) in mnemonic /tmp/cchYtRhA.s:913670: Error: unknown pseudo-op: `.lonw' /tmp/cchYtRhA.s:930545: Error: unknown pseudo-op: `.�ong' /tmp/cchYtRhA.s:930546: Error: junk at end of line, first unrecognized character valued 0x1 /tmp/cchYtRhA.s:1617274: Error: unknown pseudo-op: `.6alue' /tmp/cchYtRhA.s:1617275: Error: unknown pseudo-op: `.qu100' /tmp/cchYtRhA.s:1632261: Error: unknown pseudo-op: `.l' /tmp/cchYtRhA.s:1632262: Error: unknown pseudo-op: `.�ong' /tmp/cchYtRhA.s:904199: Error: leb128 operand is an undefined symbol: tx3 make[2]: *** [src/opcua/CMakeFiles/OpcUa.dir/build.make:682: src/opcua/CMakeFiles/OpcUa.dir/client/qopcuagenericstructhandlerprivate.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:1255: src/opcua/CMakeFiles/OpcUa.dir/all] Error 2 make: *** [Makefile:146: all] Error 2
  • frequency, sine wave & sawtooth

    Moved Unsolved
    2
    0 Votes
    2 Posts
    77 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
    330 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
    83 Views
    Christian EhrlicherC

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

  • 0 Votes
    5 Posts
    132 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
    151 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
    104 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
    519 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
    144 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
    374 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

  • Quazip and Qt6 mingw

    Solved
    18
    0 Votes
    18 Posts
    860 Views
    A

    Ok finally builded, thanks for help :)

  • disposition qxmpp

    Unsolved
    16
    0 Votes
    16 Posts
    673 Views
    jsulmJ

    @hzha said in disposition qxmpp:

    didn't work

    In what way it didn't work?
    Saying "didn't work" does not help much.

  • 0 Votes
    3 Posts
    183 Views
    Christian EhrlicherC

    Please show your CMakeLists.txt. You are not linking against the Qt library.

  • Qwt trying to draw symbol even it is null

    Unsolved
    7
    0 Votes
    7 Posts
    366 Views
    P

    @Christian-Ehrlicher

    If you look at qwt oscilloscope example the curve data is updated in another thread than GUI.
    I do the same. I update only the curve data and guard it with mutexes. In replot the data is locked. But I guess this must be the reason so I'll try to come up with a small compilable example to show the error.

  • Error connecting camera via OpenCV

    Unsolved
    6
    0 Votes
    6 Posts
    585 Views
    SGaistS

    @mtalha2621 My bad, I misread the error messages. What I had in mind when answering is for you to use your custom pipeline with OpenCV.

  • Segmentation Error On QSqlDriver::AddDatabase

    Solved
    5
    0 Votes
    5 Posts
    349 Views
    M

    @Christian-Ehrlicher

    Yeah, this seemed to be the problem...
    Took much longer to than I want to admit before I found it...

    I wanted to post my fix already, but newbies on the forum can only post every 10 minutes 😅