Mercurial > hg > svgui
diff 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 |
line wrap: on
line diff
--- a/widgets/LevelPanWidget.h Fri Jun 22 17:19:48 2018 +0100 +++ b/widgets/LevelPanWidget.h Fri Jun 22 17:51:47 2018 +0100 @@ -123,6 +123,7 @@ QRectF cellLightRect(QRectF, int row, int col) const; QRectF cellOutlineRect(QRectF, int row, int col) const; double thinLineWidth(QRectF) const; + double cornerRadius(QRectF) const; }; #endif