mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Improve the tag widget to allow us to tab to the next field
If the last key that went in ended a tag and the next key is a tab - deliver that to the TabWidget instead so we can navigate between input fields. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
531a5db2f1
commit
6d42a99e7f
4 changed files with 15 additions and 2 deletions
|
@ -27,6 +27,7 @@ protected:
|
|||
|
||||
private:
|
||||
QCompleter *m_completer;
|
||||
bool lastFinishedTag;
|
||||
};
|
||||
|
||||
#endif // TAGWIDGET_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue