Merge pull request #2980 from Joern-R/GroupBy

LTM Reveal Window
This commit is contained in:
Joern
2018-12-17 17:07:24 +01:00
committed by GitHub

View File

@@ -215,6 +215,7 @@ LTMWindow::LTMWindow(Context *context) :
<< tr("All");
rGroupBy->setStrings(strings);
rGroupBy->setValue(0);
rGroupBy->setMinimumWidth(100);
revealLayout->addWidget(rGroupBy);
rData = new QCheckBox(tr("Data Table"), this);