Hello,
jst convert ur array[] to QString..
Qt Code:
char array[] = "Hello World"; str = array; QLabel tempLabel; tempLabel.setText( str );To copy to clipboard, switch view to plain text mode
Hello,
jst convert ur array[] to QString..
Qt Code:
char array[] = "Hello World"; str = array; QLabel tempLabel; tempLabel.setText( str );To copy to clipboard, switch view to plain text mode
Bookmarks