[Qt-interest] String Concatenation Problem while working with QProcess

Usman Ajmal uzmanajmal at gmail.com
Wed May 27 12:42:10 CEST 2009


Thanks Arnold

On Wed, May 27, 2009 at 3:20 PM, Arnold Krille <arnold at arnoldarts.de> wrote:

> On Wednesday 27 May 2009 08:26:23 Usman Ajmal wrote:
> > I want the output file to be taken from a lineEdit named 'path_lineEdit'.
> > Following program din work because the text in the lineEdit is not
> > concatenating with the program.
> > QString program = "dd if=/dev/mem of=" path_lineEdit->text( );
>
> Just use the + operator or the QString::append(...).
>
> Arnold
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090527/3d665bec/attachment.html 


More information about the Qt-interest-old mailing list