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 02e6602baa
commit 56cf5b7b17
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;