Forum
Sign Up
× DataGrid for Qt.C++

Spinbox limited between 0 and 99.99

9 years 2 weeks ago #1 by Josh Quigley
Out-of-the box, the spin box editor (for numeric values) in the QtitanDataGrid limits values to between 0.00 and 99.99
How can we replace the validator? In particular, I'd like the user to be able to type any value, include 'nan' which is a valid value for 'double' type.

Please Log in or Create an account to join the conversation.

More
9 years 2 weeks ago #2 by Piotr
Hi josh,
You have access to the column editor and can set the appropriate properties. For example:
myColumn->setEditorType(Qtitan::NumericEditorType);
    Qtitan::GridNumericEditorRepository* numericEditor = (Qtitan::GridNumericEditorRepository*)myColumn->editorRepository();
    numericEditor->setDecimals(myDecimals);
    numericEditor->setRange(myMin, myMax);
The following user(s) said Thank You: Josh Quigley

Please Log in or Create an account to join the conversation.

More
  • Not Allowed: to create new topic.
  • Not Allowed: to reply.
  • Not Allowed: to edit your message.
Moderators: Developer Machines
Time to create page: 0.119 seconds

Developer Newsletter

Join our Developer Machines newsletter to get informed on all the latest releases of the commercial components for Qt.C++, Delphi FireMonkey, updates and general knowledges.

Quick Support

Should you need any additional information about our products or licensing, please contact us at the following email addresses:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

Get in Touch

If you would like to purchase our products or services, but don’t know how to do it the right way, please feel free to contact us:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.( any questions related to our products or services )
  • This email address is being protected from spambots. You need JavaScript enabled to view it.( questions related to licensing )