main.ui 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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>563</width>
  10. <height>319</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>云雀知识库批量下载工具</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QLineEdit" name="lineEdit">
  18. <property name="geometry">
  19. <rect>
  20. <x>190</x>
  21. <y>100</y>
  22. <width>321</width>
  23. <height>20</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. <widget class="QPushButton" name="pushButton">
  28. <property name="geometry">
  29. <rect>
  30. <x>190</x>
  31. <y>190</y>
  32. <width>75</width>
  33. <height>23</height>
  34. </rect>
  35. </property>
  36. <property name="text">
  37. <string>开始下载</string>
  38. </property>
  39. </widget>
  40. <widget class="QLabel" name="label">
  41. <property name="geometry">
  42. <rect>
  43. <x>140</x>
  44. <y>100</y>
  45. <width>54</width>
  46. <height>12</height>
  47. </rect>
  48. </property>
  49. <property name="text">
  50. <string>链接</string>
  51. </property>
  52. </widget>
  53. <widget class="QLabel" name="label_2">
  54. <property name="geometry">
  55. <rect>
  56. <x>140</x>
  57. <y>20</y>
  58. <width>251</width>
  59. <height>51</height>
  60. </rect>
  61. </property>
  62. <property name="font">
  63. <font>
  64. <family>Algerian</family>
  65. <pointsize>16</pointsize>
  66. </font>
  67. </property>
  68. <property name="text">
  69. <string>云雀知识库批量下载工具</string>
  70. </property>
  71. </widget>
  72. <widget class="QLabel" name="label_3">
  73. <property name="geometry">
  74. <rect>
  75. <x>120</x>
  76. <y>140</y>
  77. <width>54</width>
  78. <height>12</height>
  79. </rect>
  80. </property>
  81. <property name="text">
  82. <string>保存路径:</string>
  83. </property>
  84. </widget>
  85. <widget class="QLineEdit" name="lineEdit_2">
  86. <property name="geometry">
  87. <rect>
  88. <x>190</x>
  89. <y>140</y>
  90. <width>321</width>
  91. <height>20</height>
  92. </rect>
  93. </property>
  94. </widget>
  95. </widget>
  96. <widget class="QStatusBar" name="statusbar"/>
  97. </widget>
  98. <resources/>
  99. <connections/>
  100. </ui>