OBSBasicInteraction.ui 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OBSBasicInteraction</class>
  4. <widget class="QDialog" name="OBSBasicInteraction">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>664</width>
  10. <height>562</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <property name="sizeGripEnabled">
  17. <bool>true</bool>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout">
  20. <item>
  21. <widget class="OBSQTDisplay" name="preview" native="true">
  22. <property name="sizePolicy">
  23. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  24. <horstretch>0</horstretch>
  25. <verstretch>0</verstretch>
  26. </sizepolicy>
  27. </property>
  28. <property name="minimumSize">
  29. <size>
  30. <width>20</width>
  31. <height>20</height>
  32. </size>
  33. </property>
  34. </widget>
  35. </item>
  36. </layout>
  37. </widget>
  38. <customwidgets>
  39. <customwidget>
  40. <class>OBSQTDisplay</class>
  41. <extends>QWidget</extends>
  42. <header>qt-display.hpp</header>
  43. <container>1</container>
  44. </customwidget>
  45. </customwidgets>
  46. <resources/>
  47. <connections/>
  48. </ui>