vranki / siilihai-client

Siilihai web forum reader
http://www.siilihai.com/
GNU General Public License v3.0
18 stars 5 forks source link

minor fix regardning text fields in parsermaker #6

Closed klasrocket closed 7 years ago

klasrocket commented 7 years ago

The 4 text fields for page spanning were only allowing 3 chars due to input mask; "NNN"

vranki commented 7 years ago

Is there a forum requiring more numbers? The NNN validates that the values must be numbers (no text allowed) and thought 3 numbers should be enough. Maybe change to NNNN if needed?

See http://doc.qt.io/qt-4.8/qlineedit.html#inputMask-prop