##// END OF EJS Templates
Document the need for QApplication...
Titta Heikkala -
r2671:66a9a674fca3
parent child
Show More
@@ -23,6 +23,11
23 As of release 1.3.0, Qt Charts is also usable with Qt Quick 2, though the performance
23 As of release 1.3.0, Qt Charts is also usable with Qt Quick 2, though the performance
24 is slightly worse than with Qt Quick 1 due to the additional rendering step that is required.
24 is slightly worse than with Qt Quick 1 due to the additional rendering step that is required.
25
25
26 \note Since Qt Creator 3.0 the project created with Qt Quick Application wizard based on
27 Qt Quick 2 template uses QGuiApplication by default. As Qt Charts utilizes Qt Graphics View
28 Framework for drawing, QApplication must be used. The project created with the wizard is
29 usable with Qt Charts after the QGuiApplication is replaced with QApplication.
30
26 \note Qt Quick 1 is supported from Qt 4.7.4 onwards because of the missing
31 \note Qt Quick 1 is supported from Qt 4.7.4 onwards because of the missing
27 Q_REVISION macro in the earlier Qt releases. Qt Quick 2 is supported with only Qt 5.
32 Q_REVISION macro in the earlier Qt releases. Qt Quick 2 is supported with only Qt 5.
28
33
@@ -23,6 +23,11
23 As of release 1.3.0, Qt Charts is also usable with Qt Quick 2, though the performance
23 As of release 1.3.0, Qt Charts is also usable with Qt Quick 2, though the performance
24 is slightly worse than with Qt Quick 1 due to the additional rendering step that is required.
24 is slightly worse than with Qt Quick 1 due to the additional rendering step that is required.
25
25
26 \note Since Qt Creator 3.0 the project created with Qt Quick Application wizard based on
27 Qt Quick 2 template uses QGuiApplication by default. As Qt Charts utilizes Qt Graphics View
28 Framework for drawing, QApplication must be used. The project created with the wizard is
29 usable with Qt Charts after the QGuiApplication is replaced with QApplication.
30
26 \note Qt Quick 1 is supported from Qt 4.7.4 onwards because of the missing
31 \note Qt Quick 1 is supported from Qt 4.7.4 onwards because of the missing
27 Q_REVISION macro in the earlier Qt releases. Qt Quick 2 is supported with only Qt 5.
32 Q_REVISION macro in the earlier Qt releases. Qt Quick 2 is supported with only Qt 5.
28
33
General Comments 0
You need to be logged in to leave comments. Login now