Qt Code:
void hi( const char *data ) { printf( "%s", data ); } hi( d.constData() );To copy to clipboard, switch view to plain text mode
Cheers,
_[/QUOTE]
Btw this code is the .cpp or the .c file ?
I do not need to declare a QString now . as i am just using the ui->lineEdit->text(); to get the data
Bookmarks