editboxinfodialog.ui 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>EditBoxInfoDialog</class>
  4. <widget class="QDialog" name="EditBoxInfoDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>369</width>
  10. <height>327</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>编辑箱单</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0">
  18. <widget class="QLabel" name="label">
  19. <property name="text">
  20. <string>毛重</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item row="0" column="1">
  25. <widget class="QDoubleSpinBox" name="grossW"/>
  26. </item>
  27. <item row="1" column="0">
  28. <widget class="QLabel" name="label_2">
  29. <property name="text">
  30. <string>净重</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item row="1" column="1">
  35. <widget class="QDoubleSpinBox" name="netW"/>
  36. </item>
  37. <item row="2" column="0">
  38. <widget class="QLabel" name="label_3">
  39. <property name="text">
  40. <string>桶数</string>
  41. </property>
  42. </widget>
  43. </item>
  44. <item row="3" column="0">
  45. <widget class="QLabel" name="label_4">
  46. <property name="text">
  47. <string>总桶重</string>
  48. </property>
  49. </widget>
  50. </item>
  51. <item row="3" column="1">
  52. <widget class="QDoubleSpinBox" name="tz"/>
  53. </item>
  54. <item row="4" column="0">
  55. <widget class="QLabel" name="label_5">
  56. <property name="text">
  57. <string>皮重</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item row="4" column="1">
  62. <widget class="QDoubleSpinBox" name="pz"/>
  63. </item>
  64. <item row="5" column="0">
  65. <widget class="QPushButton" name="pushClose">
  66. <property name="text">
  67. <string>关闭</string>
  68. </property>
  69. </widget>
  70. </item>
  71. <item row="5" column="1">
  72. <widget class="QPushButton" name="pushSave">
  73. <property name="text">
  74. <string>保存</string>
  75. </property>
  76. </widget>
  77. </item>
  78. <item row="2" column="1">
  79. <widget class="QSpinBox" name="ts">
  80. <property name="maximum">
  81. <number>999999999</number>
  82. </property>
  83. </widget>
  84. </item>
  85. </layout>
  86. </widget>
  87. <resources/>
  88. <connections/>
  89. </ui>