I have a QT6.8 QT Quick application that needs a high speed live charting library that supports QML. Due to the fact that my software needs to be licensed under LGPL I can't use the built in QT C...
https://forum.qt.io/topic/159476/trying-to-install-link-kquickcharts-to-use-with-my-project
All passages was good and well done .... all error reported become from bad ram stick only. Change it and all work.
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
https://forum.qt.io/topic/158745/frequency-sine-wave-sawtooth
@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 event...
Dupe of https://forum.qt.io/topic/158115/integration-of-qml-with-visual-studio-2002
https://forum.qt.io/topic/158114/integration-of-qml-with-visual-studio-2002
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...
@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?
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 ...
https://forum.qt.io/topic/157483/operating-system-web-browser-in-qt-application
You have to compile the library as static lib.
https://forum.qt.io/topic/156971/how-to-create-static-build-with-qcustomplot-dll-mswindows-file
@trin94 Thanks for getting back to me and for all your help
https://forum.qt.io/topic/156127/i-have-a-question-about-accessing-libmpv-properties-in-qt
Ok finally builded, thanks for help :)
@hzha said in disposition qxmpp: > didn't work In what way it didn't work? Saying "didn't work" does not help much.
Please show your CMakeLists.txt. You are not linking against the Qt library.
@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 rep...
https://forum.qt.io/topic/155580/qwt-trying-to-draw-symbol-even-it-is-null
@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.
https://forum.qt.io/topic/154816/error-connecting-camera-via-opencv
@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 p...
https://forum.qt.io/topic/154142/segmentation-error-on-qsqldriver-adddatabase
Hi, Did you check the BACnet developer aids ? There's a list there of implementation for different languages including C.
https://forum.qt.io/topic/154122/are-there-any-bacnet-libraries-for-qt-out-there
Hi, Please provide a minimal compilable example that shows the situation.
https://forum.qt.io/topic/154109/qwt-plot-curve-dashline-not-showing
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 ?
@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!
@horizonQt i fixed it. look at qwt-6.1.6/playground/curvetracker . I hope it helps
https://forum.qt.io/topic/153133/qwtplotpicker-show-only-y-values-or-x-values
@Cedric-air No, that shows it is not optional, it shows that you should not be trying to alter itemInfo in the signal/slot. But your commented out/erroneous code was trying to set that visible.
https://forum.qt.io/topic/153032/qwt-howto-use-qvariant-qwtplotitem-for-qwtplotcurve-setvisible
@Chs_QtLearner Please check config.log file to see why Open62541 security was disable (most probably some lib is missing).