View Single Post
Old 12-22-2010, 09:15 AM   #4
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 11,745
Karma: 6997045
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
One thing you can do is build some UI files, then get python to compile them. Look at the resulting code. You will line after line of widget creation, setup, and adding to the layout. This, plus looking at some of the programmatic dialogs, should help you get started.

Another thing you can do -- use UI files, let python compile them, then capture the resulting _ui.py and put it into your plugin's zip file. No client-side ui compilation would be necessary.
chaley is offline   Reply With Quote