N
N
nikita6112017-07-07 17:06:19
Design
nikita611, 2017-07-07 17:06:19

How to draw in Qt?

I want to improve my programming skills and implement several projects in C++/Qt. The choice fell on the card game fool. Tell me, with what Qt tools you can draw maps, animation, drag-and-drop processing, etc. . Or advise some simple 2D engine on which all this can be implemented. Thank you!

Answer the question

In order to leave comments, you need to log in

4 answer(s)
J
Jacob E, 2017-07-08
@nikita611

QML, even much more complex games were made on it.

L
longclaps, 2017-07-07
@longclaps

What skill? Learn to google !

B
BeardedBeaver, 2017-07-07
@BeardedBeaver

Graphics View Framework
doc.qt.io/qt-5/graphicsview.html

K
Konstantin Stepanov, 2017-07-07
@koronabora

You can dodge and use QGraphicsScene and QGraphicsObject of different kinds. With a large number of elements (more than 500), rendering in version 5.7 starts to blunt.
Or maybe my hands are hooks.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question