This code displays text on my qwidget:
Qt Code:
button->setText("dog"); button->show();To copy to clipboard, switch view to plain text mode
but this does not:
Qt Code:
button.setText("dog"); button.show()To copy to clipboard, switch view to plain text mode
I'm a bit confused why.
Thanks!


Reply With Quote



Bookmarks