I'd want to see a wider selector on the splitter.
It can be possible?
Thanks
Printable View
I'd want to see a wider selector on the splitter.
It can be possible?
Thanks
Have you tried setHandleWidth() ?
http://doc.trolltech.com/latest/qspl...ndleWidth-prop
Joh
I keep on without view something, and I have played with all properties but without success.
Any idea ?
Well that's the default style on your operating system. But you can override that for the splitter with setStyle().
Code:
#include <QtCore> #include <QtGui> int main(int argc, char *argv[]) { QMainWindow mw; mw.setCentralWidget(s); mw.show(); return a.exec(); }
Joh