Re: Converting Qt4 QString to ordinary Perl string
Adam Bar <[email protected]> Sat, 13 Jun 2009 14:16:56 +0200
| Newsgroups | gmane.comp.kde.devel.perl |
|---|---|
| Message-ID | <[email protected]> |
2009/6/13 Gary Greene <[email protected]> > > Probably you'll have to marshal using some custom code in those bindings the > data from Qt using std::string QString::toStdString into Perl's SVpv. See > http://doc.trolltech.com/4.5/qstring.html#toStdString for info on that > method. There is no toStdString() in binding too. You say that I need to work with binding code? It's not possible in ordinary Perl code? It is too much for a newbie like me, thank you :) A.