2009-04-14 01:34:30 +05:30
|
|
|
<?xml version="1.0"?>
|
|
|
|
<interface>
|
2010-02-15 15:37:15 +05:30
|
|
|
<!-- interface-requires gtk+ 2.12 -->
|
|
|
|
<!-- interface-naming-policy toplevel-contextual -->
|
2009-04-14 01:34:30 +05:30
|
|
|
<object class="GtkWindow" id="report">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="default_width">600</property>
|
|
|
|
<property name="default_height">400</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<signal name="delete_event" handler="on_delete_event"/>
|
2009-04-14 01:34:30 +05:30
|
|
|
<child>
|
|
|
|
<object class="GtkVBox" id="vbox38">
|
|
|
|
<property name="visible">True</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="orientation">vertical</property>
|
2009-04-14 01:34:30 +05:30
|
|
|
<child>
|
|
|
|
<object class="GtkHPaned" id="hpaned3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow3">
|
|
|
|
<property name="visible">True</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="hscrollbar_policy">automatic</property>
|
|
|
|
<property name="vscrollbar_policy">automatic</property>
|
|
|
|
<property name="shadow_type">in</property>
|
2009-04-14 01:34:30 +05:30
|
|
|
<child>
|
|
|
|
<object class="GtkTreeView" id="tree">
|
|
|
|
<property name="width_request">200</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="headers_visible">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="resize">False</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="shrink">False</property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkVBox" id="vbox39">
|
|
|
|
<property name="visible">True</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="orientation">vertical</property>
|
2009-04-14 01:34:30 +05:30
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="hbox3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="title">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="xpad">10</property>
|
|
|
|
<property name="ypad">10</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="use_markup">True</property>
|
|
|
|
<property name="justify">center</property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="position">0</property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="padding">20</property>
|
|
|
|
<property name="position">0</property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="description">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">10</property>
|
|
|
|
<property name="ypad">20</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="label" translatable="yes">Select a report from those available on the left.</property>
|
|
|
|
<property name="wrap">True</property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="position">1</property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTable" id="statbox">
|
|
|
|
<property name="n_rows">3</property>
|
|
|
|
<property name="n_columns">2</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="report_label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="xpad">3</property>
|
|
|
|
<property name="ypad">3</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="label" translatable="yes">Status:</property>
|
|
|
|
<property name="justify">center</property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="report_status">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="xpad">5</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="y_options"></property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label70">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="xpad">3</property>
|
|
|
|
<property name="ypad">3</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="label" translatable="yes">Author:</property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label71">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="xpad">3</property>
|
|
|
|
<property name="ypad">3</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="label" translatable="yes">Author's email:</property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="author_name">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="xpad">5</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">1</property>
|
|
|
|
<property name="bottom_attach">2</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="author_email">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="xpad">5</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="left_attach">1</property>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="top_attach">2</property>
|
|
|
|
<property name="bottom_attach">3</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options"></property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="position">2</property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="resize">True</property>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="shrink">True</property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2010-02-15 15:37:15 +05:30
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHButtonBox" id="hbuttonbox23">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<property name="layout_style">end</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="button108">
|
|
|
|
<property name="label">gtk-close</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
<signal name="clicked" handler="destroy_passed_object" object="report"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="apply">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="tooltip_text" translatable="yes">Perform selected action</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<signal name="clicked" handler="on_report_apply_clicked" object="report"/>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="padding">6</property>
|
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
2009-04-14 01:34:30 +05:30
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|