Tagged Questions
The qsplitter tag has no wiki summary.
4
votes
2answers
1k views
QSplitter becoming undistinguishable between QWidget and QTabWidget
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 make ...
2
votes
1answer
68 views
Qt - Making a Splitter Horizontal and Vertical at same time
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 ...
2
votes
5answers
3k views
How to remove QWidgets from QSplitter
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
vote
1answer
106 views
Qt Resizing a QMainWindow with a Splitter
I have a QMainWindow with:
Two widgets in a horizontal splitter. "m_liner" is on the right side
Both widgets have a minimum size of say, 300 pixels.
A checkbox to hide/show the right-side widget ...
1
vote
1answer
280 views
How to move QSplitter?
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?
0
votes
0answers
39 views
QTextBrowser Resizing on a QGridLayout
I have a QGridLayout which contains all the layout for my class. Until there everything goes fine.
I added a QSplitter for other things and then at the bottom (After the splitter) i want the ...
0
votes
1answer
47 views
QSplitter does not correctly set sizes
I have a horizontal QSplitter with two widgets. I want to replace the right hand widget with a new one in a way that the proportions the user has set are maintained. Below is a simplified version of ...
0
votes
1answer
56 views
Qsplitter how to make second column smaller
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 coloumn by default takes the minimun ...
0
votes
0answers
82 views
PYQT QSplitter issue
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 ...
0
votes
1answer
147 views
Qt's opaqueresize property on QSplitter meaning
I didn't find this on the web...
What does this opaqueResize property on QSplitter (see doc) stand for?
Thanks.
0
votes
1answer
509 views
Resizing a QT window when a child element has been removed
I have a QWidget window, which contains a QSplitter. I have a QStackedLayout (within a QWidget container) on both the left and right of the splitter. The main application resides in the left region, ...
0
votes
1answer
237 views
cant exchange widget in QSplitter (Qt)
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?
I have a pointer for the ...