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

Fix bug forcing to click dozen of times on "Open" button #98

Open
d-vogel opened this issue Feb 9, 2015 · 0 comments
Open

Fix bug forcing to click dozen of times on "Open" button #98

d-vogel opened this issue Feb 9, 2015 · 0 comments

Comments

@d-vogel
Copy link

d-vogel commented Feb 9, 2015

Hello all,
I'm trying to fix some issues in GRBL Controller which are ennoying me :
I'm working on the following bug : when I'm firering the app, I have to click many times to get the program connected to the arduino. the bug is due to the shortcut which isn't the same in the translation and the ui.
you can see this by adding the folowing code :

info("button says %s test wants %s", ui->btnOpenPort->text().toUtf8().constData(), open_button_text.toUtf8().constData());

at the beginning of MainWindow::openPortCtl
I'm getting the following result :
"button says O&uvrir test wants Ouvrir" (french localized)
a shortcut is apparently added to the button, but I can't find where this happends. I know QPushButton uses the first letter by default as shortcut, but here it seems different.

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

1 participant