gajim-plural/gajim/data/gui/httpupload_progress_dialog.ui

96 lines
3.3 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2019-03-26 21:36:26 +01:00
<!-- Generated with glade 3.22.1 -->
<interface>
2019-03-26 21:36:26 +01:00
<requires lib="gtk+" version="3.20"/>
<object class="GtkGrid" id="grid">
2019-03-26 21:36:26 +01:00
<property name="width_request">300</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
2019-03-26 21:36:26 +01:00
<property name="border_width">18</property>
<property name="row_spacing">6</property>
<property name="column_spacing">12</property>
<property name="column_homogeneous">True</property>
<child>
2019-03-26 21:36:26 +01:00
<object class="GtkImage">
<property name="visible">True</property>
<property name="can_focus">False</property>
2019-03-26 21:36:26 +01:00
<property name="icon_name">document-send-symbolic</property>
<property name="icon_size">6</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">0</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="file_name_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label">&lt;file name&gt;</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">2</property>
</packing>
</child>
2019-03-26 21:36:26 +01:00
<child>
<object class="GtkLabel" id="progress_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<style>
<class name="dim-label"/>
</style>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">3</property>
2019-03-26 21:36:26 +01:00
</packing>
</child>
<child>
<object class="GtkProgressBar" id="progressbar">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_top">6</property>
<property name="pulse_step">0.10000000149</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">4</property>
2019-03-26 21:36:26 +01:00
</packing>
</child>
<child>
<object class="GtkButton" id="cancel_upload_button">
<property name="label" translatable="yes">Cancel Upload</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="halign">center</property>
<property name="margin_top">6</property>
<signal name="clicked" handler="on_cancel_upload_button_clicked" swapped="no"/>
<style>
<class name="destructive-action"/>
</style>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">5</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_top">6</property>
<property name="label">&lt;placeholder&gt;</property>
<style>
<class name="bold"/>
</style>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">1</property>
2019-03-26 21:36:26 +01:00
</packing>
</child>
</object>
</interface>