installer.ui 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.20.0 -->
  3. <!--
  4. # Copyright 2017 Daniel 'grindhold' Brendle
  5. #
  6. # This file is part of parceldude.
  7. #
  8. # parceldude is free software: you can redistribute it and/or
  9. # modify it under the terms of the GNU General Public License
  10. # as published by the Free Software Foundation, either
  11. # version 3 of the License, or (at your option) any later
  12. # version.
  13. #
  14. # parceldude is distributed in the hope that it will be
  15. # useful, but WITHOUT ANY WARRANTY; without even the implied
  16. # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  17. # PURPOSE. See the GNU General Public License for more details.
  18. #
  19. # You should have received a copy of the GNU General Public
  20. # License along with parceldude.
  21. # If not, see http://www.gnu.org/licenses/.
  22. -->
  23. <interface>
  24. <requires lib="gtk+" version="3.20"/>
  25. <template class="ParceldudeInstaller" parent="GtkBox">
  26. <property name="visible">True</property>
  27. <property name="can_focus">False</property>
  28. <child>
  29. <object class="GtkImage">
  30. <property name="visible">True</property>
  31. <property name="can_focus">False</property>
  32. <property name="margin_left">13</property>
  33. <property name="margin_right">13</property>
  34. <property name="icon_name">insert-object-symbolic</property>
  35. <property name="icon_size">5</property>
  36. </object>
  37. <packing>
  38. <property name="expand">False</property>
  39. <property name="fill">True</property>
  40. <property name="position">0</property>
  41. </packing>
  42. </child>
  43. <child>
  44. <object class="GtkBox">
  45. <property name="visible">True</property>
  46. <property name="can_focus">False</property>
  47. <property name="orientation">vertical</property>
  48. <child>
  49. <object class="GtkLabel" id="filename">
  50. <property name="visible">True</property>
  51. <property name="can_focus">False</property>
  52. <property name="margin_top">12</property>
  53. </object>
  54. <packing>
  55. <property name="expand">False</property>
  56. <property name="fill">True</property>
  57. <property name="position">0</property>
  58. </packing>
  59. </child>
  60. <child>
  61. <object class="GtkProgressBar" id="progress">
  62. <property name="visible">True</property>
  63. <property name="can_focus">False</property>
  64. <property name="margin_bottom">7</property>
  65. </object>
  66. <packing>
  67. <property name="expand">True</property>
  68. <property name="fill">True</property>
  69. <property name="position">1</property>
  70. </packing>
  71. </child>
  72. </object>
  73. <packing>
  74. <property name="expand">True</property>
  75. <property name="fill">True</property>
  76. <property name="position">1</property>
  77. </packing>
  78. </child>
  79. <child>
  80. <object class="GtkButton">
  81. <property name="visible">True</property>
  82. <property name="can_focus">True</property>
  83. <property name="receives_default">True</property>
  84. <property name="margin_left">10</property>
  85. <property name="margin_right">13</property>
  86. <property name="margin_top">9</property>
  87. <property name="margin_bottom">14</property>
  88. <signal name="clicked" handler="delete_entry" swapped="no"/>
  89. <child>
  90. <object class="GtkImage">
  91. <property name="visible">True</property>
  92. <property name="can_focus">False</property>
  93. <property name="icon_name">edit-delete-symbolic</property>
  94. </object>
  95. </child>
  96. <style>
  97. <class name="circular"/>
  98. </style>
  99. </object>
  100. <packing>
  101. <property name="expand">False</property>
  102. <property name="fill">True</property>
  103. <property name="position">2</property>
  104. </packing>
  105. </child>
  106. </template>
  107. </interface>