qt5base-lts/tests/auto/widgets
Marc Mutz bab630e4bf QDialogButtonBox: add a missing constructor
Setting the buttons in the constructor is a use-case that happens
more often than setting the orientation. Yet, there was a
(Qt::Orientation,QWidget*) constructor, but no
(StandardButtons,QWidget*) one.

This patch adds it.

Change-Id: If6a5c9f7450a388cd77bd93c8dd144b2fdc11847
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: David Faure (KDE) <faure@kde.org>
Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
Reviewed-by: Thorbjørn Lund Martsum <tmartsum@gmail.com>
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
2013-06-21 19:03:12 +02:00
..
dialogs Merge remote-tracking branch 'origin/stable' into dev 2013-06-12 19:17:07 +02:00
effects QtWidgets tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 2013-03-28 02:02:14 +01:00
graphicsview Merge remote-tracking branch 'origin/stable' into dev 2013-06-04 19:34:36 +02:00
itemviews Merge remote-tracking branch 'origin/stable' into dev 2013-05-23 21:27:07 +02:00
kernel Fix typo 2013-06-03 13:00:32 +02:00
styles Use QFINDTESTDATA on tst_QStyle instead of SRCDIR 2013-06-07 22:18:33 +02:00
util Stabilize tst_qcompleter. 2013-04-05 11:28:47 +02:00
widgets QDialogButtonBox: add a missing constructor 2013-06-21 19:03:12 +02:00
widgets.pro