[SOLVED] CSS image not displayed
General and Desktop
2
Posts
1
Posters
637
Views
-
wrote on 16 Aug 2013, 18:08 last edited by
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;
@ -
wrote on 16 Aug 2013, 19:14 last edited by
Did qmake and image showed up...
1/2