Quote Originally Posted by Vladimir View Post
Hello !
I'm using rich-text formated QToolTip and it seems that the width of tooltip is computed incorrectly: there is a lot of extra free space. My tooltip text looks like the following:
Qt Code:
  1. <nobr><h4><u>name: Type</u></h4></nobr><br />name: value
To copy to clipboard, switch view to plain text mode 
Are there any ways to adjust tooltip width more precisely ?
You can write qt html && make html -> table large xx pixel...
To work on this html is you can build your hown editor... or....

Qt Code:
  1. /* require qt2 && subversion svn */
  2.  
  3. mkdir tmp && cd tmp
  4. svn co https://qt-webdav.svn.sourceforge.net/svnroot/qt-webdav/html_editor/ html
  5. cd html
  6. qmake && make
  7. cd d*
  8. ./htmledit
To copy to clipboard, switch view to plain text mode 

On this tool you can switch source edit or Wysiwyg table & image ... only link href must make from hand.....