简体   繁体   中英

Designing a python kde widget

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 ?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM