How to make qtextedit work like a tooltip so that i am able to use scrollbar to see large text? Ask
Unsolved
General and Desktop
-
I am having a table widget with large content, when ever i hover mouse on the tableWidget items it should display the textEdit which contains scrollbar so that we can see the complete text in it
-
I am having a table widget with large content, when ever i hover mouse on the tableWidget items it should display the textEdit which contains scrollbar so that we can see the complete text in it
@Himanshu-charde
You should also consider using https://doc.qt.io/qt-5/qwidget.html#whatsThis-prop instead of tooltip for "large, formatted" help-type text/widgets.