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?
Anglia asked 31/7, 2014 at 15:28

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...
Quintain asked 8/5, 2013 at 15:28

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 ...
Bounds asked 23/8, 2011 at 21:41

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...
Neighborhood asked 7/1, 2017 at 11:24

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 ...
Southsouthwest asked 12/8, 2015 at 15:24

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...
Valuer asked 24/2, 2014 at 19:27

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...
Moist asked 18/1, 2013 at 11:8

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
Musgrave asked 16/12, 2008 at 15:8

1

I'm trying to implement the following layout |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| | | | | | | | QTABWIDGET | QGLWIDGET | | | | | | | |_______________|________________| | | | | | TEXTEDIT | |________...
Surrejoinder asked 13/12, 2012 at 21:6

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...
Muskellunge asked 30/12, 2011 at 23:23

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.
Preferment asked 7/4, 2011 at 9:40

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?
Vision asked 28/6, 2010 at 8:32
1

© 2022 - 2024 — McMap. All rights reserved.