|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21571/root/usr/share/pirut/ui/ |
Upload File : |
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://gazpacho.sicem.biz/gazpacho-0.1.dtd">
<glade-interface>
<widget class="GtkWindow" id="InstallerWindow">
<property name="default_height">300</property>
<property name="default_width">500</property>
<property name="title" context="yes" translatable="yes">Installing packages</property>
<property name="visible">True</property>
<signal handler="on_InstallerWindow_destroy" name="destroy" after="False"/>
<child>
<widget class="GtkVBox" id="vbox1">
<property name="border_width">12</property>
<property name="spacing">6</property>
<child>
<widget class="GtkHBox" id="hbox1">
<property name="spacing">12</property>
<child>
<widget class="GtkImage" id="installImage">
<property name="file">/usr/share/pirut/pixmaps/installpkg.png</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label1">
<property name="label" context="yes" translatable="yes"><span weight="bold" size="x-large">Installing packages</span>
The following packages will be installed.</property>
<property name="use_markup">True</property>
<property name="xalign">0.0</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="padding">6</property>
</packing>
</child>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow1">
<property name="hscrollbar_policy">automatic</property>
<property name="shadow_type">in</property>
<property name="vscrollbar_policy">automatic</property>
<child>
<widget class="GtkTreeView" id="packageList">
<property name="enable_search">False</property>
<property name="headers_visible">False</property>
<property name="search_column">0</property>
</widget>
</child>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkHButtonBox" id="hbuttonbox1">
<property name="layout_style">end</property>
<property name="spacing">24</property>
<child>
<widget class="GtkButton" id="quitButton">
<property name="label">gtk-cancel</property>
<property name="use_stock">True</property>
<signal handler="on_quitButton_clicked" name="clicked" after="False"/>
</widget>
</child>
<child>
<widget class="GtkButton" id="applyButton">
<property name="label">gtk-apply</property>
<property name="use_stock">True</property>
<signal handler="on_applyButton_clicked" name="clicked" after="False"/>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">2</property>
</packing>
</child>
</widget>
</child>
</widget>
</glade-interface>