[Qt-interest] String Concatenation Problem while working with QProcess
Arnold Krille
arnold at arnoldarts.de
Wed May 27 12:20:23 CEST 2009
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090527/5e9bd4b4/attachment.bin
More information about the Qt-interest-old
mailing list