I use QSplitter and I found out that the minumum width of a widget in the splitter is32 pixels (and 23 pixels in height). Does anybody body knows how
Say I have a window, where thereare 2 horizontal sppliters, and a button. How to move a splitter up/down by clicking o开发者_Python百科n the button?Take a look at http://doc.qt.io/qt-4.8/qsplitter.htm
I have a QSplitter with two widgets. One of them is static, the other one is supposed to change on the press of a button. But the problem is the widget does not change?