i have a very easy question. how can i settext an int value??
Qt Code:
int length; length=10; ui->lineEdit->setText("The length is:", length);To copy to clipboard, switch view to plain text mode
i have a very easy question. how can i settext an int value??
Qt Code:
int length; length=10; ui->lineEdit->setText("The length is:", length);To copy to clipboard, switch view to plain text mode
Bookmarks