qt5base-lts/tests/auto/gui/text/qrawfont/qrawfont.pro
Pierre Rossi 929509ea03 QStyleSheetStyle: Don't interfere with QFontDialog
The sample lineedit in Qt's own font dialog shouldn't have its font
affected by stylesheets.
Not only does this hampers the ability to preview the font, it actually
overrides the font selection as that one is taken directly from the
widget.

Task-number: QTBUG-41513
Change-Id: I11d0bef8c7bf7bdae4cc08b6b9276d0fc14a75fb
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
2014-10-24 16:59:26 +02:00

12 lines
181 B
Prolog

CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qrawfont
QT = core core-private gui gui-private testlib
SOURCES += \
tst_qrawfont.cpp
RESOURCES += \
testdata.qrc