print “hellp world” 🙂
i want to ask you if exist a function or class hwo can show the html code like the browser’s jobe
thx
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is QtWebKit Module within Qt. It incorporates webkit rendering engine. Whereas you can get access to Qt classes using python binding, you can use Qt official manual as help. Qt designer is also included into pyqt – you can try using it to design your application’s GUI (I’m almost sure you’ll be able to find web browser component or similar there).
As for using html tags to decorate labels and other components showing text, you can refer to this question.