shortcutconfig.ui 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ShortcutConfig</class>
  4. <widget class="QWidget" name="ShortcutConfig">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>280</width>
  10. <height>296</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="3" column="1">
  18. <widget class="QPushButton" name="pushButton">
  19. <property name="text">
  20. <string>保存</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item row="2" column="0">
  25. <widget class="QLabel" name="label_3">
  26. <property name="text">
  27. <string>批量添加</string>
  28. </property>
  29. </widget>
  30. </item>
  31. <item row="1" column="0">
  32. <widget class="QLabel" name="label_2">
  33. <property name="text">
  34. <string>添加码单</string>
  35. </property>
  36. </widget>
  37. </item>
  38. <item row="4" column="1">
  39. <spacer name="verticalSpacer">
  40. <property name="orientation">
  41. <enum>Qt::Vertical</enum>
  42. </property>
  43. <property name="sizeHint" stdset="0">
  44. <size>
  45. <width>20</width>
  46. <height>40</height>
  47. </size>
  48. </property>
  49. </spacer>
  50. </item>
  51. <item row="0" column="0">
  52. <widget class="QLabel" name="label">
  53. <property name="text">
  54. <string>添加箱单</string>
  55. </property>
  56. </widget>
  57. </item>
  58. <item row="3" column="2">
  59. <spacer name="horizontalSpacer">
  60. <property name="orientation">
  61. <enum>Qt::Horizontal</enum>
  62. </property>
  63. <property name="sizeHint" stdset="0">
  64. <size>
  65. <width>40</width>
  66. <height>20</height>
  67. </size>
  68. </property>
  69. </spacer>
  70. </item>
  71. <item row="2" column="1" colspan="2">
  72. <widget class="QKeySequenceEdit" name="keySequenceEdit_3"/>
  73. </item>
  74. <item row="1" column="1" colspan="2">
  75. <widget class="QKeySequenceEdit" name="keySequenceEdit_2"/>
  76. </item>
  77. <item row="0" column="1" colspan="2">
  78. <widget class="QKeySequenceEdit" name="keySequenceEdit"/>
  79. </item>
  80. </layout>
  81. </widget>
  82. <resources/>
  83. <connections/>
  84. </ui>