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

Inactive checkboxes on OS X 10.10

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes