Trilarion / imperialism-remake

Imperialism remake
https://remake.twelvepm.de/
GNU General Public License v3.0
54 stars 19 forks source link

Enforce types and valid ranges for inputs in dialogs? #28

Open Trilarion opened 7 years ago

Trilarion commented 7 years ago

Example:

New scenario dialog:

Title: must be convertible into a string, at least x characters long Rows: Integer, [1,1000] Columns: like rows

Do not allow to "Ok" the dialog before the constraints aren't fullfilled (display them), only cancel the dialog.

Trilarion commented 7 years ago

See QValidator