Quantcast
Viewing all articles
Browse latest Browse all 13965

How to add paypal donate button to an application?

Paypal provides as with this link. <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="IHIDETHISNUMBER"> <input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online."> https://www.paypalobjects.com/en_GB/i/scr/pixel.gif </form> So i was thinking how to add this to a qt app? I mean i could for example add a button, make it flat, change it’s icon and put a lik, but this sounds a little bit wrong? How to use the html that paypal provides me? tried to a label’s text, doesn’t work..

Viewing all articles
Browse latest Browse all 13965

Trending Articles