Hi,

I am brand new to Qt development and I am hoping you guys might be able to help me with a GUI / Stylesheet issue.

The issue is I am trying to remove a border which appears around a button when it becomes active on my form (white approx 1px surrounded by another grey rounded approx 2px), is there a way to remove this border?

Further info, not sure if this helps ...

I am using the latest version of QT on my Windows XP machine, I am running my application on my Nokia N85 and I use the D-Pad on my phone to navigate between buttons.

I have 3 buttons on my form, I have used style sheets to remove borders and padding etc. and replace the background images to png's so they now look exactly how I want them. I have also created a section in the css for the focus state which changes the image to Image B all working as desired apart fom the border being visible when my button is highlighted.

Thanks in advance for any pointers.

Cheers


Chris