dglent / meteo-qt

System tray application for weather status information
GNU General Public License v3.0
82 stars 21 forks source link

tentatively port to qt6 #163

Open hydrargyrum opened 1 month ago

hydrargyrum commented 1 month ago

it was very lightly tested: it starts fine, and the dialog shows up when clicking on tray, did not go much further

most of the work was done with https://github.com/hydrargyrum/attic/tree/master/pyqt5-to-pyqt6

however at least one thing might be overlooked: enums might behave different, i had to change == 3 into == QSystemTrayIcon.ActivationReason.Trigger to have the dialog shown. maybe some other enum usages should be fixed

dglent commented 3 weeks ago

Thank you @hydrargyrum :) I am not ready yet to switch to qt6 i will do it a little later