style sheet works on designer but not working through VS 2010 build
Hi,
I set the followinf css from the designer which works pretty OK.
Code:
QWidget#BuddyListView{background-image: url( "D:/sip_client/sanal_santral/SIP_CLIENT_NG/SIPC_TTNGN/images/videoPhoneVideoBackground.png"); }
But when I build my project from VS 2010 bakground-image isn't set.
Any ideas?
Re: style sheet works on designer but not working through VS 2010 build
Are you building and running your project on the same machine as the Designer is running?
Re: style sheet works on designer but not working through VS 2010 build
Definetely.
Added after 11 minutes:
By the way, setting solely i.e. "background:red" works just fine.