widget.ui 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Widget</class>
  4. <widget class="QWidget" name="Widget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Widget</string>
  15. </property>
  16. <widget class="QWidget" name="widget_pBtn" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>30</x>
  20. <y>30</y>
  21. <width>681</width>
  22. <height>311</height>
  23. </rect>
  24. </property>
  25. <layout class="QGridLayout" name="gridLayout">
  26. <item row="0" column="1">
  27. <widget class="QPushButton" name="pBtn_downloadFile">
  28. <property name="text">
  29. <string>下载文件</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="0" column="0">
  34. <widget class="QPushButton" name="pBtn_connect">
  35. <property name="text">
  36. <string>连接</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item row="2" column="0" colspan="2">
  41. <widget class="QLineEdit" name="lineEdit"/>
  42. </item>
  43. <item row="1" column="0">
  44. <widget class="QPushButton" name="pBtn_downloadVideo">
  45. <property name="text">
  46. <string>下载视频</string>
  47. </property>
  48. </widget>
  49. </item>
  50. <item row="1" column="1">
  51. <widget class="QPushButton" name="pBtn_logSpeed">
  52. <property name="text">
  53. <string>日志速度对比</string>
  54. </property>
  55. </widget>
  56. </item>
  57. </layout>
  58. </widget>
  59. </widget>
  60. <resources/>
  61. <connections/>
  62. </ui>