installview.ui 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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="ParceldudeInstallView" parent="GtkBox">
  26. <property name="visible">True</property>
  27. <property name="can_focus">False</property>
  28. <property name="orientation">vertical</property>
  29. <child>
  30. <object class="GtkLabel" id="label">
  31. <property name="visible">True</property>
  32. <property name="can_focus">False</property>
  33. <property name="label" translatable="yes">label</property>
  34. </object>
  35. <packing>
  36. <property name="expand">True</property>
  37. <property name="fill">True</property>
  38. <property name="position">0</property>
  39. </packing>
  40. </child>
  41. <child>
  42. <object class="GtkProgressBar" id="progress">
  43. <property name="visible">True</property>
  44. <property name="can_focus">False</property>
  45. <property name="margin_left">22</property>
  46. <property name="margin_right">22</property>
  47. </object>
  48. <packing>
  49. <property name="expand">True</property>
  50. <property name="fill">True</property>
  51. <property name="position">1</property>
  52. </packing>
  53. </child>
  54. <child>
  55. <object class="GtkSpinner" id="spinner">
  56. <property name="visible">True</property>
  57. <property name="can_focus">False</property>
  58. <property name="active">True</property>
  59. </object>
  60. <packing>
  61. <property name="expand">True</property>
  62. <property name="fill">True</property>
  63. <property name="position">2</property>
  64. </packing>
  65. </child>
  66. </template>
  67. </interface>