i have two questions:
first how can i apply html text formatting to a string variable , i mean i have some thing like this
titreLabel = new QLabel("<font color= 'green' size = 15><b>Welcome</b></font>" + surname + " " + name, this);
my formating applies only to welcome but i dont know how i can apply the same formatting the strings contained in my two variables surname and name... cause if i put then between " " they will not be considered as variables..
the second question is that how can i put an image on the background of a widget
tnx for ur help...