Actions
Bug #708
closedPlot Minimum Size
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
legacy
Target version:
-
revision:
r0
blocked:
No
Sprint:
Description
I have difficulties to set a minimum size for a plot.
I tried to reimplement sizeHint, minimumSizeHint, and to call setMinimumSize without success.
Updated by Anonymous over 8 years ago
Problem solved.
QChartView is setting its minimum size to the QChart minimum size.
I changed the chart minimum size and everything works fine now.
Updated by Anonymous over 8 years ago
- Status changed from New to Resolved
Fixed this issue by giving a minimum size to the chart in Plot::initPlot
and adding setSizePolicy(QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding) in CustomChartView
Updated by Nicolas Aunai about 7 years ago
- Status changed from Resolved to Closed
Actions