This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
qtdeclarative
mirror of
https://github.com/qt/qtdeclarative.git
Watch
1
Star
0
Fork
You've already forked qtdeclarative
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e69a4b17cd
qtdeclarative
/
examples
/
quick
/
quickwidgets
/
quickwidgets.pro
4 lines
85 B
Prolog
Raw
Normal View
History
Unescape
Escape
QQuickWidget example Change-Id: I4211900ef6a04443bde0c95d074a4a29951b43b0 Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
2014-02-18 11:15:30 +00:00
TEMPLATE
=
subdirs
Add a QQuickWidget - QQuickView comparison example Besides serving as a side-by-side test tool for QQuickView and QQuickWidget (including multisampling), it also demonstrates some useful practices for rendering 3D content via QQuickFramebufferObject. Done-with: Paul Olav Tvete <paul.tvete@digia.com> Change-Id: Ie73e998ee91e32ef1535dd6f0f65c8a69addcc5e Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
2014-06-06 14:53:33 +00:00
SUBDIRS
=
quickwidget
\
Make QQuickWidget QRhi-based When it comes to examples, quickwidget has the direct OpenGL usage removed because we want this example to be working with any graphics API. qquickviewcomparison, which features direct OpenGL usage within its Qt Quick scene, is renamed to a more descriptive name and is also getting a doc landing page. It continues to be requesting OpenGL (via QRhi) explicitly. Change-Id: Iae5b835441f3af229e9746e14dedbe9d1a62b2b9 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2021-11-08 15:16:16 +00:00
qquickwidgetversuswindow_opengl