summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2013-10-23 13:36:15 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-31 12:33:55 +0100
commite8f2c4d2cd5432e0570f70a6f9379f2eaa43170c (patch)
tree347bba7d7eff2b081c416aec3d29f2e9c1582131 /dist
parentf9a8cf99bc0b9afda44c0b3e7e8af141003bbd9b (diff)
QFileDialog: document the consequences of being "widgetless"
After 37ca2224eca671200a2710f57f970d2993e62aa5 it's an exposed behavior change that the widgets and related paraphernalia don't exist. Task-number: QTBUG-34100 Change-Id: Ie0ebcb8c5c5668b6c12c5447f25bfbfd893dec6c Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.2.05
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0
index 287cda4821..e055e27a0e 100644
--- a/dist/changes-5.2.0
+++ b/dist/changes-5.2.0
@@ -35,6 +35,11 @@ QtWidgets
- QFileDialog::setDefaultSuffix() removes leading dot characters.
+- [QTBUG-34132] QFileDialog does not instantiate widgets if a native dialog
+ will be used instead. Therefore some accessors which previously returned
+ unused objects will now return null. As before, you can set the
+ DontUseNativeDialog option to ensure that widgets will be created and used instead.
+
- QSizePolicy got a retainSizeWhenHidden attribute.
- [QTBUG-31602] QSpinBox size calculation will now be fixed when stylesheets are