diff options
Diffstat (limited to 'ui/Progress.glade')
-rw-r--r-- | ui/Progress.glade | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/ui/Progress.glade b/ui/Progress.glade new file mode 100644 index 0000000..d38e616 --- /dev/null +++ b/ui/Progress.glade @@ -0,0 +1,72 @@ +<?xml version="1.0"?> +<glade-interface> + <!-- interface-requires gtk+ 2.16 --> + <!-- interface-naming-policy project-wide --> + <widget class="GtkDialog" id="dialog1"> + <property name="visible">True</property> + <property name="border_width">5</property> + <property name="type_hint">normal</property> + <property name="has_separator">False</property> + <property name="modal">True</property> + <signal name="destroy" handler="on_dialog1_destroy"/> + <child internal-child="vbox"> + <widget class="GtkVBox" id="dialog-vbox1"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <property name="spacing">2</property> + <child> + <widget class="GtkLabel" id="info_label"> + <property name="visible">True</property> + <property name="label" translatable="yes">label</property> + </widget> + <packing> + <property name="position">1</property> + </packing> + </child> + <child> + <widget class="GtkProgressBar" id="progressbar1"> + <property name="visible">True</property> + </widget> + <packing> + <property name="fill">False</property> + <property name="position">2</property> + </packing> + </child> + <child> + <widget class="GtkLabel" id="progress_label"> + <property name="visible">True</property> + <property name="xalign">0</property> + </widget> + <packing> + <property name="position">3</property> + </packing> + </child> + <child internal-child="action_area"> + <widget class="GtkHButtonBox" id="dialog-action_area1"> + <property name="visible">True</property> + <property name="layout_style">end</property> + <child> + <widget class="GtkButton" id="stop_button"> + <property name="label" translatable="yes">Close</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <signal name="clicked" handler="on_stop_button_clicked"/> + </widget> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">0</property> + </packing> + </child> + </widget> + <packing> + <property name="expand">False</property> + <property name="pack_type">end</property> + <property name="position">0</property> + </packing> + </child> + </widget> + </child> + </widget> +</glade-interface> |