python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Real-Time Plot Oscilloscope UDP
I am currently working on implementing a simple oscilloscope in C++, which is receiving data via UDP. First, I have implemented a function to generate a sine wave (up to 10 kHz) with 30 kSps, which is...
Sebastian90
Votes: 0
Answers: 0
QwtScaleWidget::getBorderDistHint() returns wrong border distance
I create a timeline widget based on QwtScaleWidget to render it in an image. If I don't show this widget widget.show(), the method QwtScaleWidget::getBorderDistHint() returns wrong border distance. Ma...
Lumar
Votes: 0
Answers: 0
PySide & QWT object disable/destroy
I am just learning OOP and PySide. I have created a code as below.
The application doesn't do anything much (it's a development project in learning stages).
import numpy as np
import sys
from qtpy.Qt...
VRI - Opcjonalny - Optional
Votes: 0
Answers: 1
qwt examples fail to build with linker error on Windows with MSVC (LNK2019)
I have QT 6.2.2 installed on Windows 10 and am trying to build qwt 6.2.0. Compilation via MSVC of the qwt library is successful but nmake outputs linker errors when compiling the qwt examples. I am at...
funwound
Votes: 0
Answers: 2