grpCodabar.ui 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>grpCodabar</class>
  4. <widget class="QWidget" name="grpCodabar">
  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="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="vLayoutCodabar">
  17. <property name="contentMargins">
  18. <number>0</number>
  19. </property>
  20. <property name="leftMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="topMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="rightMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="bottomMargin">
  30. <number>0</number>
  31. </property>
  32. <item>
  33. <widget class="QGroupBox" name="grpCodabarCheck">
  34. <property name="title">
  35. <string>Check Digit</string>
  36. </property>
  37. <property name="toolTip">
  38. <string>Check character options</string>
  39. </property>
  40. <layout class="QGridLayout" name="gridLayoutCodabarCheck">
  41. <item row="0" column="0">
  42. <widget class="QRadioButton" name="radCodabarStand">
  43. <property name="text">
  44. <string>No Ch&amp;eck Digit</string>
  45. </property>
  46. <property name="checked">
  47. <bool>true</bool>
  48. </property>
  49. <property name="toolTip">
  50. <string>Do not add check character</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item row="0" column="1">
  55. <widget class="QRadioButton" name="radCodabarCheck">
  56. <property name="text">
  57. <string>Chec&amp;k Digit</string>
  58. </property>
  59. <property name="toolTip">
  60. <string>Add mod-16 check character</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item row="1" column="0">
  65. <widget class="QRadioButton" name="radCodabarCheckHide">
  66. <property name="text">
  67. <string>&amp;Hidden Check Digit</string>
  68. </property>
  69. <property name="toolTip">
  70. <string>Add mod-16 check character but do
  71. not display in Human Readable Text</string>
  72. </property>
  73. </widget>
  74. </item>
  75. </layout>
  76. </widget>
  77. </item>
  78. </layout>
  79. </widget>
  80. <resources/>
  81. <connections/>
  82. </ui>