maxLibQt
|
#include <QLineEdit>
#include <QRegularExpression>
#include <QRegularExpressionValidator>
#include <QKeyEvent>
#include <QWheelEvent>
Go to the source code of this file.
Classes | |
class | TimerEdit |
A time value line editor which accepts negative and large times (> 23:59:59), suitable for a timer, etc. More... | |