mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
This is a major redesign a modernization of Sysprof. The core data structures and design are largely the same, but it has been ported to Gtk3 and has lots of additions that should make your profiling experience smoother. Especially for those that are new to profiling. There are some very simple help docs added, but we really need the experts to come in and write some documentation here.
42 lines
1.3 KiB
XML
42 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<interface>
|
|
<template class="SpProcessModelRow" parent="GtkListBoxRow">
|
|
<child>
|
|
<object class="GtkBox">
|
|
<property name="visible">true</property>
|
|
<property name="spacing">6</property>
|
|
<child>
|
|
<object class="GtkImage" id="image">
|
|
<!-- Todo -->
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="label">
|
|
<property name="hexpand">false</property>
|
|
<property name="visible">true</property>
|
|
<property name="ellipsize">middle</property>
|
|
<property name="xalign">0.0</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkImage" id="check">
|
|
<property name="hexpand">false</property>
|
|
<property name="icon-name">object-select-symbolic</property>
|
|
<property name="visible">false</property>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="pid">
|
|
<property name="hexpand">true</property>
|
|
<property name="visible">true</property>
|
|
<property name="xalign">1.0</property>
|
|
<style>
|
|
<class name="dim-label"/>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|