Have a look at QwtPlotPicker and its trackerText feature.
HTH,
Uwe
curve->setItemAttribute( QwtPlotItem::Legend, false );HTH,
Uwe
As I indicated above, for the QCalendarWidget uses the code:
self.Calendar.selectionChanged.connect(self.requery)
and this code works fine. I can scroll through and select a date and it works...
What is this? It isn't Qt code. It isn't even C++, it's C#. So why are you posting this in a Qt forum?
d_stranz Today, 01:01What connection back to the Python code? If you have set up a slot to handle the selection model's selectionChanged() signal, then that slot should be called. If the user is just clicking on an...
d_stranz Today, 00:47Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
QT5 (Python) - Get top index parent in a recursive map
23rd February 2021 22:15 by peshmerga