file-select-window.glade 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.38.2 -->
  3. <interface>
  4. <requires lib="gtk+" version="3.24"/>
  5. <object class="GtkWindow" id="file_select_window">
  6. <property name="can-focus">False</property>
  7. <child>
  8. <!-- n-columns=3 n-rows=5 -->
  9. <object class="GtkGrid">
  10. <property name="visible">True</property>
  11. <property name="can-focus">False</property>
  12. <property name="row-homogeneous">True</property>
  13. <property name="column-homogeneous">True</property>
  14. <child>
  15. <object class="GtkButton" id="source_button">
  16. <property name="label" translatable="yes">Source Folder</property>
  17. <property name="visible">True</property>
  18. <property name="can-focus">True</property>
  19. <property name="receives-default">True</property>
  20. <signal name="clicked" handler="button_source_onclick" swapped="no"/>
  21. </object>
  22. <packing>
  23. <property name="left-attach">2</property>
  24. <property name="top-attach">0</property>
  25. </packing>
  26. </child>
  27. <child>
  28. <object class="GtkButton" id="destination_button">
  29. <property name="label" translatable="yes">Destination Folder</property>
  30. <property name="visible">True</property>
  31. <property name="can-focus">True</property>
  32. <property name="receives-default">True</property>
  33. <signal name="clicked" handler="button_destination_clicked" swapped="no"/>
  34. </object>
  35. <packing>
  36. <property name="left-attach">2</property>
  37. <property name="top-attach">1</property>
  38. </packing>
  39. </child>
  40. <child>
  41. <object class="GtkEntry" id="source_text_field">
  42. <property name="visible">True</property>
  43. <property name="can-focus">True</property>
  44. </object>
  45. <packing>
  46. <property name="left-attach">0</property>
  47. <property name="top-attach">0</property>
  48. <property name="width">2</property>
  49. </packing>
  50. </child>
  51. <child>
  52. <object class="GtkEntry" id="destination_text_field">
  53. <property name="visible">True</property>
  54. <property name="can-focus">True</property>
  55. </object>
  56. <packing>
  57. <property name="left-attach">0</property>
  58. <property name="top-attach">1</property>
  59. <property name="width">2</property>
  60. </packing>
  61. </child>
  62. <child>
  63. <object class="GtkButton" id="run_button">
  64. <property name="label" translatable="yes">Run Classifier</property>
  65. <property name="visible">True</property>
  66. <property name="can-focus">True</property>
  67. <property name="receives-default">True</property>
  68. <signal name="clicked" handler="button_run_clicked" swapped="no"/>
  69. </object>
  70. <packing>
  71. <property name="left-attach">0</property>
  72. <property name="top-attach">2</property>
  73. <property name="width">3</property>
  74. </packing>
  75. </child>
  76. <child>
  77. <object class="GtkProgressBar" id="progress_bar">
  78. <property name="visible">True</property>
  79. <property name="can-focus">False</property>
  80. </object>
  81. <packing>
  82. <property name="left-attach">0</property>
  83. <property name="top-attach">3</property>
  84. <property name="width">3</property>
  85. </packing>
  86. </child>
  87. <child>
  88. <object class="GtkSpinner" id="progress_spinner">
  89. <property name="visible">True</property>
  90. <property name="can-focus">False</property>
  91. <property name="active">True</property>
  92. </object>
  93. <packing>
  94. <property name="left-attach">0</property>
  95. <property name="top-attach">4</property>
  96. <property name="width">3</property>
  97. </packing>
  98. </child>
  99. </object>
  100. </child>
  101. </object>
  102. </interface>