Bug 494624

Summary: KNewPasswordWidget does not let setting tab order
Product: [Frameworks and Libraries] frameworks-kwidgetsaddons Reporter: Andrius Štikonas <andrius>
Component: generalAssignee: Christoph Feck <cfeck>
Status: REPORTED ---    
Severity: normal CC: kdelibs-bugs-null, lingm+kdebugs
Priority: NOR    
Version First Reported In: 6.6.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Andrius Štikonas 2024-10-12 23:27:27 UTC
While looking at https://bugs.kde.org/show_bug.cgi?id=494557 I observed that there is no way to set tab order in UI file (with and without Qt Designer) for KNewPasswordWidget.

STEPS TO REPRODUCE
1. Create a form with a few widgets such as check boxes, line edits...
2. Insert KNewPasswordWidget in the middle.
3. Set tab order.

OBSERVED RESULT
No way to set tab order on password entry fields.

EXPECTED RESULT
We should be able to set tab order for password fields too.