[kde-artists] [Bug 242133] New: Phase style on Windows does not paint arrows on QScrollBar, QSpinBox.

Goldfish Huang <[email protected]>
Newsgroups gmane.comp.kde.artists
Message-ID <[email protected]/>
https://bugs.kde.org/show_bug.cgi?id=242133

           Summary: Phase style on Windows does not paint arrows on
                    QScrollBar, QSpinBox.
           Product: artwork
           Version: unspecified
          Platform: Unlisted Binaries
        OS/Version: MS Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=48127)
 --> (http://bugs.kde.org/attachment.cgi?id=48127)
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();
}

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
______________________________________________________________________________
[email protected] |  https://mail.kde.org/mailman/listinfo/kde-artists
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.