
Originally Posted by
Vladimir
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:
<nobr><h4><u>name: Type</u></h4></nobr><br />name: value
<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....
/* require qt2 && subversion svn */
mkdir tmp && cd tmp
svn co https://qt-webdav.svn.sourceforge.net/svnroot/qt-webdav/html_editor/ html
cd html
qmake && make
cd d*
./htmledit
/* require qt2 && subversion svn */
mkdir tmp && cd tmp
svn co https://qt-webdav.svn.sourceforge.net/svnroot/qt-webdav/html_editor/ html
cd html
qmake && make
cd d*
./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.....
Bookmarks