97 lines
2.1 KiB
XML
97 lines
2.1 KiB
XML
<?xml version="1.0"?>
|
|
<GTK-Interface>
|
|
|
|
<project>
|
|
<name>ReadGedcom</name>
|
|
<program_name>readgedcom</program_name>
|
|
<directory></directory>
|
|
<source_directory>src</source_directory>
|
|
<pixmaps_directory>pixmaps</pixmaps_directory>
|
|
<language>C</language>
|
|
<gnome_support>True</gnome_support>
|
|
<gettext_support>True</gettext_support>
|
|
</project>
|
|
|
|
<widget>
|
|
<class>GtkWindow</class>
|
|
<name>status</name>
|
|
<title>GEDCOM Read Progress</title>
|
|
<type>GTK_WINDOW_TOPLEVEL</type>
|
|
<position>GTK_WIN_POS_CENTER</position>
|
|
<modal>True</modal>
|
|
<allow_shrink>False</allow_shrink>
|
|
<allow_grow>True</allow_grow>
|
|
<auto_shrink>False</auto_shrink>
|
|
|
|
<widget>
|
|
<class>GtkVBox</class>
|
|
<name>vbox1</name>
|
|
<homogeneous>True</homogeneous>
|
|
<spacing>20</spacing>
|
|
|
|
<widget>
|
|
<class>GtkLabel</class>
|
|
<name>label1</name>
|
|
<label>GEDCOM Import Progress</label>
|
|
<justify>GTK_JUSTIFY_CENTER</justify>
|
|
<wrap>False</wrap>
|
|
<xalign>0.5</xalign>
|
|
<yalign>0.5</yalign>
|
|
<xpad>0</xpad>
|
|
<ypad>0</ypad>
|
|
<child>
|
|
<padding>20</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkHBox</class>
|
|
<name>hbox1</name>
|
|
<homogeneous>False</homogeneous>
|
|
<spacing>0</spacing>
|
|
<child>
|
|
<padding>0</padding>
|
|
<expand>False</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
|
|
<widget>
|
|
<class>Placeholder</class>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>GtkProgressBar</class>
|
|
<name>progress</name>
|
|
<width>250</width>
|
|
<value>0</value>
|
|
<lower>0</lower>
|
|
<upper>100</upper>
|
|
<bar_style>GTK_PROGRESS_CONTINUOUS</bar_style>
|
|
<orientation>GTK_PROGRESS_LEFT_TO_RIGHT</orientation>
|
|
<activity_mode>False</activity_mode>
|
|
<show_text>True</show_text>
|
|
<format>%P %%</format>
|
|
<text_xalign>0.5</text_xalign>
|
|
<text_yalign>0.5</text_yalign>
|
|
<child>
|
|
<padding>20</padding>
|
|
<expand>True</expand>
|
|
<fill>False</fill>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>Placeholder</class>
|
|
</widget>
|
|
</widget>
|
|
|
|
<widget>
|
|
<class>Placeholder</class>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
|
|
</GTK-Interface>
|