Trying to create a "Paint Brush," Tool, having some trouble
General and Desktop
2
Posts
2
Posters
556
Views
1
Watching
-
I'm trying to create a "Paint Brush," tool for a drawing applicaiton I'm working. I was hoping I could use QPainterPath to let the user draw the line, then let QPainter render the line with a Qt::RadialGradientPattern, but that doesn't seem to be working.
Are there any other idea I could try to acchive this?