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

editable QComboBox property frame lose efficacy

XMLWordPrintable

    • Windows

      after setFrame(false), when edit, editable QComboBox has frame.

      QWidget* w = new QWidget;
      w->resize(300, 200);
      QComboBox* b = new QComboBox(w);
      b->resize(200, 100);
      b->setFrame(false);
      b->setEditable(true);
      b->lineEdit()->hide();
      w->show(); 

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

            chehrlic Christian Ehrlicher
            hwshqtb x sj
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes