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(); }
Created attachment 48575 [details] A patch in unified diff format. This is a patch maybe working. But I don't know why it works.
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
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!
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!
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.