---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/102350/
---
(Updated Aug. 21, 2011, 1:47 a.m.)
Review request for Plasma.
Changes
--
I don't know "select allimport", what's it?I wrote a QML file and I imported it
in a widget with this code:
[...]m_qmlCategoryListView = new
QDeclarativeView();[...]m_qmlCategoryListView->setSource(QUrl("qrc:/Qml/CategoryListView.qml"));
Messaggio originale
Da: notm...@gmail.com
Da
On Saturday 20 August 2011, ag...@tiscali.it wrote:
> Hi all.
> I have a problem with the Plasma QML API: when in qml file I write this:
> Code: Select allimport org.kde.plasma.graphicswidgets 0.1 as PlasmaWidgets
> in the output I find:
> Code: Select allqrc:/Qml/CategoryListView.qml:3:1: module
>
Hi all.
I have a problem with the Plasma QML API: when in qml file I write this:
Code: Select allimport org.kde.plasma.graphicswidgets 0.1 as PlasmaWidgets
in the output I find:
Code: Select allqrc:/Qml/CategoryListView.qml:3:1: module
"org.kde.plasma.graphicswidgets" is not installed
Why?
In the
> On Aug. 20, 2011, 1:22 a.m., Mark Gaiser wrote:
> > Hi,
> >
> > I was just trying to do the same thing with kmix and wasted ~6 hours on
> > that (or even more) just to find that is was already here but never
> > committed. So how are we on this? Can this be committed?
> >
> > Regards,
> > M
在 2011年8月20日 Saturday 10:14:41,Aaron J. Seigo 写道:
> On Saturday, August 20, 2011 13:47:21 Weng Xuetian wrote:
> > Hi Plasma World,
> > I'm trying to run this
>
> example:https://projects.kde.org/projects/kde/kdeexamples/repository/revisio
> ns/maste
> > r/entry/plasma/javascript/plasmoids/usingServ
On Saturday, August 20, 2011 13:47:21 Weng Xuetian wrote:
> Hi Plasma World,
> I'm trying to run this
example:https://projects.kde.org/projects/kde/kdeexamples/repository/revisions/maste
> r/entry/plasma/javascript/plasmoids/usingServices/
> In spite of connectSource missing a time interval,
the