Blob Blame History Raw
<?xml version="1.0"?>
<interface>
  <requires lib="gtk+" version="2.16"/>
  <!-- interface-naming-policy toplevel-contextual -->
  <object class="GtkVBox" id="vbox_salut_settings">
    <property name="visible">True</property>
    <property name="orientation">vertical</property>
    <property name="spacing">6</property>
    <child>
      <object class="GtkGrid" id="grid_common_settings">
        <property name="visible">True</property>
        <property name="column_spacing">12</property>
        <property name="row_spacing">6</property>
        <child>
          <object class="GtkEntry" id="entry_nickname">
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="hexpand">True</property>
            <property name="width_request">280</property>
          </object>
          <packing>
            <property name="left_attach">1</property>
            <property name="top_attach">2</property>
          </packing>
        </child>
        <child>
          <object class="GtkEntry" id="entry_last_name">
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="hexpand">True</property>
            <property name="width_request">280</property>
          </object>
          <packing>
            <property name="left_attach">1</property>
            <property name="top_attach">1</property>
          </packing>
        </child>
        <child>
          <object class="GtkEntry" id="entry_first_name">
            <property name="visible">True</property>
            <property name="can_focus">True</property>
            <property name="hexpand">True</property>
            <property name="width_request">280</property>
          </object>
          <packing>
            <property name="left_attach">1</property>
          </packing>
        </child>
        <child>
          <object class="GtkLabel" id="label_nickname">
            <property name="visible">True</property>
            <property name="xalign">1</property>
            <property name="label" translatable="yes">Nic_kname</property>
            <property name="use_underline">True</property>
            <property name="mnemonic_widget">entry_nickname</property>
            <style>
              <class name="dim-label"/>
            </style>
          </object>
          <packing>
            <property name="top_attach">2</property>
            <property name="left_attach">0</property>
          </packing>
        </child>
        <child>
          <object class="GtkLabel" id="label_last_name">
            <property name="visible">True</property>
            <property name="xalign">1</property>
            <property name="label" translatable="yes">_Last Name</property>
            <property name="use_underline">True</property>
            <property name="mnemonic_widget">entry_last_name</property>
            <style>
              <class name="dim-label"/>
            </style>
          </object>
          <packing>
            <property name="top_attach">1</property>
            <property name="left_attach">0</property>
          </packing>
        </child>
        <child>
          <object class="GtkLabel" id="label_first_name">
            <property name="visible">True</property>
            <property name="xalign">1</property>
            <property name="label" translatable="yes">_First Name</property>
            <property name="use_underline">True</property>
            <property name="mnemonic_widget">entry_first_name</property>
            <style>
              <class name="dim-label"/>
            </style>
          </object>
          <packing>
            <property name="left_attach">0</property>
          </packing>
        </child>
      </object>
      <packing>
        <property name="expand">False</property>
        <property name="fill">False</property>
        <property name="position">0</property>
      </packing>
    </child>
    <child>
      <object class="GtkExpander" id="expander_advanced_settings">
        <property name="visible">True</property>
        <property name="can_focus">True</property>
        <child>
          <object class="GtkGrid" id="grid_advanced_settings">
            <property name="visible">True</property>
            <property name="column_spacing">12</property>
            <property name="row_spacing">6</property>
            <child>
              <object class="GtkEntry" id="entry_published">
                <property name="visible">True</property>
                <property name="can_focus">True</property>
                <property name="hexpand">True</property>
              </object>
              <packing>
                <property name="left_attach">1</property>
              </packing>
            </child>
            <child>
              <object class="GtkLabel" id="label_published">
                <property name="visible">True</property>
                <property name="xalign">1</property>
                <property name="label" translatable="yes">_Published Name</property>
                <property name="use_underline">True</property>
                <property name="mnemonic_widget">entry_published</property>
                <style>
                  <class name="dim-label"/>
                </style>
              </object>
              <packing>
                <property name="left_attach">0</property>
              </packing>
            </child>
            <child>
              <object class="GtkEntry" id="entry_jid">
                <property name="visible">True</property>
                <property name="can_focus">True</property>
                <property name="hexpand">True</property>
              </object>
              <packing>
                <property name="left_attach">1</property>
                <property name="top_attach">2</property>
              </packing>
            </child>
            <child>
              <object class="GtkEntry" id="entry_email">
                <property name="visible">True</property>
                <property name="can_focus">True</property>
                <property name="hexpand">True</property>
              </object>
              <packing>
                <property name="left_attach">1</property>
                <property name="top_attach">1</property>
              </packing>
            </child>
            <child>
              <object class="GtkLabel" id="label_jid">
                <property name="visible">True</property>
                <property name="xalign">1</property>
                <property name="label" translatable="yes">_Jabber ID</property>
                <property name="use_underline">True</property>
                <property name="mnemonic_widget">entry_jid</property>
                <style>
                  <class name="dim-label"/>
                </style>
              </object>
              <packing>
                <property name="top_attach">2</property>
                <property name="left_attach">0</property>
              </packing>
            </child>
            <child>
              <object class="GtkLabel" id="label_email">
                <property name="visible">True</property>
                <property name="xalign">1</property>
                <property name="label" translatable="yes">E-_mail address</property>
                <property name="use_underline">True</property>
                <property name="mnemonic_widget">entry_email</property>
                <style>
                  <class name="dim-label"/>
                </style>
              </object>
              <packing>
                <property name="top_attach">1</property>
                <property name="left_attach">0</property>
              </packing>
            </child>
          </object>
        </child>
        <child type="label">
          <object class="GtkLabel" id="label1">
            <property name="visible">True</property>
            <property name="label" translatable="yes">Advanced</property>
            <attributes>
              <attribute name="weight" value="bold"/>
            </attributes>
          </object>
        </child>
      </object>
      <packing>
        <property name="expand">False</property>
        <property name="fill">False</property>
        <property name="position">1</property>
      </packing>
    </child>
  </object>
  <object class="GtkSizeGroup" id="sg_field_labels">
    <widgets>
      <widget name="label_nickname"/>
      <widget name="label_last_name"/>
      <widget name="label_first_name"/>
      <widget name="label_published"/>
      <widget name="label_jid"/>
      <widget name="label_email"/>
    </widgets>
  </object>
</interface>