Make the parser demo UI a bit more practical

This commit is contained in:
Jean Pierre Cimalando 2020-03-28 02:53:50 +01:00
parent 6ee9dd106e
commit a15a50b96c
2 changed files with 4 additions and 12 deletions

View file

@ -99,6 +99,9 @@ void Application::init()
_ui.messageTable->setHorizontalHeaderLabels(QStringList() << tr("Type") << tr("Line") << tr("Message"));
_ui.messageTable->horizontalHeader()->setStretchLastSection(true);
_ui.splitter->setStretchFactor(0, 3);
_ui.splitter->setStretchFactor(1, 1);
window->show();
_parser.setListener(this);

View file

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
<height>800</height>
</rect>
</property>
<property name="windowTitle">
@ -35,17 +35,6 @@
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>