Re: [Development] Qt5.2 application palette

2013-12-05 Thread Martin Koller
On Thursday 05 December 2013 15:27:29 Bache-Wiig Jens wrote: > > On 05 Dec 2013, at 15:31, Martin Koller wrote: > > > I'm at ec03058fa5b84b4570a2158bf2179f7ba4d83b99 and I see something I can > > not explain: > > > > QApplication app(argc, argv); > > > > cerr << "style:" << qPrintable(QAppl

Re: [Development] Qt5.2 application palette

2013-12-05 Thread Bache-Wiig Jens
On 05 Dec 2013, at 15:31, Martin Koller wrote: > I'm at ec03058fa5b84b4570a2158bf2179f7ba4d83b99 and I see something I can not > explain: > > QApplication app(argc, argv); > > cerr << "style:" << qPrintable(QApplication::style()->objectName()) << > std::endl; > > QPalette pal = QApplicat

[Development] Qt5.2 application palette

2013-12-05 Thread Martin Koller
I'm at ec03058fa5b84b4570a2158bf2179f7ba4d83b99 and I see something I can not explain: QApplication app(argc, argv); cerr << "style:" << qPrintable(QApplication::style()->objectName()) << std::endl; QPalette pal = QApplication::palette(); cerr << "dark:" << qPrintable(pal.brush(QPalett