beeware / toga

A Python native, OS native GUI toolkit.
https://toga.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
4.2k stars 656 forks source link

New backend - Qt #1142

Open Ksengine opened 3 years ago

Ksengine commented 3 years ago

On linux toga uses GTK+ but some platforms like KDE already has Qt. some users are familiar with Qt.

so its better if toga can develop a Qt port

Threre are few Qt impliments

I like to work on this issue myself

freakboy3742 commented 3 years ago

If you want to contribute a Qt implementation of Toga, then go right ahead! A placeholder implementation already exists in the nursery. Submit pull requests against that location; once the implementation starts to show signs of viability, we can move it to the supported list.

Ksengine commented 3 years ago

ok I will start creating basics on toga_qt/libs folser