statisticsinfopage.ui 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface domain="sc">
  3. <requires lib="gtk+" version="3.20"/>
  4. <object class="GtkFrame" id="StatisticsInfoPage">
  5. <property name="visible">True</property>
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="label_xalign">0</property>
  9. <property name="shadow_type">none</property>
  10. <child>
  11. <object class="GtkAlignment" id="alignment1">
  12. <property name="visible">True</property>
  13. <property name="can_focus">False</property>
  14. <property name="top_padding">6</property>
  15. <property name="left_padding">12</property>
  16. <child>
  17. <!-- n-columns=1 n-rows=1 -->
  18. <object class="GtkGrid" id="grid1">
  19. <property name="visible">True</property>
  20. <property name="can_focus">False</property>
  21. <property name="row_spacing">6</property>
  22. <property name="column_spacing">12</property>
  23. <child>
  24. <object class="GtkLabel" id="label6">
  25. <property name="visible">True</property>
  26. <property name="can_focus">False</property>
  27. <property name="halign">end</property>
  28. <property name="label" translatable="yes" context="statisticsinfopage|label6">Pages:</property>
  29. <property name="use_underline">True</property>
  30. <property name="mnemonic_widget">nopages</property>
  31. </object>
  32. <packing>
  33. <property name="left_attach">0</property>
  34. <property name="top_attach">2</property>
  35. </packing>
  36. </child>
  37. <child>
  38. <object class="GtkLabel" id="nopages">
  39. <property name="visible">True</property>
  40. <property name="can_focus">False</property>
  41. <property name="halign">start</property>
  42. <property name="hexpand">True</property>
  43. </object>
  44. <packing>
  45. <property name="left_attach">1</property>
  46. <property name="top_attach">2</property>
  47. </packing>
  48. </child>
  49. <child>
  50. <object class="GtkLabel" id="label5">
  51. <property name="visible">True</property>
  52. <property name="can_focus">False</property>
  53. <property name="halign">end</property>
  54. <property name="label" translatable="yes" context="statisticsinfopage|label5">Cells:</property>
  55. <property name="use_underline">True</property>
  56. <property name="mnemonic_widget">nocells</property>
  57. </object>
  58. <packing>
  59. <property name="left_attach">0</property>
  60. <property name="top_attach">1</property>
  61. </packing>
  62. </child>
  63. <child>
  64. <object class="GtkLabel" id="nocells">
  65. <property name="visible">True</property>
  66. <property name="can_focus">False</property>
  67. <property name="halign">start</property>
  68. <property name="hexpand">True</property>
  69. </object>
  70. <packing>
  71. <property name="left_attach">1</property>
  72. <property name="top_attach">1</property>
  73. </packing>
  74. </child>
  75. <child>
  76. <object class="GtkLabel" id="label2">
  77. <property name="visible">True</property>
  78. <property name="can_focus">False</property>
  79. <property name="halign">end</property>
  80. <property name="label" translatable="yes" context="statisticsinfopage|label2">Sheets:</property>
  81. <property name="use_underline">True</property>
  82. <property name="mnemonic_widget">nosheets</property>
  83. </object>
  84. <packing>
  85. <property name="left_attach">0</property>
  86. <property name="top_attach">0</property>
  87. </packing>
  88. </child>
  89. <child>
  90. <object class="GtkLabel" id="nosheets">
  91. <property name="visible">True</property>
  92. <property name="can_focus">False</property>
  93. <property name="halign">start</property>
  94. <property name="hexpand">True</property>
  95. <property name="use_underline">True</property>
  96. </object>
  97. <packing>
  98. <property name="left_attach">1</property>
  99. <property name="top_attach">0</property>
  100. </packing>
  101. </child>
  102. <child>
  103. <object class="GtkLabel" id="label3">
  104. <property name="visible">True</property>
  105. <property name="can_focus">False</property>
  106. <property name="halign">end</property>
  107. <property name="label" translatable="yes" context="statisticsinfopage|label3">Formula groups:</property>
  108. <property name="use_underline">True</property>
  109. <property name="mnemonic_widget">noformula</property>
  110. </object>
  111. <packing>
  112. <property name="left_attach">0</property>
  113. <property name="top_attach">3</property>
  114. </packing>
  115. </child>
  116. <child>
  117. <object class="GtkLabel" id="noformula">
  118. <property name="visible">True</property>
  119. <property name="can_focus">False</property>
  120. <property name="halign">start</property>
  121. <property name="hexpand">True</property>
  122. <property name="use_underline">True</property>
  123. </object>
  124. <packing>
  125. <property name="left_attach">1</property>
  126. <property name="top_attach">3</property>
  127. </packing>
  128. </child>
  129. </object>
  130. </child>
  131. </object>
  132. </child>
  133. <child type="label">
  134. <object class="GtkLabel" id="label1">
  135. <property name="visible">True</property>
  136. <property name="can_focus">False</property>
  137. <property name="label" translatable="yes" context="statisticsinfopage|label1">Document: </property>
  138. <attributes>
  139. <attribute name="weight" value="bold"/>
  140. </attributes>
  141. </object>
  142. </child>
  143. </object>
  144. </interface>