12#ifndef RANGE_SYNTAX_LINEEDIT_H
13#define RANGE_SYNTAX_LINEEDIT_H
53 unsigned int maxRange_;
SyntaxLineEdit specialisation that validates a packet range expression (e.g. "1-5,...
Definition range_syntax_lineedit.h:25
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
QLineEdit subclass that adds syntax-state colouring, error messaging, and partial token-based autocom...
Definition syntax_line_edit.h:28