qsplitter Questions
4
Solved
I want to initialize the splitter handle position like the following instead of in the middle. I cannot set it in the property.
How to solve this?
5
Solved
I have QListView and QTabWidget inside QSplitter. QListView is using custom model and custom delegates. In delegate I reimplemented paint and sizeHint methods. But when I resize view - height of el...
3
Solved
When I press a button, I bring up a dialog where user select things and press 'Ok' at the end. I want a splitter in this dialog. Left pane will show tree and right will show something else. How do ...
Junejuneau asked 3/2, 2015 at 21:46
6
Solved
I am puting a QWidget and a QTabWidget next to each other in one horisontal splitter. And the splitter loses it's shape, you can know that there is a splitter only by hovering mouse on it. How to m...
Middlebuster asked 30/3, 2010 at 13:34
1
I use QSplitter and I found out that the minumum width of a widget in
the splitter is 32 pixels (and 23 pixels in height). Does anybody body knows how
to change this default. In other words, you ...
1
Solved
I have a horizontal QSplitter with two child QWidget objects. Now, when user drags the splitter handle to the right beyond a certain threshold (which, I assume, depends on child's minimum size), th...
1
Solved
I use QSplitter to place some widgets side by side.
Being a user, I can resize those widgets just dragging a splitter.
Being a programmer, I don't know how to specify exactly what width and what ...
1
Solved
You can customize the thickness and background image of the splitter handle
http://qt-project.org/doc/qt-4.8/stylesheet-examples.html#customizing-qsplitter
But is there a way to add a small graph...
2
Solved
Is it possible to have a QSplitter which has one widget of a fixed size and the other with a variable size?
This code sets things right, but when the window is resized the splitter changes proport...
6
Solved
In my app have a window splitted by a QSplitter, and I need to remove an widget.
How can I do that? I can't find useful methods
1
I'm trying to implement the following layout
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| | |
| | |
| QTABWIDGET | QGLWIDGET |
| | |
| | |
|_______________|________________|
| |
| |
| TEXTEDIT |
|________...
1
Solved
I have a QGridLayout with a QSplitter on it. In that QSplitter I have two elements with a splitter that lets me move the splitter from left to right. Fine, there it's fine. But then I want to add a...
1
Solved
In QtCreator I created a QSplitter which separates vertically a QTreeWidget from a vertical layout with many things on the right.
I would like that this second column by default takes the minimum ...
Pinstripe asked 17/11, 2011 at 11:3
1
Solved
I didn't find this on the web...
What does this opaqueResize property on QSplitter (see doc) stand for?
Thanks.
1
Solved
Say I have a window, where there are 2 horizontal sppliters, and a button. How to move a splitter up/down by clicking on the button?
1
© 2022 - 2024 — McMap. All rights reserved.