summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/calculator/releasenotes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/calculator/releasenotes.txt')
-rw-r--r--examples/widgets/widgets/calculator/releasenotes.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/widgets/widgets/calculator/releasenotes.txt b/examples/widgets/widgets/calculator/releasenotes.txt
new file mode 100644
index 0000000000..053f651dba
--- /dev/null
+++ b/examples/widgets/widgets/calculator/releasenotes.txt
@@ -0,0 +1,4 @@
+Calculator
+=============
+
+Compared to the original example in the Qt SDK, the Calculator class (calculator.h) has been derived from QWidget instead of QDialog because in Maemo you cannot have any additional controls with dialogs. The mainLayout size constraint has been changed to SetNoConstraint to enable immediate scaling of the grid in Symbian. Screen definition for Symbian has been changed to showMaximized() to enable correct scaling of the application (see main.cpp). \ No newline at end of file