From 0ea63fa1c86cb9e3c291288a0624ee7b2d13cc22 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Fri, 3 Jan 2020 22:00:42 +0100 Subject: [PATCH] Illustrations to explain the widget layout --- ...coordinates.svg => widget-coordinates.svg} | 0 doc/widget-geometry.svg | 860 ++++++++++++++++++ ....svg => widget-position_and_dimension.svg} | 0 3 files changed, 860 insertions(+) rename doc/{coordinates.svg => widget-coordinates.svg} (100%) create mode 100644 doc/widget-geometry.svg rename doc/{position_and_dimension.svg => widget-position_and_dimension.svg} (100%) diff --git a/doc/coordinates.svg b/doc/widget-coordinates.svg similarity index 100% rename from doc/coordinates.svg rename to doc/widget-coordinates.svg diff --git a/doc/widget-geometry.svg b/doc/widget-geometry.svg new file mode 100644 index 00000000..29ecdfec --- /dev/null +++ b/doc/widget-geometry.svg @@ -0,0 +1,860 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + getSize() = FSize(32,12) + + + + + = FPoint(25,6), FPoint(56,17) + + + getGeometry() = FPoint(25,6), FSize(32,12) + + + getTermGeometry() = FPoint(25,6), FSize(32,12) + + + = FPoint(25,6), FPoint(56,17) + + + getShadow() = FSize(2,1) + + + getGeometryWithShadow() = FPoint(25,6), FSize(34,13) + + + = FPoint(25,6), FPoint(58,18) + + + getTermGeometryWithShadow() = FPoint(25,6), FSize(34,13) + + + = FPoint(25,6), FPoint(58,18) + + + getSize() = FSize(10,1) + + + = FPoint(19,8), FPoint(28,8) + + + getGeometry() = FPoint(19,8), FSize(10,1) + + + getTermGeometry() = FPoint(44,15), FSize(10,1) + + + = FPoint(44,15), FPoint(53,15) + + + getShadow() = FSize(1,1) + + + getGeometryWithShadow() = FPoint(19,8), FSize(11,2) + + + = FPoint(19,8), FPoint(29,9) + + + getTermGeometryWithShadow() = FPoint(44,15), FSize(11,2) + + + = FPoint(44,15), FPoint(54,16) + + + + + + FDialog() + + + FButton() + + diff --git a/doc/position_and_dimension.svg b/doc/widget-position_and_dimension.svg similarity index 100% rename from doc/position_and_dimension.svg rename to doc/widget-position_and_dimension.svg