Qt QOpenGLWidget wheelEvent strange behaviour

前端 未结 3 1820
北荒
北荒 2021-01-15 02:26

I have the following class :

class Curve2DOpenGLWidget : public QOpenGLWidget, protected QOpenGLFunctions_3_3_Core {
Q_OBJECT   
public:

    Curve2DOpenGLWi         


        
3条回答
  •  感情败类
    2021-01-15 03:00

    See Qt::AA_CompressHighFrequencyEvents and Qt::AA_CompressTabletEvents in http://doc.qt.io/qt-5/qt.html#ApplicationAttribute-enum

    These are new attributes in Qt 5.

提交回复
热议问题