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

editable QComboBox property frame lose efficacy

    XMLWordPrintable

Details

    • Windows
    • All

    Description

      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(); 

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes