grpMailmark2D.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>grpMailmark2D</class>
  4. <widget class="QWidget" name="grpMailmark2D">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>463</width>
  10. <height>339</height>
  11. </rect>
  12. </property>
  13. <property name="maximumSize">
  14. <size>
  15. <width>600</width>
  16. <height>16777215</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="vLayoutMailmark2D">
  23. <property name="contentMargins">
  24. <number>0</number>
  25. </property>
  26. <property name="leftMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="topMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="rightMargin">
  33. <number>0</number>
  34. </property>
  35. <property name="bottomMargin">
  36. <number>0</number>
  37. </property>
  38. <item>
  39. <layout class="QGridLayout" name="gridLayoutMailmark2D">
  40. <item row="0" column="0">
  41. <widget class="QLabel" name="lblMailmark2DSize">
  42. <property name="text">
  43. <string>Si&amp;ze:</string>
  44. </property>
  45. <property name="toolTip">
  46. <string>Set height and width (H x W) of symbol</string>
  47. </property>
  48. <property name="buddy">
  49. <cstring>cmbMailmark2DSize</cstring>
  50. </property>
  51. </widget>
  52. </item>
  53. <item row="0" column="1">
  54. <widget class="QComboBox" name="cmbMailmark2DSize">
  55. <property name="toolTip">
  56. <string>Set height and width (H x W) of symbol</string>
  57. </property>
  58. <property name="maxVisibleItems">
  59. <number>21</number>
  60. </property>
  61. <item>
  62. <property name="text">
  63. <string>Automatic</string>
  64. </property>
  65. </item>
  66. <item>
  67. <property name="text">
  68. <string>24 x 24 (Zint 8) - Type 7</string>
  69. </property>
  70. </item>
  71. <item>
  72. <property name="text">
  73. <string>32 x 32 (Zint 10) - Type 9</string>
  74. </property>
  75. </item>
  76. <item>
  77. <property name="text">
  78. <string>16 x 48 (Zint 30) - Type 29</string>
  79. </property>
  80. </item>
  81. </widget>
  82. </item>
  83. <item row="1" column="0">
  84. <widget class="QLabel" name="lblMailmark2DAutoSize">
  85. <property name="text">
  86. <string>Automatic Size:</string>
  87. </property>
  88. <property name="toolTip">
  89. <string>Selection criteria when considering
  90. automatic sizes
  91. (ignored if disabled)</string>
  92. </property>
  93. </widget>
  94. </item>
  95. <item row="1" column="1">
  96. <layout class="QHBoxLayout" name="horzLayoutMailmark2DAutoSizeChecks">
  97. <item>
  98. <widget class="QCheckBox" name="chkMailmark2DRectangle">
  99. <property name="text">
  100. <string>Only Squar&amp;e</string>
  101. </property>
  102. <property name="toolTip">
  103. <string>Only consider square versions 8 and 10 on automatic symbol
  104. size selection, suppressing rectangular version 30
  105. (ignored if disabled)</string>
  106. </property>
  107. <property name="checked">
  108. <bool>true</bool>
  109. </property>
  110. </widget>
  111. </item>
  112. </layout>
  113. </item>
  114. </layout>
  115. </item>
  116. </layout>
  117. </widget>
  118. <resources/>
  119. <connections/>
  120. </ui>