23 #ifndef __MEMORYLINEEDIT_H__ 24 #define __MEMORYLINEEDIT_H__ 44 void keyPressEvent(QKeyEvent *event)
override;
50 QList<QString> history;
51 QList<QString>::iterator position;
Stores the input into a history that can be accessed by pressing up and down.