main.ui 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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>463</width>
  10. <height>266</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>新闻电讯报纸PDF批量下载工具</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="resources.qrc">
  18. <normaloff>:/newPrefix/C:/Users/liuyuqi/Desktop/506.png</normaloff>:/newPrefix/C:/Users/liuyuqi/Desktop/506.png</iconset>
  19. </property>
  20. <widget class="QWidget" name="centralwidget">
  21. <widget class="QPushButton" name="pushButton">
  22. <property name="geometry">
  23. <rect>
  24. <x>190</x>
  25. <y>190</y>
  26. <width>75</width>
  27. <height>23</height>
  28. </rect>
  29. </property>
  30. <property name="text">
  31. <string>开始</string>
  32. </property>
  33. </widget>
  34. <widget class="QLabel" name="label_5">
  35. <property name="geometry">
  36. <rect>
  37. <x>80</x>
  38. <y>50</y>
  39. <width>311</width>
  40. <height>41</height>
  41. </rect>
  42. </property>
  43. <property name="text">
  44. <string>说明;设置开始抓和结束抓的日期,当前日期会自动更新</string>
  45. </property>
  46. </widget>
  47. <widget class="QLabel" name="label">
  48. <property name="geometry">
  49. <rect>
  50. <x>70</x>
  51. <y>10</y>
  52. <width>371</width>
  53. <height>31</height>
  54. </rect>
  55. </property>
  56. <property name="styleSheet">
  57. <string notr="true">font: 18pt &quot;Algerian&quot;;</string>
  58. </property>
  59. <property name="text">
  60. <string>新闻电讯报纸PDF批量下载工具</string>
  61. </property>
  62. </widget>
  63. <widget class="QLabel" name="lb_version">
  64. <property name="geometry">
  65. <rect>
  66. <x>193</x>
  67. <y>42</y>
  68. <width>71</width>
  69. <height>20</height>
  70. </rect>
  71. </property>
  72. <property name="styleSheet">
  73. <string notr="true">font: 12pt &quot;Arial&quot;;
  74. color: rgb(255, 0, 0);</string>
  75. </property>
  76. <property name="text">
  77. <string>v1.0.1</string>
  78. </property>
  79. </widget>
  80. <widget class="QWidget" name="">
  81. <property name="geometry">
  82. <rect>
  83. <x>160</x>
  84. <y>100</y>
  85. <width>201</width>
  86. <height>74</height>
  87. </rect>
  88. </property>
  89. <layout class="QVBoxLayout" name="verticalLayout">
  90. <item>
  91. <widget class="QLineEdit" name="edt_start"/>
  92. </item>
  93. <item>
  94. <widget class="QLineEdit" name="edt_end"/>
  95. </item>
  96. <item>
  97. <widget class="QLineEdit" name="edt_current"/>
  98. </item>
  99. </layout>
  100. </widget>
  101. <widget class="QWidget" name="">
  102. <property name="geometry">
  103. <rect>
  104. <x>100</x>
  105. <y>100</y>
  106. <width>56</width>
  107. <height>71</height>
  108. </rect>
  109. </property>
  110. <layout class="QVBoxLayout" name="verticalLayout_2">
  111. <item>
  112. <widget class="QLabel" name="lb_start">
  113. <property name="text">
  114. <string>开始日期</string>
  115. </property>
  116. </widget>
  117. </item>
  118. <item>
  119. <widget class="QLabel" name="lb_end">
  120. <property name="text">
  121. <string>结束日期</string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item>
  126. <widget class="QLabel" name="lb_current">
  127. <property name="text">
  128. <string>当前日期</string>
  129. </property>
  130. </widget>
  131. </item>
  132. </layout>
  133. </widget>
  134. </widget>
  135. <widget class="QMenuBar" name="menubar">
  136. <property name="geometry">
  137. <rect>
  138. <x>0</x>
  139. <y>0</y>
  140. <width>463</width>
  141. <height>21</height>
  142. </rect>
  143. </property>
  144. </widget>
  145. <widget class="QStatusBar" name="statusbar"/>
  146. </widget>
  147. <resources>
  148. <include location="resources.qrc"/>
  149. </resources>
  150. <connections/>
  151. </ui>