Re: PushButton and ButtonGroups

2010-02-03 Thread alan moore
Marco Martin wrote: > On Wednesday 03 February 2010, alanm wrote: >> On Wednesday 03 February 2010 1:01:32 pm alanm wrote: >>> I guess the question is, what's the correct way to do this with >>> Plasma.PushButton since Plasma doesn't seem to have any equivalent of a >>> QButtonGroup? >>> >>> Sorry

Re: Review request: Container plasma applet

2009-09-23 Thread alan moore
Aaron J. Seigo wrote: > On September 22, 2009, alan moore wrote: >> My thinking for the solution was to create a sub-containment that would > > and improving the panel and/or the widgets wasn't a possibility? :) > Possible, but for me not very probable; I'm

Re: Review request: Container plasma applet

2009-09-22 Thread alan moore
>> Anyway, with your last sentence you was saying that I could have done a >> similar thing working directly on containments? > > yes, and that's really probably the way to go about it. use cases would > probably help define what direction to actually take. > I was actually a bit excited when I

Re: Stylesheets and plasma widgets

2009-09-10 Thread alan moore
Aaron J. Seigo wrote: > On September 10, 2009, alanm wrote: >> Is there a better way to make these kinds of small adjustments apart from >> style sheets? > > set the font style/face/color on the nativeWidget()? > Thanks; I tried this, but it didn't work (or else I'm doing it wrong). My code is:

Python Containment tutorial?

2009-08-31 Thread alan moore
Hi, In the api documentation for PyKDE on the plasma containment page (http://api.kde.org/pykde-4.2-api/plasma/Plasma.Containment.html), it says "See techbase.kde.org for a tutorial on writing Containments using this class". I'm interested in created a containment plasmoid using Python, and I'm

Re: Querying the dict dataengine

2009-08-17 Thread alan moore
Aaron J. Seigo wrote: > On Saturday 15 August 2009, alan moore wrote: >> Hello; I am working on my first plasmoid (in Python), so apologies in >> advance if I'm a blockhead. >> >> I'm trying to remake the old kicker dictionary applet. I have code that >&

Querying the dict dataengine

2009-08-15 Thread alan moore
Hello; I am working on my first plasmoid (in Python), so apologies in advance if I'm a blockhead. I'm trying to remake the old kicker dictionary applet. I have code that works by calling the "dict" CLI command, but naturally I want to switch that to working with a data engine. I'm a bit hazy