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

Inactive checkboxes on OS X 10.10

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 5.4.0
    • QPA
    • None
    • macOS

    Description

      On OS X 10.10 the checkbox becomes inactive while parent widget haven't focus.

      STEPS TO REPRODUCE
      (Qt Creator 3.3.0 Based On Qt 5.4.0 (clang 6.0(Apple), 64 bit))

      1. Create simple project for Dialog window.
      2. Add to the *.ui file QLineEdit, QListWidjet and layout without any modifications.
      3. Code to add list items in the constructor of the dialog window:

      QListWidget* list = ui->listWidget;
      for( int i = 0; i < 5; ++i )
      {
      QListWidgetItem* item = new QListWidgetItem( "test" );
      item->setCheckState( Qt::Checked );

      list->addItem( item );
      }

      Snapshots are added.

      Attachments

        1. active.png
          active.png
          21 kB
        2. inactive.png
          inactive.png
          21 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            dedietri Gabriel de Dietrich (drgvond)
            yura-vel Yuriy
            Votes:
            3 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes