libsysprof-ui: add log view

This commit is contained in:
Christian Hergert
2019-05-26 12:57:41 -07:00
parent 7202d7aed9
commit 5f3a9c0a72
9 changed files with 285 additions and 4 deletions

View File

@ -153,6 +153,16 @@
<property name="name">counters</property>
</packing>
</child>
<child>
<object class="SysprofLogsView" id="logs_view">
<property name="visible">true</property>
</object>
<packing>
<!-- translators: the _ is used to denote the accelerator key -->
<property name="title" translatable="yes">_Logs</property>
<property name="name">logs</property>
</packing>
</child>
<child>
<object class="SysprofDetailsView" id="details_view">
<property name="visible">true</property>