A plasmoid is a widget for the KDE Plasma system, which can be placed on the screen background or in the panel.
Questions tagged [plasmoid]
36 questions
0
votes
1 answer
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…

kostas Doe
- 43
- 1
- 9
0
votes
2 answers
How to get system, user info with pure qml linux
I am preparing pure qml plasmoid for my new panel appereance in KDE Plasma 4 and I have to use at most Qt 4.7 library and Qt.Quick 1.1 for that. Is it possible to pick up current user's fullname?
Is there any plasma API related to that like…

oksidez
- 71
- 1
- 1
- 7
0
votes
2 answers
Launching bash script from javascript issue
I'm trying to launch bash script from javascript (plasmoid).
I have in plasmoid's main.js this command:
plasmoid.runCommand("bash-script.sh");
When starting plasmoid from terminal by plasmoidviewer, I can see all the output that I expecting to…

Chord
- 11
- 2
0
votes
1 answer
connecting a signal of widget in a plasmoid
I am new to Qt and am trying to connect the cilicked signal o a push button with a function hile writing a plasmoid. I am trying to use an external function as a public with Plasma::PushButton type object so that I can use it to connect it with the…

mjnovice
- 172
- 11
0
votes
1 answer
KDE plasmoid ind autorefresh
I'm trying to write KDE4 plasmoid in JavaScript, but have not success.
So, I need to get some data via HTTP and display it in Label. That's working well, but I need regular refresh (once in 10 seconds), it's not working.
My code:
inLabel = new…

Shura
- 108
- 1
- 8
-1
votes
1 answer
Drag & Drop in KListWidget (PyQt/PyKde programming)
I'm developing a little app (precisely it's a KDE4 plasmoid) in PyQt/PyKde.
In my app I have a KListWidget filled with some rows, see this picture:
http://img212.imageshack.us/img212/8444/sshot3.jpg
I need to implement a drag&drop action for the…

JuanDeLosMuertos
- 4,532
- 15
- 55
- 87