formtodayrec.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormTodayRec</class>
  4. <widget class="QWidget" name="FormTodayRec">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>780</width>
  10. <height>421</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QCheckBox" name="checkBoxProvince">
  21. <property name="text">
  22. <string>限定省份</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <widget class="QComboBox" name="comboBoxProvince">
  28. <property name="sizePolicy">
  29. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  30. <horstretch>0</horstretch>
  31. <verstretch>0</verstretch>
  32. </sizepolicy>
  33. </property>
  34. <property name="minimumSize">
  35. <size>
  36. <width>100</width>
  37. <height>0</height>
  38. </size>
  39. </property>
  40. <property name="maximumSize">
  41. <size>
  42. <width>100</width>
  43. <height>16777215</height>
  44. </size>
  45. </property>
  46. </widget>
  47. </item>
  48. <item>
  49. <widget class="QCheckBox" name="checkBoxCity">
  50. <property name="text">
  51. <string>限定城市</string>
  52. </property>
  53. </widget>
  54. </item>
  55. <item>
  56. <widget class="QLabel" name="label_2">
  57. <property name="text">
  58. <string>城市</string>
  59. </property>
  60. </widget>
  61. </item>
  62. <item>
  63. <widget class="QComboBox" name="comboBoxCity">
  64. <property name="sizePolicy">
  65. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  66. <horstretch>0</horstretch>
  67. <verstretch>0</verstretch>
  68. </sizepolicy>
  69. </property>
  70. <property name="minimumSize">
  71. <size>
  72. <width>100</width>
  73. <height>0</height>
  74. </size>
  75. </property>
  76. <property name="maximumSize">
  77. <size>
  78. <width>100</width>
  79. <height>16777215</height>
  80. </size>
  81. </property>
  82. </widget>
  83. </item>
  84. <item>
  85. <spacer name="horizontalSpacer">
  86. <property name="orientation">
  87. <enum>Qt::Horizontal</enum>
  88. </property>
  89. <property name="sizeHint" stdset="0">
  90. <size>
  91. <width>40</width>
  92. <height>20</height>
  93. </size>
  94. </property>
  95. </spacer>
  96. </item>
  97. <item>
  98. <widget class="QPushButton" name="pushButtonChange">
  99. <property name="text">
  100. <string>换一批</string>
  101. </property>
  102. </widget>
  103. </item>
  104. <item>
  105. <widget class="QPushButton" name="pushButtonAdd">
  106. <property name="text">
  107. <string>添加到自选</string>
  108. </property>
  109. </widget>
  110. </item>
  111. </layout>
  112. </item>
  113. <item>
  114. <widget class="QTableWidget" name="tableWidget">
  115. <property name="selectionMode">
  116. <enum>QAbstractItemView::MultiSelection</enum>
  117. </property>
  118. </widget>
  119. </item>
  120. </layout>
  121. </widget>
  122. <resources/>
  123. <connections/>
  124. </ui>