qt5base-lts/tests/auto/widgets
David Faure 7afc6d6277 QFrame: add unit test
This test shows a behavior change of setFrameStyle(QFrame::WinPanel)
between 4.4 and 4.5.
Turns out that 4.4 defaulted to "Raised" only via a side effect of the
code, while 4.5 defaults to "Plain" which makes more sense since Plain
is the default anyway. So there is no actual bug to fix (the app code
really meant QFrame::WinPanel|QFrame::Raised anyway), but the unittest
is still good to have for the future.

Done-with: David Faure
Change-Id: Icf16382504b18357256bc601b1e865abac9f2b2a
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2014-11-04 15:31:04 +01:00
..
dialogs QStyleSheetStyle: Don't interfere with QFontDialog 2014-10-24 16:59:26 +02:00
effects Update license headers and add new license files 2014-09-24 12:26:19 +02:00
gestures QSwipeGestureRecognizer: Fix gesture cancel on direction change. 2014-10-23 21:14:23 +02:00
graphicsview Clean up ShortcutOverride handling 2014-10-30 11:40:18 +01:00
itemviews Implement QTableWidget/QListWidget::mimeData() 2014-10-31 14:06:25 +01:00
kernel Clean up ShortcutOverride handling 2014-10-30 11:40:18 +01:00
styles Update license headers and add new license files 2014-09-24 12:26:19 +02:00
util Update license headers and add new license files 2014-09-24 12:26:19 +02:00
widgets QFrame: add unit test 2014-11-04 15:31:04 +01:00
widgets.pro Add autotest for QGestureRecognizer. 2014-10-23 21:11:28 +02:00