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.
returnQt の行編集でプレスキーボードイベントをキャッチするにはどうすればよいですか?
return
信号に接続しますreturnPressed。
returnPressed
http://doc.qt.io/qt-4.8/qlineedit.html#returnPressed
別のキーボードイベントをキャッチしたいすべての人のために - を使用してeventFilterください。(アンドリューの答えが私のものよりも優れている場合)return。QLineEdit
eventFilter
QLineEdit