Hello!
I want to assign any variables for example from MainWindow to another, but I don't know how to do it.
I try this:
in another form.Qt Code:
MainWindow *main = new MainWindow;To copy to clipboard, switch view to plain text mode
I know how to call any objects in ui, but don't know how call to any variable.
Thanks
Bookmarks