We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've been sent here from manatools/dnfdragora#119 (comment) where setKeyboardFocus() doesn't set the focus on InputField for some reason.
setKeyboardFocus()
The text was updated successfully, but these errors were encountered:
Could be a conflict between dialog.setDefaultButton and setKeyboardFocus on element.
dialog.setDefaultButton
setKeyboardFocus
self.find_entry = self.factory.createInputField(hbox_top, "") icon_file = self.images_path + "find.png" self.find_button = self.factory.createIconButton(hbox_top, icon_file, _("&Search")) self.find_button.setWeight(0,6) self.dialog.setDefaultButton(self.find_button) self.find_entry.setKeyboardFocus()
Sorry, something went wrong.
No branches or pull requests
I've been sent here from manatools/dnfdragora#119 (comment) where
setKeyboardFocus()
doesn't set the focus on InputField for some reason.The text was updated successfully, but these errors were encountered: