Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.8.1
-
-
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
- relates to
-
QTBUG-137403 The visual effect of QLineEdit is quite different from that of FluentUI.
-
- Closed
-