I have been trying to develop a program with Qt5.
I was having some issues using some new features of Qt, and since I wasn't sure if it was my fault or bugs in the new classes (like QOpenGlWidget, which is intended to replace QT4's QGLWidget), I decided to give openSUSE tumbleweed a try, to get the latest stable version of Qt. I know I could have done this using a backport PPA, but I wanted to give openSUSE a try for some other reasons too.
Anyway, having imported my code again and compiled it using the latest version of Qt, some things that didn't work before now behave as I was expecting. I'm currently testing with Qt 5.5.1 / Plasma 5.5.3.
Looks like bugs in Qt are being ironed out quite quickly. I expect Kubuntu 16.04 will ship with a newer version of Qt that is much more stable than the one in 15.10. Lots to look forward to!
I was having some issues using some new features of Qt, and since I wasn't sure if it was my fault or bugs in the new classes (like QOpenGlWidget, which is intended to replace QT4's QGLWidget), I decided to give openSUSE tumbleweed a try, to get the latest stable version of Qt. I know I could have done this using a backport PPA, but I wanted to give openSUSE a try for some other reasons too.
Anyway, having imported my code again and compiled it using the latest version of Qt, some things that didn't work before now behave as I was expecting. I'm currently testing with Qt 5.5.1 / Plasma 5.5.3.
Looks like bugs in Qt are being ironed out quite quickly. I expect Kubuntu 16.04 will ship with a newer version of Qt that is much more stable than the one in 15.10. Lots to look forward to!
Comment