formshkjhotarea.ui 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormShkjHotArea</class>
  4. <widget class="QWidget" name="FormShkjHotArea">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</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_2">
  19. <item>
  20. <widget class="QLabel" name="label">
  21. <property name="text">
  22. <string>热点地区</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <spacer name="horizontalSpacer_2">
  28. <property name="orientation">
  29. <enum>Qt::Horizontal</enum>
  30. </property>
  31. <property name="sizeHint" stdset="0">
  32. <size>
  33. <width>40</width>
  34. <height>20</height>
  35. </size>
  36. </property>
  37. </spacer>
  38. </item>
  39. <item>
  40. <widget class="QLabel" name="labelMovie">
  41. <property name="text">
  42. <string/>
  43. </property>
  44. </widget>
  45. </item>
  46. </layout>
  47. </item>
  48. <item>
  49. <widget class="QTableWidget" name="tableWidget"/>
  50. </item>
  51. <item>
  52. <layout class="QHBoxLayout" name="horizontalLayout">
  53. <item>
  54. <widget class="QPushButton" name="pushButton">
  55. <property name="text">
  56. <string>刷新</string>
  57. </property>
  58. </widget>
  59. </item>
  60. <item>
  61. <spacer name="horizontalSpacer">
  62. <property name="orientation">
  63. <enum>Qt::Horizontal</enum>
  64. </property>
  65. <property name="sizeHint" stdset="0">
  66. <size>
  67. <width>40</width>
  68. <height>20</height>
  69. </size>
  70. </property>
  71. </spacer>
  72. </item>
  73. </layout>
  74. </item>
  75. </layout>
  76. </widget>
  77. <resources/>
  78. <connections/>
  79. </ui>