summaryrefslogtreecommitdiffstats
path: root/src/Gui/ccgui.glade
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-03-04 17:37:26 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-03-04 17:37:26 +0100
commitfb618b39a7de74b9cc58db322599603fc880ac36 (patch)
treeb47fa1098f9d70ae5cf708c37efd5f431e631736 /src/Gui/ccgui.glade
parent7d0b86ce4ce9401b7177c91874cac9e1e0ee42c7 (diff)
downloadabrt-fb618b39a7de74b9cc58db322599603fc880ac36.tar.gz
abrt-fb618b39a7de74b9cc58db322599603fc880ac36.tar.xz
abrt-fb618b39a7de74b9cc58db322599603fc880ac36.zip
Added a progress bar, new Comment entry for user comments..
Diffstat (limited to 'src/Gui/ccgui.glade')
-rw-r--r--src/Gui/ccgui.glade41
1 files changed, 40 insertions, 1 deletions
diff --git a/src/Gui/ccgui.glade b/src/Gui/ccgui.glade
index dbac11da..ee579cb4 100644
--- a/src/Gui/ccgui.glade
+++ b/src/Gui/ccgui.glade
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
-<!--Generated with glade3 3.4.5 on Sat Feb 28 15:37:08 2009 -->
+<!--Generated with glade3 3.4.5 on Wed Mar 4 17:03:55 2009 -->
<glade-interface>
<widget class="GtkWindow" id="main_window2">
<property name="title" translatable="yes">Crash-catcher</property>
@@ -299,4 +299,43 @@
</widget>
</child>
</widget>
+ <widget class="GtkWindow" id="pBarWindow">
+ <property name="title" translatable="yes">Please wait..</property>
+ <property name="modal">True</property>
+ <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="default_width">270</property>
+ <child>
+ <widget class="GtkVBox" id="vbox1">
+ <property name="visible">True</property>
+ <child>
+ <widget class="GtkLabel" id="pbLabel">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Working...</property>
+ </widget>
+ <packing>
+ <property name="expand">False</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="GtkProgressBar" id="pBar">
+ <property name="visible">True</property>
+ </widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="GtkStatusbar" id="statusbar2">
+ <property name="visible">True</property>
+ <property name="spacing">2</property>
+ </widget>
+ <packing>
+ <property name="expand">False</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ </widget>
+ </child>
+ </widget>
</glade-interface>