configure_window.ui 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>546</width>
  10. <height>223</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QLabel" name="label">
  18. <property name="geometry">
  19. <rect>
  20. <x>40</x>
  21. <y>60</y>
  22. <width>54</width>
  23. <height>12</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>Cookie:</string>
  28. </property>
  29. </widget>
  30. <widget class="QLabel" name="label_2">
  31. <property name="geometry">
  32. <rect>
  33. <x>40</x>
  34. <y>90</y>
  35. <width>54</width>
  36. <height>12</height>
  37. </rect>
  38. </property>
  39. <property name="text">
  40. <string>Cookie:</string>
  41. </property>
  42. </widget>
  43. <widget class="QLabel" name="label_3">
  44. <property name="geometry">
  45. <rect>
  46. <x>40</x>
  47. <y>120</y>
  48. <width>54</width>
  49. <height>12</height>
  50. </rect>
  51. </property>
  52. <property name="text">
  53. <string>关键词:</string>
  54. </property>
  55. </widget>
  56. <widget class="QPushButton" name="btnCrawlBaidu">
  57. <property name="geometry">
  58. <rect>
  59. <x>240</x>
  60. <y>160</y>
  61. <width>75</width>
  62. <height>23</height>
  63. </rect>
  64. </property>
  65. <property name="text">
  66. <string>运行</string>
  67. </property>
  68. </widget>
  69. <widget class="QWidget" name="layoutWidget">
  70. <property name="geometry">
  71. <rect>
  72. <x>100</x>
  73. <y>40</y>
  74. <width>391</width>
  75. <height>111</height>
  76. </rect>
  77. </property>
  78. <layout class="QVBoxLayout" name="verticalLayout">
  79. <item>
  80. <widget class="QLineEdit" name="lineEdit"/>
  81. </item>
  82. <item>
  83. <widget class="QLineEdit" name="lineEdit_2"/>
  84. </item>
  85. <item>
  86. <widget class="QLineEdit" name="lineEdit_3"/>
  87. </item>
  88. </layout>
  89. </widget>
  90. <widget class="QLabel" name="label_4">
  91. <property name="geometry">
  92. <rect>
  93. <x>60</x>
  94. <y>20</y>
  95. <width>251</width>
  96. <height>16</height>
  97. </rect>
  98. </property>
  99. <property name="text">
  100. <string>抓取百度指数</string>
  101. </property>
  102. </widget>
  103. </widget>
  104. <widget class="QMenuBar" name="menubar">
  105. <property name="geometry">
  106. <rect>
  107. <x>0</x>
  108. <y>0</y>
  109. <width>546</width>
  110. <height>21</height>
  111. </rect>
  112. </property>
  113. </widget>
  114. <widget class="QStatusBar" name="statusbar"/>
  115. </widget>
  116. <resources/>
  117. <connections/>
  118. </ui>