grpC25.ui 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>grpC25</class>
  4. <widget class="QWidget" name="grpC25">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>254</width>
  10. <height>131</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="vLayoutC25">
  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. <widget class="QGroupBox" name="grpC25Check">
  40. <property name="title">
  41. <string>Check Digit</string>
  42. </property>
  43. <property name="toolTip">
  44. <string>Check digit options</string>
  45. </property>
  46. <layout class="QGridLayout" name="gridLayoutC25Check">
  47. <item row="0" column="0">
  48. <widget class="QRadioButton" name="radC25Stand">
  49. <property name="text">
  50. <string>No Ch&amp;eck Digit</string>
  51. </property>
  52. <property name="checked">
  53. <bool>true</bool>
  54. </property>
  55. <property name="toolTip">
  56. <string>Do not add check digit</string>
  57. </property>
  58. </widget>
  59. </item>
  60. <item row="0" column="1">
  61. <widget class="QRadioButton" name="radC25Check">
  62. <property name="text">
  63. <string>Chec&amp;k Digit</string>
  64. </property>
  65. <property name="toolTip">
  66. <string>Add standard GS1 mod-10 check digit</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item row="1" column="0">
  71. <widget class="QRadioButton" name="radC25CheckHide">
  72. <property name="text">
  73. <string>&amp;Hidden Check Digit</string>
  74. </property>
  75. <property name="toolTip">
  76. <string>Add standard GS1 mod-10 check digit but
  77. do not display in Human Readable Text</string>
  78. </property>
  79. </widget>
  80. </item>
  81. </layout>
  82. </widget>
  83. </item>
  84. </layout>
  85. </widget>
  86. <resources/>
  87. <connections/>
  88. </ui>