View Single Post
Old 06-19-2011, 04:33 AM   #22
burbleburble
Connoisseur
burbleburble began at the beginning.
 
Posts: 52
Karma: 38
Join Date: Jun 2011
Device: Kindle 3
Thank you for your responses.
  1. Using pyqt webkit, how does one get the QWebElement underlying the user selection and change it.
    • for ex., the user selects a range, and presses the button to make it italic. How do I get the underlying QWebElement to set its attribute to italic?!
  2. Also, how do I get signals describing changes to the document (in content editable mode) so that I know what the user deleted, or what he added, without processeing the entire document in comparison to the older one.

I have searched google, qt documentation, everywhere, and I cant figure it out how to do these things, esp #1 which is essential to editing the html.

Thank you for any help.
burbleburble is offline   Reply With Quote