How I Can change text on the button
-
I have function
@void RepeatQuestion@
and when i want to change the text on the button, that don't work. I tried
@Ui_MainWindow.pushButton->SetText("")@ @Ui_MainWindow->pushButton->SetText("")@ @Ui::MainWindow.pushButton->SetText("")@
and
@Ui::MAinWindow->pushButton->SetText("")@ -
-