Bug 242133 - Phase style on Windows does not paint arrows on QScrollBar, QSpinBox.
Summary: Phase style on Windows does not paint arrows on QScrollBar, QSpinBox.
Status: RESOLVED FIXED
Alias: None
Product: artwork
Classification: Unmaintained
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: KDE Artists Mailinglist
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-19 06:16 UTC by Goldfish Huang
Modified: 2018-11-17 12:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
no arrows, no tooltips (4.99 KB, image/png)
2010-06-19 06:16 UTC, Goldfish Huang
Details
A patch in unified diff format. (2.14 KB, patch)
2010-07-04 03:18 UTC, Goldfish Huang
Details

Note You need to log in before you can comment on or make changes to this bug.
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.