using Qpainter with widget?
-
Hello! I'm new to qt and I want to use Qpainter in a GUI. Is the best option to use qt widget or qt quick? I really just need to do some simple stuff but I'd want Qpainter to work and be able to make something like selection menu for different parameters an a command line. Thanks in advance
-
Hello! I'm new to qt and I want to use Qpainter in a GUI. Is the best option to use qt widget or qt quick? I really just need to do some simple stuff but I'd want Qpainter to work and be able to make something like selection menu for different parameters an a command line. Thanks in advance
-
QPainter can be used in both QWidgets and Qt Quick. In Qt Quick it can be used with QQuickPaintedItem.
-
Hi,
You'd most likely get better help if you specify exactly what you're working with and want achieved.
What app are you trying to make?
What's "some simple stuff" exactly?
Why do you think QPainter is what you need?
What platform are you targeting?I also have no idea what this means:
selection menu for different parameters an a command line.
but that's probably because I am dense.