anotherim-desktop/main/data/add_conversation/add_contact_dialog.ui

109 lines
5.4 KiB
Plaintext
Raw Normal View History

2017-03-02 14:37:32 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
2022-02-14 13:55:59 +00:00
<requires lib="gtk" version="4.0"/>
<template class="DinoUiAddContactDialog">
2022-02-14 13:55:59 +00:00
<property name="title" translatable="1">Add Contact</property>
2017-11-06 00:02:13 +00:00
<property name="valign">center</property>
2017-03-02 14:37:32 +00:00
<property name="modal">True</property>
<child type="titlebar">
<object class="GtkHeaderBar">
2022-02-14 13:55:59 +00:00
<property name="show-title-buttons">False</property>
2017-03-02 14:37:32 +00:00
<child>
<object class="GtkButton" id="cancel_button">
2022-02-14 13:55:59 +00:00
<property name="label" translatable="1">Cancel</property>
2017-03-02 14:37:32 +00:00
</object>
</child>
2022-02-14 13:55:59 +00:00
<child type="end">
2017-03-02 14:37:32 +00:00
<object class="GtkButton" id="ok_button">
2022-02-14 13:55:59 +00:00
<property name="label" translatable="1">Add</property>
<property name="sensitive">0</property>
2017-03-02 14:37:32 +00:00
<style>
<class name="suggested-action"/>
</style>
</object>
</child>
</object>
</child>
2022-02-14 13:55:59 +00:00
<child internal-child="content_area">
2017-03-02 14:37:32 +00:00
<object class="GtkBox">
<child>
<object class="GtkGrid" id="info_grid">
<property name="orientation">vertical</property>
2022-02-14 13:55:59 +00:00
<property name="margin-start">20</property>
<property name="margin-end">20</property>
<property name="margin-top">20</property>
<property name="margin-bottom">20</property>
2017-03-02 14:37:32 +00:00
<property name="row-spacing">7</property>
<property name="column-spacing">10</property>
<child>
<object class="GtkLabel">
2022-02-14 13:55:59 +00:00
<property name="label" translatable="1">Account</property>
2017-03-02 14:37:32 +00:00
<property name="xalign">1</property>
2022-02-14 13:55:59 +00:00
<layout>
<property name="column">0</property>
<property name="row">0</property>
</layout>
2017-03-02 14:37:32 +00:00
</object>
</child>
<child>
2017-03-22 22:55:19 +00:00
<object class="DinoUiAccountComboBox" id="account_combobox">
2017-03-02 14:37:32 +00:00
<property name="hexpand">True</property>
<property name="width_request">200</property>
2022-02-14 13:55:59 +00:00
<layout>
<property name="column">1</property>
<property name="row">0</property>
</layout>
2017-03-02 14:37:32 +00:00
</object>
</child>
<child>
<object class="GtkLabel">
<property name="label">JID</property>
<property name="xalign">1</property>
2022-02-14 13:55:59 +00:00
<layout>
<property name="column">0</property>
<property name="row">1</property>
</layout>
2017-03-02 14:37:32 +00:00
</object>
</child>
<child>
<object class="GtkEntry" id="jid_entry">
2022-02-14 13:55:59 +00:00
<property name="activates_default">1</property>
<property name="hexpand">1</property>
2017-03-02 14:37:32 +00:00
<property name="width_request">200</property>
2022-02-14 13:55:59 +00:00
<layout>
<property name="column">1</property>
<property name="row">1</property>
</layout>
2017-03-02 14:37:32 +00:00
</object>
</child>
<child>
<object class="GtkLabel">
2022-02-14 13:55:59 +00:00
<property name="label" translatable="1">Alias</property>
2017-03-02 14:37:32 +00:00
<property name="xalign">1</property>
2022-02-14 13:55:59 +00:00
<layout>
<property name="column">0</property>
<property name="row">2</property>
</layout>
2017-03-02 14:37:32 +00:00
</object>
</child>
<child>
<object class="GtkEntry" id="alias_entry">
2022-02-14 13:55:59 +00:00
<property name="activates_default">1</property>
<property name="hexpand">1</property>
2017-03-02 14:37:32 +00:00
<property name="width_request">200</property>
2022-02-14 13:55:59 +00:00
<layout>
<property name="column">1</property>
<property name="row">2</property>
</layout>
2017-03-02 14:37:32 +00:00
</object>
</child>
</object>
</child>
</object>
</child>
<action-widgets>
<action-widget response="cancel">cancel_button</action-widget>
<action-widget response="ok" default="true">ok_button</action-widget>
</action-widgets>
</template>
2022-02-14 13:55:59 +00:00
</interface>