1<?xml version="1.0" encoding="UTF-8"?> 2<interface> 3 <!-- interface-requires gtk+ 3.0 --> 4 <object class="GtkWindow" id="discovererDialog"> 5 <property name="can_focus">False</property> 6 <property name="border_width">12</property> 7 <property name="resizable">False</property> 8 <property name="icon_name">pychess</property> 9 <child> 10 <object class="GtkVBox" id="vbox1"> 11 <property name="visible">True</property> 12 <property name="can_focus">False</property> 13 <property name="spacing">12</property> 14 <child> 15 <object class="GtkLabel" id="label1"> 16 <property name="visible">True</property> 17 <property name="can_focus">False</property> 18 <property name="label" translatable="yes"><big><b>PyChess is discovering your engines. Please wait.</b></big></property> 19 <property name="use_markup">True</property> 20 </object> 21 <packing> 22 <property name="expand">False</property> 23 <property name="fill">True</property> 24 <property name="position">0</property> 25 </packing> 26 </child> 27 <child> 28 <object class="GtkTable" id="enginesTable"> 29 <property name="visible">True</property> 30 <property name="can_focus">False</property> 31 <property name="n_rows">3</property> 32 <property name="n_columns">2</property> 33 <property name="column_spacing">6</property> 34 <property name="row_spacing">3</property> 35 <child> 36 <object class="GtkProgressBar" id="progressbar3"> 37 <property name="visible">True</property> 38 <property name="can_focus">False</property> 39 <property name="pulse_step">0.10000000149</property> 40 </object> 41 <packing> 42 <property name="left_attach">1</property> 43 <property name="right_attach">2</property> 44 <property name="top_attach">2</property> 45 <property name="bottom_attach">3</property> 46 </packing> 47 </child> 48 <child> 49 <object class="GtkProgressBar" id="progressbar2"> 50 <property name="visible">True</property> 51 <property name="can_focus">False</property> 52 <property name="pulse_step">0.10000000149</property> 53 </object> 54 <packing> 55 <property name="left_attach">1</property> 56 <property name="right_attach">2</property> 57 <property name="top_attach">1</property> 58 <property name="bottom_attach">2</property> 59 </packing> 60 </child> 61 <child> 62 <object class="GtkProgressBar" id="progressbar1"> 63 <property name="visible">True</property> 64 <property name="can_focus">False</property> 65 <property name="pulse_step">0.10000000149</property> 66 </object> 67 <packing> 68 <property name="left_attach">1</property> 69 <property name="right_attach">2</property> 70 </packing> 71 </child> 72 <child> 73 <object class="GtkLabel" id="label4"> 74 <property name="visible">True</property> 75 <property name="can_focus">False</property> 76 <property name="xalign">1</property> 77 <property name="label" translatable="yes">PyChess.py:</property> 78 </object> 79 <packing> 80 <property name="top_attach">1</property> 81 <property name="bottom_attach">2</property> 82 </packing> 83 </child> 84 <child> 85 <object class="GtkLabel" id="label3"> 86 <property name="visible">True</property> 87 <property name="can_focus">False</property> 88 <property name="xalign">1</property> 89 <property name="label" translatable="yes">ShredderLinuxChess:</property> 90 </object> 91 <packing> 92 <property name="top_attach">2</property> 93 <property name="bottom_attach">3</property> 94 </packing> 95 </child> 96 <child> 97 <object class="GtkLabel" id="label2"> 98 <property name="visible">True</property> 99 <property name="can_focus">False</property> 100 <property name="xalign">1</property> 101 <property name="label" translatable="yes">gnuchess:</property> 102 </object> 103 </child> 104 </object> 105 <packing> 106 <property name="expand">False</property> 107 <property name="fill">True</property> 108 <property name="position">1</property> 109 </packing> 110 </child> 111 <child> 112 <object class="GtkAlignment" id="throbberDock"> 113 <property name="visible">True</property> 114 <property name="can_focus">False</property> 115 <property name="xscale">0</property> 116 <property name="yscale">0</property> 117 <child> 118 <placeholder/> 119 </child> 120 </object> 121 <packing> 122 <property name="expand">True</property> 123 <property name="fill">True</property> 124 <property name="position">2</property> 125 </packing> 126 </child> 127 </object> 128 </child> 129 </object> 130</interface> 131