Bug 242133

Summary: Phase style on Windows does not paint arrows on QScrollBar, QSpinBox.
Product: [Unmaintained] artwork Reporter: Goldfish Huang <hgoldfish>
Component: generalAssignee: KDE Artists Mailinglist <kde-artists>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Microsoft Windows   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: no arrows, no tooltips
A patch in unified diff format.

Description Goldfish Huang 2010-06-19 06:16:42 UTC
Created attachment 48127 [details]
no arrows, no tooltips

Version:           unspecified (using Devel) 
OS:                MS Windows

Phase style on Windows does not paint arrows on QScrollBar, QSpinBox, QComboBox, and not corrently paint tooltips either.

Reproducible: Always

Steps to Reproduce:
//Create a Qt program using Phase Style.

#include <QtGui>

int main(int argc, char** argv)
{
	QApplication app(argc, argv);
	app.setStyle(QStyleFactory::create("phase"));
	QScrollBar w(Qt::Horizontal);
	w.setToolTip("fish is here");
	w.show();
	return app.exec();
}
Comment 1 Goldfish Huang 2010-07-04 03:18:36 UTC
Created attachment 48575 [details]
A patch in unified diff format.

This is a patch maybe working. But I don't know why it works.
Comment 2 Christoph Feck 2010-07-07 15:30:33 UTC
SVN commit 1147158 by cfeck:

Fix wrong tooltip opacity (backport r1147157)

Thanks to Goldfish Huang for the hint

The wrong rendering of bitmaps looks like a Qt bug, could you
check if it is fixed with Qt 4.7?

FIXED-IN: 4.5.0
CCBUG: 242133


 M  +0 -1      phasestyle.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1147158
Comment 3 Andrew Crouthamel 2018-11-05 03:18:43 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 4 Andrew Crouthamel 2018-11-17 04:54:11 UTC
Dear Bug Submitter,

This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand.

Thank you for helping us make KDE software even better for everyone!
Comment 5 Goldfish Huang 2018-11-17 12:17:42 UTC
Phase style is not ported to KDE Frameworks 5. So this bug can be changed to closed now. I am the reporter, do not use KDE4 anymore. I remember that this bug was fixed years ago.