2017-05-30 20:47:16 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<template class="DinoUiContactDetailsDialog">
|
|
|
|
<property name="modal">True</property>
|
|
|
|
<child type="titlebar">
|
|
|
|
<object class="GtkHeaderBar">
|
2017-12-31 19:45:59 +00:00
|
|
|
<property name="title">Conversation Details</property>
|
2017-05-30 20:47:16 +00:00
|
|
|
<property name="show_close_button">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
<property name="propagate_natural_height">True</property>
|
|
|
|
<property name="max_content_height">500</property>
|
|
|
|
<property name="hscrollbar_policy">never</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkGrid">
|
|
|
|
<property name="margin-top">20</property>
|
|
|
|
<property name="margin-bottom">12</property>
|
|
|
|
<property name="margin-right">100</property>
|
|
|
|
<property name="margin-left">100</property>
|
2017-06-16 12:29:02 +00:00
|
|
|
<property name="column-spacing">10</property>
|
2017-05-30 20:47:16 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2018-01-16 15:17:42 +00:00
|
|
|
<object class="DinoUiAvatarImage" id="avatar">
|
|
|
|
<property name="height">50</property>
|
|
|
|
<property name="width">50</property>
|
2017-05-30 20:47:16 +00:00
|
|
|
<property name="visible">True</property>
|
2018-01-16 15:17:42 +00:00
|
|
|
<property name="allow_gray">False</property>
|
2017-05-30 20:47:16 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">0</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2017-06-16 12:29:02 +00:00
|
|
|
<child>
|
|
|
|
<object class="DinoUiUtilEntryLabelHybrid" id="name_hybrid">
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2017-05-30 20:47:16 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="name_label">
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="weight" value="PANGO_WEIGHT_BOLD"/>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">0</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="jid_label">
|
|
|
|
<property name="xalign">0</property>
|
2018-01-04 20:13:44 +00:00
|
|
|
<property name="yalign">0</property>
|
2017-08-24 15:24:22 +00:00
|
|
|
<property name="selectable">True</property>
|
2017-05-30 20:47:16 +00:00
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="account_label">
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="yalign">1</property>
|
|
|
|
<property name="margin">5</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">2</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="width">1</property>
|
|
|
|
<property name="height">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox" id="main_box">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="margin-right">100</property>
|
|
|
|
<property name="margin-left">100</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|