Skip to content

3rd Party Software

Combining Qt with 3rd party libraries or components? Ask here!
1.1k Topics 5.6k Posts
Qt 6.11 is out! See what's new in the release blog
  • Visual differences in StyledPanel QFrames between flatpak and native build

    Unsolved
    5
    0 Votes
    5 Posts
    1k 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
    692 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
    662 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
    2k 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.
  • How to create static build with qcustomplot.dll (MSWindows) file ?

    Unsolved
    2
    0 Votes
    2 Posts
    719 Views
    Christian EhrlicherC
    You have to compile the library as static lib.
  • I have a question about accessing libmpv properties in Qt

    5
    0 Votes
    5 Posts
    2k 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
    7k 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
    4k Views
    A
    Ok finally builded, thanks for help :)
  • disposition qxmpp

    Unsolved
    16
    0 Votes
    16 Posts
    3k 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.
  • Compile meshlab in linux is fine but in windows there are lots of linker problem

    Unsolved
    3
    0 Votes
    3 Posts
    853 Views
    Christian EhrlicherC
    Please show your CMakeLists.txt. You are not linking against the Qt library.
  • Error connecting camera via OpenCV

    Unsolved
    6
    0 Votes
    6 Posts
    2k 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
    1k 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 😅
  • QWT Plot Curve Dashline not showing

    Unsolved
    2
    0 Votes
    2 Posts
    755 Views
    SGaistS
    Hi, Please provide a minimal compilable example that shows the situation.
  • Are there any BACNet libraries for Qt out there?

    Unsolved
    2
    0 Votes
    2 Posts
    932 Views
    SGaistS
    Hi, Did you check the BACnet developer aids ? There's a list there of implementation for different languages including C.
  • Software fails with QT

    Unsolved
    2
    0 Votes
    2 Posts
    690 Views
    SGaistS
    Hi and welcome to devnet, Did you build that software yourself ? Where did you get the sources from ? Which version of Qt are you using ? How did you install it ?
  • Error: Cannot find -lSDL2

    Solved library sdl2 includepath
    16
    0 Votes
    16 Posts
    5k Views
    A
    @jsulm @Christian-Ehrlicher Well, my code doesn't work after but I'll figure it out later. I can say that the linking works properly now. Thanks for your help guys!
  • Integrating UE5/CryEngine into Qt6 desktop application

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    A
    According to Qt documentation you can integrate your qml in UE: https://doc-snapshots.qt.io/qt6-dev/qquickgraphicsconfiguration.html#configuration-for-external-rendering-engines-or-xr-apis
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    35 Views
    No one has replied
  • QwtPlotPicker show only y values or x values

    Solved
    2
    0 Votes
    2 Posts
    623 Views
    H
    @horizonQt i fixed it. look at qwt-6.1.6/playground/curvetracker . I hope it helps