aboutsummaryrefslogtreecommitdiff
path: root/src/ppm-modem-request.ui
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-10-25 20:10:42 +0200
committerGuido Günther <agx@sigxcpu.org>2010-11-25 21:04:16 +0100
commitf3bcc5ed66c808ccc15417daf5f3ad25c76ad648 (patch)
treea856718cdb571f656e207819147474c7eac90648 /src/ppm-modem-request.ui
Initial commit
Diffstat (limited to 'src/ppm-modem-request.ui')
-rw-r--r--src/ppm-modem-request.ui66
1 files changed, 66 insertions, 0 deletions
diff --git a/src/ppm-modem-request.ui b/src/ppm-modem-request.ui
new file mode 100644
index 0000000..6ddd166
--- /dev/null
+++ b/src/ppm-modem-request.ui
@@ -0,0 +1,66 @@
+<?xml version="1.0"?>
+<interface>
+ <requires lib="gtk+" version="2.16"/>
+ <!-- interface-naming-policy project-wide -->
+ <object class="GtkDialog" id="ppm_modem_request">
+ <property name="border_width">5</property>
+ <property name="title" translatable="yes">Prepaid Manager</property>
+ <property name="resizable">False</property>
+ <property name="modal">True</property>
+ <property name="destroy_with_parent">True</property>
+ <property name="type_hint">dialog</property>
+ <property name="skip_taskbar_hint">True</property>
+ <property name="skip_pager_hint">True</property>
+ <property name="has_separator">False</property>
+ <child internal-child="vbox">
+ <object class="GtkVBox" id="dialog-vbox1">
+ <property name="visible">True</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">2</property>
+ <child>
+ <object class="GtkLabel" id="label_processing">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Sending request to modem</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="padding">10</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkProgressBar" id="progressbar">
+ <property name="visible">True</property>
+ <property name="activity_mode">True</property>
+ <property name="show_text">True</property>
+ <property name="text" translatable="yes">Waiting for reply...</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="padding">10</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child internal-child="action_area">
+ <object class="GtkHButtonBox" id="dialog-action_area1">
+ <property name="visible">True</property>
+ <property name="layout_style">end</property>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="pack_type">end</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ </object>
+ </child>
+ </object>
+</interface>