grpC11.ui 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>grpC11</class>
  4. <widget class="QWidget" name="grpC11">
  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="vLayoutC11">
  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="grpC11CheckDigits">
  40. <property name="title">
  41. <string>Check Digits</string>
  42. </property>
  43. <property name="toolTip">
  44. <string>Check digits options</string>
  45. </property>
  46. <layout class="QGridLayout" name="gridLayoutC11CheckDigits">
  47. <item row="0" column="0">
  48. <widget class="QRadioButton" name="radC11TwoCheckDigits">
  49. <property name="text">
  50. <string>&amp;Two (Mod-11)</string>
  51. </property>
  52. <property name="toolTip">
  53. <string>Add 2 mod-11 check digits</string>
  54. </property>
  55. <property name="checked">
  56. <bool>true</bool>
  57. </property>
  58. </widget>
  59. </item>
  60. <item row="0" column="1">
  61. <widget class="QRadioButton" name="radC11OneCheckDigit">
  62. <property name="text">
  63. <string>One (&amp;Mod-11)</string>
  64. </property>
  65. <property name="toolTip">
  66. <string>Add 1 mod-11 check digit</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item row="1" column="0">
  71. <widget class="QRadioButton" name="radC11NoCheckDigits">
  72. <property name="text">
  73. <string>No Ch&amp;eck Digit</string>
  74. </property>
  75. <property name="toolTip">
  76. <string>Do not add any check digits</string>
  77. </property>
  78. </widget>
  79. </item>
  80. </layout>
  81. </widget>
  82. </item>
  83. </layout>
  84. </widget>
  85. <resources/>
  86. <connections/>
  87. </ui>