Probably your border got transparent too. How about setting a border style explicitely?
Probably your border got transparent too. How about setting a border style explicitely?
i have tried :
background-color: rgba(255, 255, 255, 0);
color: rgb(255, 255, 255);
border-style: rgb(255, 255, 255);
but it doesn't work
I think it should be border-color and not border-style.
yes,you are right!!! it is border-color, i confused myself.
However, although in this way on windows works perfectly , on linux that it is where i want to run my application, the border-color doesn't appear.
I don't want to see the border color of the button only when it is selected! I always want to see!!!
Does anybody know what is what am i doing wrong??
thanks!
i have get it doing in this way:
color: rgb(255, 255, 255);
background-color: qlineargradient(spreadad,x1:0,y1:0,x2:1,y2:0,stop:1 rgba(0,0,0,255));
One question more when i selected the property enabled(true) i see a small focus in the pushbutton. how can i remove this focus?
Bookmarks