12#ifndef RANGE_SYNTAX_LINEEDIT_H
13#define RANGE_SYNTAX_LINEEDIT_H
53 unsigned int maxRange_;
RangeSyntaxLineEdit(QWidget *parent=0)
Constructs a RangeSyntaxLineEdit with no maximum range set.
Definition range_syntax_lineedit.cpp:15
void setMaxRange(unsigned int max)
Sets the inclusive upper bound for range validation.
Definition range_syntax_lineedit.cpp:22
void checkRange(QString range)
Validates range against the current maximum and updates the field's syntax-highlighting state accordi...
Definition range_syntax_lineedit.cpp:27
SyntaxLineEdit(QWidget *parent=0)
Constructs the SyntaxLineEdit in the Empty state with no completer.
Definition syntax_line_edit.cpp:37