QtSolutions QtPropertyBrowser ported to Qt 5 (specifically 5.4)
-
I wasn't sure where to post this but I was looking to make this old Qt4 component work with Qt5 and couldn't find a good solution. I know there are a few other threads asking for this around the forums but they seem to use solutions that didn't quite work the way I wanted.
"One such thread":http://qt-project.org/forums/viewthread/45694 was mentioning the version provided under qttools but that one doesn't seem to provide the same exact feature set and it didn't work out of the box with existing code that was originally using the Qt4 version.
"There were also people building it themselves":http://qt-project.org/forums/viewthread/40584 but that wasn't very up to date from what I could tell (in terms of compatibility with Qt 5.4).
So in the end I decided to port the Qt4 version with all the features that were available there and the same API, plus I made a few additions as well.
It can be found here: https://bitbucket.org/eligt/qtpropertybrowser/
-
Hi and welcome to devnet,
Thanks for sharing !
Did you try to submit your code for inclusion in QtSolutions ? That way it might reach an even wider audience :)
-
Are you talking about "this":https://qt.gitorious.org/qt-solutions ?
There was a push about a week ago and more earlier so I wouldn't say it's abandoned
-
Well if you look here: https://qt.gitorious.org/qt-solutions/qt-solutions/commits/17b56547d6e0d9a06603231fe2384474f9144829
There's been very few commits in the past 2 years. I pulled my starting point repo from there though, so unless I'm missing something I don't think they have an intention of porting it to Qt5, it's basically just for people still using 4. I'll try maybe get in touch with them and see if they're interested.
-
It's worth to try :)