Details
Description
from PySide2.QtCore import * from PySide2.QtGui import * from PySide2.QtWidgets import * from PySide2.QtCharts import * chartView = QtCharts.QChartView() chartView.setRubberBand(QChartView.RectangleRubberBand); chartView.show()
gives me
AttributeError: 'PySide2.QtCharts.QtCharts.QChartView' object has no attribute 'setRubberBand'
This method works just fine if called from C++
Attachments
For Gerrit Dashboard: PYSIDE-645 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
227479,3 | Add missing flag for QChartView | 5.9 | pyside/pyside-setup | Status: MERGED | +2 | 0 |