PDA

View Full Version : QTextbrowser Resizing using mouse during run time



abhisheksirsikar
4th October 2016, 11:02
Hello I want to implement in my application auto resizing using mouse drag movement.This seems to be integrated by default to QWidget which can be resized using mouse drag at the bottom right corner.
Could You please give me a hint,how can one activate this for QTextedit or QTextbrowser

Thanks in Advance,
Abhishek

anda_skoa
6th October 2016, 15:53
You just need to make sure all container widgets have layouts and all children of these widgets have been added to the layout.

Cheers,
_