QDockWidget Splitter Icon not visible in QMainWindow
-
Hi,
Do you mean the mouse cursor ?
-
are you sure you don't mean the handle?
you can set the style of it (so make it show) with the stylesheet http://doc.qt.io/qt-4.8/stylesheet-examples.html#customizing-qsplitter -
are you sure you don't mean the handle?
you can set the style of it (so make it show) with the stylesheet http://doc.qt.io/qt-4.8/stylesheet-examples.html#customizing-qsplitterNo. I mean the mouse cursor!
When i run the application can resize the dock window on the corresponding position, but the Qt::SplitHCursor or Qt::SplitVCursor doesn`t appear. Mouse cursor is always Qt::ArrowCursor.
In Qt Creator Design the Qt::SplitHCursor and Qt::SplitVCursor become visible.
Hmm, what can i do wrong here? Lines of code = 0. -
Not the best answer but are you locked to that old version of Qt ? The current being 5.7, you should rather test your application with it.
-
Not the best answer but are you locked to that old version of Qt ? The current being 5.7, you should rather test your application with it.