Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declare attributes instead of using "findChild" #23

Open
cjlcarvalho opened this issue Nov 7, 2019 · 0 comments
Open

Declare attributes instead of using "findChild" #23

cjlcarvalho opened this issue Nov 7, 2019 · 0 comments
Assignees

Comments

@cjlcarvalho
Copy link

You can manipulate your widgets as attributes in SimulatorGUI.

And avoid the constant use of the "auto" type, because it will be better if you specify the variable type explicitly. A good usage of "auto" happens when you are using multiple templates as in T< X< Y, Z > >.

auto numProcs = this->findChild<QSpinBox *>("nProcesses")->value();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants