c++ - QDateTime widget looks bad under Mac OS X -


i have project based on qt 5.2.1 , has qdatetime widget calendar pop-up (calendarpopup option set on true). when run app under ubuntu 13.10 (or looking in qt designer) qdatetime looks like:

ubuntu qdatetime

and it's ok. under mac os x 10.9.2 looks like:

macos qdatetime

as can see white area higher arrow , looks pretty ugly. i've been searching information found nothing. can me find workaround issue?

note: better without creating custom widget. able set styles or in qdatetime class?

problem solved appending "border: 1px;" qdatetime style sheets. looks like:

macos qdatetime border

not perfect, enough me. @bowdzone giving me idea!


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -