Hi, my site has two labels. One shows a total amount. If the user clicks on the other label, a tooltip shows up, where the user can increase the total amount with help of different links: +------------------------------- + <a href=???>increase by 1</a>+ + <a href=???>increase by 2</a>+ + <a href=???>increase by 3</a>+ +-------------------------------
How do I implement this? So far, I have a QTipBehaviour class, that controls the tooltip. But how can I change the total amount from there? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
