Re: bless Qt::?
Germain Garand <[email protected]>
| Newsgroups | gmane.comp.kde.devel.perl |
|---|---|
| Message-ID | <[email protected]> |
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