Advertisement
Guest User

Untitled

a guest
Aug 7th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.60 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.18.3 -->
  3. <interface>
  4.   <requires lib="gtk+" version="3.12"/>
  5.   <object class="GtkListStore" id="store_luni">
  6.     <columns>
  7.       <!-- column-name luni -->
  8.       <column type="gchararray"/>
  9.     </columns>
  10.   </object>
  11.   <object class="GtkListStore" id="store_magazine">
  12.     <columns>
  13.       <!-- column-name magazin -->
  14.       <column type="gchararray"/>
  15.     </columns>
  16.   </object>
  17.   <object class="GtkWindow" id="window1">
  18.     <property name="can_focus">False</property>
  19.     <property name="title" translatable="yes">Transfer Poze v0.1</property>
  20.     <property name="resizable">False</property>
  21.     <property name="window_position">center</property>
  22.     <property name="gravity">center</property>
  23.     <child>
  24.       <object class="GtkGrid" id="grid1">
  25.         <property name="visible">True</property>
  26.         <property name="can_focus">False</property>
  27.         <property name="margin_left">20</property>
  28.         <property name="margin_right">20</property>
  29.         <property name="margin_top">20</property>
  30.         <property name="margin_bottom">20</property>
  31.         <property name="row_spacing">20</property>
  32.         <property name="column_spacing">20</property>
  33.         <property name="row_homogeneous">True</property>
  34.         <property name="column_homogeneous">True</property>
  35.         <child>
  36.           <object class="GtkLabel" id="label1">
  37.             <property name="visible">True</property>
  38.             <property name="can_focus">False</property>
  39.             <property name="label" translatable="yes">1. SELECTATI MAGAZINUL</property>
  40.             <property name="xalign">0</property>
  41.             <attributes>
  42.               <attribute name="weight" value="bold"/>
  43.             </attributes>
  44.           </object>
  45.           <packing>
  46.             <property name="left_attach">0</property>
  47.             <property name="top_attach">0</property>
  48.           </packing>
  49.         </child>
  50.         <child>
  51.           <object class="GtkLabel" id="label2">
  52.             <property name="visible">True</property>
  53.             <property name="can_focus">False</property>
  54.             <property name="label" translatable="yes">2. SELECTATI LUNA</property>
  55.             <property name="xalign">0</property>
  56.             <attributes>
  57.               <attribute name="weight" value="bold"/>
  58.             </attributes>
  59.           </object>
  60.           <packing>
  61.             <property name="left_attach">1</property>
  62.             <property name="top_attach">0</property>
  63.           </packing>
  64.         </child>
  65.         <child>
  66.           <object class="GtkComboBox" id="combo_magazine">
  67.             <property name="visible">True</property>
  68.             <property name="can_focus">False</property>
  69.             <property name="model">store_magazine</property>
  70.             <child>
  71.               <object class="GtkCellRendererText" id="render_magazine"/>
  72.               <attributes>
  73.                 <attribute name="text">0</attribute>
  74.               </attributes>
  75.             </child>
  76.           </object>
  77.           <packing>
  78.             <property name="left_attach">0</property>
  79.             <property name="top_attach">1</property>
  80.           </packing>
  81.         </child>
  82.         <child>
  83.           <object class="GtkComboBox" id="combo_luni">
  84.             <property name="visible">True</property>
  85.             <property name="can_focus">False</property>
  86.             <property name="model">store_luni</property>
  87.             <child>
  88.               <object class="GtkCellRendererText" id="render_luni"/>
  89.               <attributes>
  90.                 <attribute name="text">0</attribute>
  91.               </attributes>
  92.             </child>
  93.           </object>
  94.           <packing>
  95.             <property name="left_attach">1</property>
  96.             <property name="top_attach">1</property>
  97.           </packing>
  98.         </child>
  99.         <child>
  100.           <object class="GtkLabel" id="label3">
  101.             <property name="visible">True</property>
  102.             <property name="can_focus">False</property>
  103.             <property name="label" translatable="yes">3. SELECTATI FOLDERUL CU POZE</property>
  104.             <property name="lines">0</property>
  105.             <property name="xalign">0</property>
  106.             <attributes>
  107.               <attribute name="weight" value="bold"/>
  108.             </attributes>
  109.           </object>
  110.           <packing>
  111.             <property name="left_attach">0</property>
  112.             <property name="top_attach">2</property>
  113.           </packing>
  114.         </child>
  115.         <child>
  116.           <object class="GtkLabel" id="label4">
  117.             <property name="visible">True</property>
  118.             <property name="can_focus">False</property>
  119.             <property name="label" translatable="yes">4. PORNITI TRANSFERUL</property>
  120.             <property name="xalign">0</property>
  121.             <attributes>
  122.               <attribute name="weight" value="bold"/>
  123.             </attributes>
  124.           </object>
  125.           <packing>
  126.             <property name="left_attach">1</property>
  127.             <property name="top_attach">2</property>
  128.           </packing>
  129.         </child>
  130.         <child>
  131.           <object class="GtkButton" id="btn_start">
  132.             <property name="label" translatable="yes">START</property>
  133.             <property name="visible">True</property>
  134.             <property name="can_focus">True</property>
  135.             <property name="receives_default">True</property>
  136.             <signal name="clicked" handler="btn_start_clicked" swapped="no"/>
  137.           </object>
  138.           <packing>
  139.             <property name="left_attach">1</property>
  140.             <property name="top_attach">3</property>
  141.           </packing>
  142.         </child>
  143.         <child>
  144.           <object class="GtkProgressBar" id="progressbar">
  145.             <property name="visible">True</property>
  146.             <property name="can_focus">False</property>
  147.           </object>
  148.           <packing>
  149.             <property name="left_attach">1</property>
  150.             <property name="top_attach">4</property>
  151.           </packing>
  152.         </child>
  153.         <child>
  154.           <object class="GtkStatusbar" id="statusbar">
  155.             <property name="visible">True</property>
  156.             <property name="can_focus">False</property>
  157.             <property name="margin_left">10</property>
  158.             <property name="margin_right">10</property>
  159.             <property name="margin_start">10</property>
  160.             <property name="margin_end">10</property>
  161.             <property name="margin_top">6</property>
  162.             <property name="margin_bottom">6</property>
  163.             <property name="orientation">vertical</property>
  164.             <property name="spacing">2</property>
  165.           </object>
  166.           <packing>
  167.             <property name="left_attach">0</property>
  168.             <property name="top_attach">4</property>
  169.           </packing>
  170.         </child>
  171.         <child>
  172.           <object class="GtkFileChooserButton" id="select_folder">
  173.             <property name="visible">True</property>
  174.             <property name="can_focus">False</property>
  175.             <property name="action">select-folder</property>
  176.             <property name="create_folders">False</property>
  177.             <property name="preview_widget_active">False</property>
  178.             <property name="use_preview_label">False</property>
  179.             <property name="title" translatable="yes">Select folder</property>
  180.           </object>
  181.           <packing>
  182.             <property name="left_attach">0</property>
  183.             <property name="top_attach">3</property>
  184.           </packing>
  185.         </child>
  186.       </object>
  187.     </child>
  188.   </object>
  189. </interface>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement