Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-108620

qdoublespinbox setvalue nan bug

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • None
    • GUI: Text handling
    • None
    • All

    Description

      int QAbstractSpinBoxPrivate::variantCompare(const QVariant &arg1, const QVariant &arg2)

       

      case QVariant::Double: if (arg1.toDouble() == arg2.toDouble()) { return 0; } else if (arg1.toDouble() < arg2.toDouble()) { return -1; } else { return 1; }

       

       

      Attachments

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            zhuzhifang Zhu zhifang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: