[SOLVED] CSS image not displayed
-
So, I am trying to add image to my button... In QtEditor it's displayed, but when I build it then image won't show up...
!http://img35.imageshack.us/img35/232/jyad.png(Image)!
My Css properties for button
@margin-left: auto;
margin-right: auto;
background-image:url(':/images/exit.png');
background-position: top left;
background-repeat:xy;
border-style: outset;
border-width: 1px;
border-color: white;
@ -
Did qmake and image showed up...