最終更新:2013-07-14 (日) 18:46:34 (3936d)  

QLabel
Top / QLabel

テキストまたは画像の表示

メモ

  • QLabelではHTML形式で表示するテキストを指定することができる

関数

  • setBuddy(QWidget* buddy ) - Sets this label's buddy to buddy.
    • When the user presses the shortcut key indicated by this label, the keyboard focus is transferred to the label's buddy widget.

関連