epasveer / seer

Seer - a gui frontend to gdb
GNU General Public License v3.0
2.09k stars 66 forks source link

Made adaptation to Qt6. Now it compiles without any errors and runs #141

Closed alfishe closed 1 year ago

alfishe commented 1 year ago

Made adaptation to Qt6. Now it compiles without any errors and runs More work is required to get rid of Qt5Compat shims

Please feel free to use https://github.com/alfishe/seer/tree/qt-6 branch if you decide to merge to separate branch

epasveer commented 1 year ago

Thanks Alfishe. I'll likely wait a little bit before I merge this pull request. I'm glad it wasn't too much work. (Can you paste in a screenshot of Seer with Qt6?)

I'm planning on Seer 2.0 for Qt6. I have a couple more things to do yet, though.

Please kick the tires with Seer and let me know of any bugs and suggestions.

epasveer commented 1 year ago

Btw, I suspect your changes won't work with Qt5?

alfishe commented 1 year ago

image

Unfortunately Qt5 cannot retrofit changes from Qt6, so there is only one way... forward! =)

epasveer commented 1 year ago

Thanks for the Qt6 screenshot. It's odd that background for the Watchpoints is not white. Is it like that for the other tabs in that view?

epasveer commented 1 year ago

Ah, what the heck. I'll start the Qt6 port now with your changes.