Designing a python kde widget

1k Views Asked by At

I just started trying to figure out how to make a kde widget using python i finished some quick tutorials (https://techbase.kde.org/Development/Tutorials/Plasma4/Python/Using_widgets) but i want to design a much more complicated gui and i would like the help of a designing tool for widgets in python, is there such a thing ? or something that could make my life easier than trying to design the whole thing by code ?

1

There are 1 best solutions below

0
On

If I'm not terribly mistaken, there are no KDE widgets. KDE uses Qt to create GUI's so you'd need to see the Qt Designer program.

There's no reason you couldn't design UIs in GTK, which is supported too in most KDE environments. There you can use the Anjuta IDE, which can use the Glade UI designer for the actual graphical layout.

All these packages should be available in your repository.