great tutorial Jesper sir, you explained a lot and gave a good example along with print preview 👍👍 however i have a question? i want a fix size display on the text area like paper size A4, legal size... etc other apps like musescore also has this because im tryin to figure out how to make a music note engraving software, should we use graphics view or scene for the text area? i would love to hear from you💜💜
@blackiedk20 күн бұрын
That is hard to say without much more details on your software. However, my general stance is: If you are using Qt Widgets then at least investigate the QGraphicsView framework if you are interacting a lot with what was painted. If you on the other hand only "displays" then QGraphicsView will likely do add much value. Cheers Jesper.