widget.ui 962 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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="0">
  27. <widget class="QPushButton" name="pBtn_openVideo">
  28. <property name="text">
  29. <string>打开视频</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="1" column="0" colspan="2">
  34. <widget class="QLineEdit" name="lineEdit"/>
  35. </item>
  36. </layout>
  37. </widget>
  38. </widget>
  39. <resources/>
  40. <connections/>
  41. </ui>