added custom window frame for windows
This commit is contained in:
@@ -57,6 +57,8 @@ void RippleEffectButton::paintEvent(QPaintEvent *)
|
||||
|
||||
void RippleEffectButton::fancyPaint(QPainter &painter)
|
||||
{
|
||||
painter.setRenderHint(QPainter::HighQualityAntialiasing);
|
||||
painter.setRenderHint(QPainter::Antialiasing);
|
||||
QColor c;
|
||||
|
||||
if (this->mouseEffectColor) {
|
||||
|
||||
Reference in New Issue
Block a user