Children collapsible should be false

This commit is contained in:
Jordan Sherer 2019-12-17 21:47:46 -05:00
parent 18e1235a2e
commit f0e1a4c4b6
2 changed files with 9 additions and 0 deletions

View File

@ -40,6 +40,9 @@ WideGraph::WideGraph(QSettings * settings, QWidget *parent) :
setMaximumWidth (MAX_SCREENSIZE);
setMaximumHeight (880);
ui->splitter->setChildrenCollapsible(false);
ui->splitter->updateGeometry();
auto filterEscapeEater = new KeyPressEater();
connect(filterEscapeEater, &KeyPressEater::keyPressed, this, [this](QObject */*obj*/, QKeyEvent *e, bool *pProcessed){
if(e->key() != Qt::Key_Escape){

View File

@ -101,6 +101,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>0</number>