mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
57 lines
2.3 KiB
XML
57 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="SysprofMarksView" parent="GtkBin">
|
|
<child>
|
|
<object class="GtkStack" id="stack">
|
|
<property name="visible">true</property>
|
|
<child>
|
|
<object class="GtkScrolledWindow" id="scroller">
|
|
<property name="visible">true</property>
|
|
<child>
|
|
<object class="GtkTreeView" id="tree_view">
|
|
<property name="headers-visible">false</property>
|
|
<property name="enable-grid-lines">horizontal</property>
|
|
<property name="visible">true</property>
|
|
<child>
|
|
<object class="GtkTreeViewColumn" id="duration_column">
|
|
<property name="title" translatable="yes">Duration</property>
|
|
<property name="expand">true</property>
|
|
<child>
|
|
<object class="SysprofCellRendererDuration" id="duration_cell">
|
|
<property name="xalign">0</property>
|
|
<property name="ypad">1</property>
|
|
</object>
|
|
<attributes>
|
|
<attribute name="text">5</attribute>
|
|
<attribute name="begin-time">2</attribute>
|
|
<attribute name="end-time">3</attribute>
|
|
</attributes>
|
|
<cell-packing>
|
|
<property name="expand">true</property>
|
|
</cell-packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="name">marks</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="SysprofEmptyStateView">
|
|
<property name="icon-name">computer-fail-symbolic</property>
|
|
<property name="title" translatable="yes">No Timings Available</property>
|
|
<property name="subtitle" translatable="yes">No timing data was collected.</property>
|
|
<property name="visible">true</property>
|
|
</object>
|
|
<packing>
|
|
<property name="name">empty-state</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|