c7f59cad19
Checking for QT_CONFIG(printdialog) is not enough when printsupport is completely disabled since then the macro will throw an error. Therefore add an additional check 'defined(QT_PRINTSUPPORT_LIB)' before using the QT_CONFIG macro. Fixes: QTBUG-81626 Change-Id: Ie9898f057cdd6bf9daf4ba9135987cb6e901e7bf Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> |
||
---|---|---|
.. | ||
anchorlayout | ||
basicgraphicslayouts | ||
boxes | ||
chip | ||
collidingmice | ||
diagramscene | ||
dragdroprobot | ||
elasticnodes | ||
embeddeddialogs | ||
flowlayout | ||
padnavigator | ||
simpleanchorlayout | ||
weatheranchorlayout | ||
graphicsview.pro | ||
README |
Qt is provided with a comprehensive canvas through the GraphicsView classes. These examples demonstrate the fundamental aspects of canvas programming with Qt. Documentation for these examples can be found via the Examples link in the main Qt documentation.