KDirOperator inside plasma Applet?
Aaron J. Seigo
aseigo at kde.org
Wed Jul 9 09:23:52 CEST 2008
On Wednesday 09 July 2008, Julian Hernandez Gomez wrote:
> Hi Aaron,
>
> I'm trying to do something simple:
>
> --------------------
>
> |KUrlNavigator| <----- to select the dir with the movies you want to
>
> download a subtitle
> ============
>
> | movie_file_inside_dir_1 |
> | movie_file_inside_dir_n |
where's the KDirNavigator appear?
for the KUrlNavigator you may want to use a QGraphicsProxyWidget, like:
KUrlNavigator *nav = new KUrlNavigator;
QGraphicsProxyWidget *proxy = new QGraphicsProxyWidget(this);
proxy->setWidget(nav);
then add proxy to your applet's layout.
--
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43
KDE core developer sponsored by Trolltech
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/panel-devel/attachments/20080709/a56845d5/attachment.pgp
More information about the Panel-devel
mailing list