comparison widgets/LevelPanWidget.h @ 1304:a575dae05fbf

Experiment with rounded rects
author Chris Cannam
date Fri, 22 Jun 2018 17:51:47 +0100
parents 13f5f84fbfad
children 5db672d6de4f
comparison
equal deleted inserted replaced
1303:13f5f84fbfad 1304:a575dae05fbf
121 QPointF cellCentre(QRectF, int row, int col) const; 121 QPointF cellCentre(QRectF, int row, int col) const;
122 QSizeF cellLightSize(QRectF) const; 122 QSizeF cellLightSize(QRectF) const;
123 QRectF cellLightRect(QRectF, int row, int col) const; 123 QRectF cellLightRect(QRectF, int row, int col) const;
124 QRectF cellOutlineRect(QRectF, int row, int col) const; 124 QRectF cellOutlineRect(QRectF, int row, int col) const;
125 double thinLineWidth(QRectF) const; 125 double thinLineWidth(QRectF) const;
126 double cornerRadius(QRectF) const;
126 }; 127 };
127 128
128 #endif 129 #endif