Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
What is the css code for making QComBox transparent?
Gaurav
did you try using a style sheet? There the following should be possible: @ QComboBox, QComboBox QLineEdit, { background: transparent; } @
Gerolf,
I am attaching a screenshot.
!http://www.intelligaia.com/images/qt/SetupScreen1.jpg!
What do you want to show with this picture?
Do you want round corners or a transparent combo?
Look closely at the picture. You can see black corners on a dark grey background.
Hi gauravofindia,
did you try the following:
@ QComboBox, QComboBox QLineEdit, { background: transparent; border-width: 0px; border-style: transparent border-radius: 4px; } @
perhaps it helps.
Hi Gerolf,
This still does not work :(
Hm,
the I have currently no idea why it is that way, sorry...