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.
QPlainTextEdit (C++) の特定の場所に行を配置したい 場合:
QPainter p(viewport()); p.setPen(QColor("red")); p.drawLine( 0, 0, 300, lines.at(i)/5);
スクロールしても、行はビューに静的に配置されます。もちろん、それはビューポート上にあるためです。テキストが表示されるのと同じビューにペイントしたい。それ、どうやったら出来るの?
前もって感謝します