Commit 25bda81
fix: The "Add Group" button cannot be focused using the Tab key.
log: Explicitly specified the tab order using setTabOrder(m_pushButton, m_addGroupButton) and set the focus policy of both buttons to Qt::TabFocus.
pms: bug-3378131 parent 9b92777 commit 25bda81
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
245 | 246 | | |
246 | 247 | | |
| 248 | + | |
247 | 249 | | |
248 | 250 | | |
249 | 251 | | |
| |||
345 | 347 | | |
346 | 348 | | |
347 | 349 | | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
348 | 355 | | |
0 commit comments