software_keyboard: Add max and current length display to dialog

This commit is contained in:
Zach Hilman 2018-11-17 14:44:16 -05:00
parent b9c0661453
commit 945fdd9361
2 changed files with 11 additions and 1 deletions

View file

@ -47,6 +47,7 @@ private:
QLabel* header_label;
QLabel* sub_label;
QLabel* guide_label;
QLabel* length_label;
QLineEdit* line_edit;
QVBoxLayout* layout;