Make the parser demo UI a bit more practical
This commit is contained in:
parent
6ee9dd106e
commit
a15a50b96c
2 changed files with 4 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue