Dear visitor, welcome to QtForum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
[QT4] what is the faster drawing with QPainter or QGLWidget
Hi!
What is the faster drawing a lot of 2d-lines with QPainter or QGlWidget in
QT4
i.e. theare are two ways:
1. inherit QWidget, re-define paintenvet and draw whith QPainter.
2. inherite QGLWidget and draw whith OpenGL command
Qt4 paint engine sux... I am developing cross platform LogView application with around 500-1000 DrawText() per screen and Qt4 is much ( I would say 10 times) slower than 3.4
I switched back to 3.4 until Qt4.1 is released
I would not waste time with QPainter