I’ve been working on an app using the MiQt Golang bindings, and was running into an issue where icons wouldn’t display on QPushButtons. I tried previewing it in other application themes and found that the icon shows up just fine in them, but not in QtCurve. This is with Qt6 support enabled in that theme.
I’ve a copy of the code for QtCurve checked out, and would like some pointers as to where in the code it is dropping the icon from being painted.
Any assistance would be appreciated, since this is the first time I’ve had to track down an issue in application themes.
Thanks