Skip to content
  1. May 10, 2018
  2. May 01, 2018
  3. Apr 30, 2018
  4. Apr 25, 2018
  5. Apr 10, 2018
  6. Feb 21, 2018
  7. Oct 23, 2017
  8. Aug 09, 2017
  9. Apr 06, 2017
  10. Mar 27, 2017
  11. Mar 13, 2017
  12. Mar 05, 2017
  13. Mar 03, 2017
  14. Mar 01, 2017
  15. Feb 20, 2017
  16. Feb 19, 2017
  17. Feb 15, 2017
  18. Feb 13, 2017
  19. Nov 27, 2016
  20. Sep 30, 2016
  21. Sep 20, 2016
  22. Sep 18, 2016
  23. Sep 14, 2016
  24. Aug 25, 2016
  25. Jul 28, 2016
  26. Jun 25, 2016
  27. Jun 12, 2016
  28. Jun 08, 2016
  29. Jun 06, 2016
  30. May 31, 2016
  31. May 23, 2016
  32. Apr 28, 2016
  33. Apr 13, 2016
  34. Mar 31, 2016
    • Tomaz Canabrava's avatar
      Only accept numbers in FactTextEdit · 8f137cdc
      Tomaz Canabrava authored
      
      
      All facts are numeric, atm. this means that the input should only
      accept numbers. it already had the     inputMethodHints:   Qt.ImhFormattedNumbersOnly
      option, but for some reason it still accepted letters and symbols.
      by adding a     validator: DoubleValidator {} we limit the characters
      to numbers only - and if the value is a integer, it will still work.
      
      Tested by adding waypoints on the map & messing with the GPS coordinates.
      
      Signed-off-by: default avatarTomaz Canabrava <tomaz.canabrava@intel.com>
      8f137cdc
Loading