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.
QTableWidgetItem単一のセルに異なるフォントサイズで含めることは可能ですか?
QTableWidgetItem
複数行のテキストを持つセルがあります
twi = new QTableWidgetItem(); twi->setText("title \nAck \nTime");
次のように見えるものを与える
タイトル 確認応答 時間
しかし、私が欲しいのは
それは可能ですか?
ありがとう
を使用しtwi->setData(Qt::FontRole, QFont("", new_size));ます。
twi->setData(Qt::FontRole, QFont("", new_size));