Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サブクラス化せずに、QComboBox テキストを QLineEdit の setPlaceholderText のように、選択が行われていない場所に表示することはできますか?
QComboBox にはプレースホルダー テキスト オプションはありませんが、次の 2 つの方法でこれを実現できます。
myCombo->lineEdit()->setPlaceholderText("Some text");