libsysprof-ui: start on open support

This commit is contained in:
Christian Hergert
2019-05-16 00:54:06 -07:00
parent 9cf941b794
commit 6f49ddb0e3
6 changed files with 242 additions and 5 deletions

View File

@ -31,6 +31,17 @@
<property name="name">recording</property>
</packing>
</child>
<child>
<object class="SysprofEmptyStateView" id="failed_view">
<property name="icon-name">computer-fail-symbolic</property>
<property name="title" translatable="yes">Something went wrong</property>
<property name="subtitle" translatable="yes">Sysprof failed to access the requested performance data.</property>
<property name="visible">true</property>
</object>
<packing>
<property name="name">failed</property>
</packing>
</child>
</object>
</child>
</template>