Hi. I have a small problem.
my code:
Qt Code:
ui(new Ui::ka) { ui->setupUi(this); go(); }To copy to clipboard, switch view to plain text mode
The function go(); is running before UI is showed but I dont want it like that.
The Ui should be show first, and then go(); should be run.
Could You help me?
Sorry for my bad english![]()
Thanks![]()
Bookmarks