grpUPNQR.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>grpUPNQR</class>
  4. <widget class="QWidget" name="grpUPNQR">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>227</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="vLayoutUPNQR">
  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="gridLayoutUPNQR">
  40. <item row="0" column="0">
  41. <widget class="QLabel" name="labelUPNQRMask">
  42. <property name="text">
  43. <string>&amp;Mask:</string>
  44. </property>
  45. <property name="toolTip">
  46. <string>Manually specify which mask to use</string>
  47. </property>
  48. <property name="buddy">
  49. <cstring>cmbUPNQRMask</cstring>
  50. </property>
  51. </widget>
  52. </item>
  53. <item row="0" column="1">
  54. <widget class="QComboBox" name="cmbUPNQRMask">
  55. <property name="toolTip">
  56. <string>Manually specify which mask to use</string>
  57. </property>
  58. <item>
  59. <property name="text">
  60. <string>Automatic</string>
  61. </property>
  62. </item>
  63. <item>
  64. <property name="text">
  65. <string>0</string>
  66. </property>
  67. </item>
  68. <item>
  69. <property name="text">
  70. <string>1</string>
  71. </property>
  72. </item>
  73. <item>
  74. <property name="text">
  75. <string>2</string>
  76. </property>
  77. </item>
  78. <item>
  79. <property name="text">
  80. <string>3</string>
  81. </property>
  82. </item>
  83. <item>
  84. <property name="text">
  85. <string>4</string>
  86. </property>
  87. </item>
  88. <item>
  89. <property name="text">
  90. <string>5</string>
  91. </property>
  92. </item>
  93. <item>
  94. <property name="text">
  95. <string>6</string>
  96. </property>
  97. </item>
  98. <item>
  99. <property name="text">
  100. <string>7</string>
  101. </property>
  102. </item>
  103. </widget>
  104. </item>
  105. </layout>
  106. </item>
  107. <item>
  108. <widget class="QCheckBox" name="chkUPNQRFast">
  109. <property name="text">
  110. <string>&amp;Fast mode</string>
  111. </property>
  112. <property name="toolTip">
  113. <string>Only try four masks (0, 2, 4, 7) not eight
  114. when automatically selecting a mask</string>
  115. </property>
  116. <property name="checked">
  117. <bool>false</bool>
  118. </property>
  119. </widget>
  120. </item>
  121. </layout>
  122. </widget>
  123. <resources/>
  124. <connections/>
  125. </ui>