widget.ui 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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="1" column="0" colspan="2">
  41. <widget class="QLineEdit" name="lineEdit"/>
  42. </item>
  43. </layout>
  44. </widget>
  45. </widget>
  46. <resources/>
  47. <connections/>
  48. </ui>