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
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
>> 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
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:
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
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
>&
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