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.
左上の座標系からデフォルトに移動する方法を知っている人
解決策は次のとおりです。
QMatrix m; m.translate(0,size.height()); m.scale(1,-1); QPainter painter; painter.begin(&pic); painter.setMatrix(m);