Talk:Development/Tutorials/Plasma4/GettingStarted: Difference between revisions

From KDE TechBase
No edit summary
(note about applet install dir)
Line 1: Line 1:
Maybe I have messed something up, but for me copying applet's shared object file (.so) to $KDEDIR/lib will not work (plasma gives: "Could not find requested component: applet_name"). If I copy same file to $KDEDIR/lib/kde4 plasma will find that.
----
In the "The .desktop file" section, the
In the "The .desktop file" section, the
''X-KDE-ServiceTypes=Plasma/Applet''
''X-KDE-ServiceTypes=Plasma/Applet''

Revision as of 12:50, 18 January 2009

Maybe I have messed something up, but for me copying applet's shared object file (.so) to $KDEDIR/lib will not work (plasma gives: "Could not find requested component: applet_name"). If I copy same file to $KDEDIR/lib/kde4 plasma will find that.


In the "The .desktop file" section, the X-KDE-ServiceTypes=Plasma/Applet is right? Because, if you look at the source code of the default widgets of KDE4.1 you see: ServiceTypes=Plasma/Applet I will edit the page to conform this.

--Leokolln 00:28, 26 September 2008 (CEST)


There are some infos about a QRectF boundingRect() method, but no such method defined in the actual code, is that normal ?

maybe setContentSize would be better than resize there... Chani 15:44, 11 February 2008 (CET)