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

QDateTimeEdit::setSelectedSection Can Not Works Correct on Symbian

    XMLWordPrintable

Details

    • 787b56fbcad2eda8ababc919a535fb2f9ef48fb5

    Description

      EditorDateEdit edit;
      edit.setDisplayFormat("hh/mm/bc9ss");
      edit.setTime(QTime(12, 34, 56));
      edit.setSelectedSection(QDateTimeEdit::MinuteSection); // select minute, 34 indeed
      edit.show();
      QCOMPARE(edit.lineEdit()->selectedText(), QString("34")); // selectedText returns 12 on Symbian

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            e0348803 Miikka Heikkinen
            workingpad yang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes