Resizing an image with mouse / display a video in QTextBrowser
Hi guys,
I'm creating a WYSIWYG texteditor for a larger application. Now i have two questions:
1) I have a QTextBrowser and insert images. These images should be resizable when you click on the right corner, like in Word. Is this possible with a QTextBrowser or do i need another widget? If so, which one? I found this thread, but i hope it's not the only solution.
2) I want to insert videos in the same widget. Is there something like a 'QMediaWidget' which can be placed in a TextBrowser?
thanks in advance
saurroth
Re: Resizing an image with mouse / display a video in QTextBrowser
Hi.
I'm on the same Problem and informations are very rare. I started a Thread in the Qt Developer Network. Somebody posted a nice idea to get the Position and Size of Images in a QTextEdit. There are still some problems but maybe it leads in the right direction.
http://developer.qt.nokia.com/forums/viewthread/11509/
Re: Resizing an image with mouse / display a video in QTextBrowser
@Bareos
the link is no more available
did you have another one?