How to show a resize-bar between widgets in a QSplitter?
-
These splitters are fonctional ?
On mac, there is a round spot in the middle
But on windows I don't know. -
@mpergand
What do you do for this except creating a QSplitter and adding the widgets?
Are there any other methods of the QSplitter you call?@Simmania said in How to show a resize-bar between widgets in a QSplitter?:
What do you do for this except
Nothing, is standard on mac.
You can create your own QSplitterHandle -
@mpergand
What do you do for this except creating a QSplitter and adding the widgets?
Are there any other methods of the QSplitter you call?@Simmania
Not my area but have you looked at e.g. https://stackoverflow.com/questions/2545577/qsplitter-becoming-undistinguishable-between-qwidget-and-qtabwidget and https://stackoverflow.com/questions/22964113/splitter-in-qt5-is-invisible ?QSplitter
handle stuff (https://doc.qt.io/qt-5/qsplitterhandle.html).