On Wed, May 9, 2012 at 10:54 PM, Eric Mesa wrote:
> Alright, here's my python code:
>
> import sys
>
> from PyQt4.QtCore import QObject, QUrl, pyqtSignal
> from PyQt4.QtGui import QApplication
> from PyQt4.QtDeclarative import QDeclarativeView
> from PyKDE4.plasma import Plasma
> from PyKDE4 impor
Alright, here's my python code:
import sys
from PyQt4.QtCore import QObject, QUrl, pyqtSignal
from PyQt4.QtGui import QApplication
from PyQt4.QtDeclarative import QDeclarativeView
from PyKDE4.plasma import Plasma
from PyKDE4 import plasmascript
app = QApplication(sys.argv)
# Create the QML user
On Wed, May 9, 2012 at 10:55 AM, Luca Beltrame wrote:
> In data mercoledì 9 maggio 2012 16:44:12, Marco Martin ha scritto:
>
> > afaik only pyqt has complete bindings for kdelibs for now
>
> Correct, PySide is not supported.
>
> > I am no aware about the status of bindings on those parts, that's
In data mercoledì 9 maggio 2012 16:44:12, Marco Martin ha scritto:
> afaik only pyqt has complete bindings for kdelibs for now
Correct, PySide is not supported.
> I am no aware about the status of bindings on those parts, that's more
> a question for bindings people
To be blunt, I haven't seen
right?
> 3) Would my resulting code still be able to be a plasmoid? Or would it just
> have to be a regular program?
i think is in theory possible to make plasmoids that use both python
and qml with the python and qml parts talking each other.
what would be needed i think is to crea
Hey All,
I had an email a few months ago where I was trying to change the color of
some button in my QML plasmoid based on the output of what happened in a
python script. While researching the idea today, I found the following
resources:
http://qt-project.org/wiki/Connecting_QML_Signals_in_PySid