PDA

View Full Version : style sheet works on designer but not working through VS 2010 build



zgulser
10th September 2012, 08:09
Hi,

I set the followinf css from the designer which works pretty OK.



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?

ChrisW67
10th September 2012, 08:16
Are you building and running your project on the same machine as the Designer is running?

zgulser
10th September 2012, 08:38
Definetely.

Added after 11 minutes:

By the way, setting solely i.e. "background:red" works just fine.