From kde-perl Fri Sep 24 22:13:31 2004 From: Germain Garand Date: Fri, 24 Sep 2004 22:13:31 +0000 To: kde-perl Subject: Re: [Kde-perl] bless Qt::? Message-Id: <200409242313.32274.germain () ebooksfrance ! org> X-MARC-Message: https://marc.info/?l=kde-perl&m=109606333712675 Le Vendredi 24 Septembre 2004 19:10, Tobias Gläßer a écrit : > Hello, > > I'm searching for a way to convert for example a Qt::Widget object > of which I know that it in reality points to a Qt::IconView object, > so that the methods of Qt::IconView can be used on it. > > I already tried my luck with bless(), but I hadn't much luck up until > now. try: CAST($widget, "Qt::IconView"); Greetings, Germain _______________________________________________ Kde-perl mailing list Kde-perl@kde.org https://mail.kde.org/mailman/listinfo/kde-perl