config.ui 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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="ParceldudeConfigView" parent="GtkPaned">
  26. <property name="visible">True</property>
  27. <property name="can_focus">True</property>
  28. <property name="position">300</property>
  29. <child>
  30. <object class="GtkBox">
  31. <property name="visible">True</property>
  32. <property name="can_focus">False</property>
  33. <property name="orientation">vertical</property>
  34. <child>
  35. <object class="GtkButton" id="add_button">
  36. <property name="label" translatable="yes">Add installers…</property>
  37. <property name="visible">True</property>
  38. <property name="can_focus">True</property>
  39. <property name="receives_default">True</property>
  40. <property name="margin_left">5</property>
  41. <property name="margin_right">10</property>
  42. <property name="margin_top">10</property>
  43. <property name="margin_bottom">10</property>
  44. <signal name="clicked" handler="open_filechooser" swapped="no"/>
  45. </object>
  46. <packing>
  47. <property name="expand">False</property>
  48. <property name="fill">True</property>
  49. <property name="position">1</property>
  50. </packing>
  51. </child>
  52. <child>
  53. <object class="GtkScrolledWindow">
  54. <property name="visible">True</property>
  55. <property name="can_focus">True</property>
  56. <property name="shadow_type">in</property>
  57. <child>
  58. <object class="GtkViewport">
  59. <property name="visible">True</property>
  60. <property name="can_focus">False</property>
  61. <child>
  62. <object class="GtkListBox" id="list">
  63. <property name="visible">True</property>
  64. <property name="can_focus">False</property>
  65. </object>
  66. </child>
  67. </object>
  68. </child>
  69. </object>
  70. <packing>
  71. <property name="expand">True</property>
  72. <property name="fill">True</property>
  73. <property name="position">2</property>
  74. </packing>
  75. </child>
  76. </object>
  77. <packing>
  78. <property name="resize">False</property>
  79. <property name="shrink">True</property>
  80. </packing>
  81. </child>
  82. <child>
  83. <placeholder/>
  84. </child>
  85. </template>
  86. <object class="GtkFileFilter" id="filefilter1">
  87. <mime-types>
  88. <mime-type>x-application/ole-object-storage</mime-type>
  89. </mime-types>
  90. <patterns>
  91. <pattern>.msi</pattern>
  92. </patterns>
  93. </object>
  94. </interface>