licensedialog.ui 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.20.2 -->
  3. <interface domain="sfx">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="LicenseDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="licensedialog|LicenseDialog">Licensing and Legal information</property>
  9. <property name="resizable">False</property>
  10. <property name="modal">True</property>
  11. <property name="default_width">0</property>
  12. <property name="default_height">0</property>
  13. <property name="type_hint">dialog</property>
  14. <child internal-child="vbox">
  15. <object class="GtkBox" id="dialog-vbox1">
  16. <property name="can_focus">False</property>
  17. <property name="orientation">vertical</property>
  18. <property name="spacing">12</property>
  19. <child internal-child="action_area">
  20. <object class="GtkButtonBox" id="dialog-action_area1">
  21. <property name="can_focus">False</property>
  22. <property name="layout_style">end</property>
  23. <child>
  24. <object class="GtkButton" id="ok">
  25. <property name="label" translatable="yes" context="licensedialog|show">_Show License</property>
  26. <property name="visible">True</property>
  27. <property name="can_focus">True</property>
  28. <property name="can_default">True</property>
  29. <property name="receives_default">True</property>
  30. <property name="use_underline">True</property>
  31. </object>
  32. <packing>
  33. <property name="expand">False</property>
  34. <property name="fill">True</property>
  35. <property name="position">0</property>
  36. <property name="secondary">True</property>
  37. </packing>
  38. </child>
  39. <child>
  40. <object class="GtkButton" id="close">
  41. <property name="label">gtk-close</property>
  42. <property name="visible">True</property>
  43. <property name="can_focus">True</property>
  44. <property name="has_focus">True</property>
  45. <property name="can_default">True</property>
  46. <property name="has_default">True</property>
  47. <property name="receives_default">True</property>
  48. <property name="use_stock">True</property>
  49. </object>
  50. <packing>
  51. <property name="expand">False</property>
  52. <property name="fill">True</property>
  53. <property name="position">1</property>
  54. </packing>
  55. </child>
  56. </object>
  57. <packing>
  58. <property name="expand">False</property>
  59. <property name="fill">True</property>
  60. <property name="pack_type">end</property>
  61. <property name="position">0</property>
  62. </packing>
  63. </child>
  64. <child>
  65. <object class="GtkLabel" id="label">
  66. <property name="visible">True</property>
  67. <property name="can_focus">False</property>
  68. <property name="label" translatable="yes" context="licensedialog|label">%PRODUCTNAME is made available subject to the terms of the Mozilla Public License, v. 2.0. A copy of the MPL can be obtained at http://mozilla.org/MPL/2.0/.
  69. Third Party Code Additional copyright notices and license terms applicable to portions of the Software are set forth in the LICENSE.html file; choose Show License to see exact details in English.
  70. All trademarks and registered trademarks mentioned herein are the property of their respective owners.
  71. Copyright © 2000–2021 LibreOffice contributors. All rights reserved.
  72. This product was created by %OOOVENDOR, based on OpenOffice.org, which is Copyright 2000, 2011 Oracle and/or its affiliates. %OOOVENDOR acknowledges all community members, please see http://www.libreoffice.org/ for more details.</property>
  73. <property name="wrap">True</property>
  74. <property name="max_width_chars">80</property>
  75. <property name="xalign">0</property>
  76. <property name="yalign">0</property>
  77. </object>
  78. <packing>
  79. <property name="expand">False</property>
  80. <property name="fill">True</property>
  81. <property name="position">1</property>
  82. </packing>
  83. </child>
  84. </object>
  85. </child>
  86. <action-widgets>
  87. <action-widget response="-5">ok</action-widget>
  88. <action-widget response="-7">close</action-widget>
  89. </action-widgets>
  90. <child>
  91. <placeholder/>
  92. </child>
  93. </object>
  94. </interface>