Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Frontend</class>
  4. <widget class="QMainWindow" name="Frontend">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1024</width>
  10. <height>768</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>640</width>
  22. <height>480</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Stazione di Regia</string>
  27. </property>
  28. <widget class="QWidget" name="centralwidget">
  29. <property name="sizePolicy">
  30. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  31. <horstretch>0</horstretch>
  32. <verstretch>0</verstretch>
  33. </sizepolicy>
  34. </property>
  35. <property name="maximumSize">
  36. <size>
  37. <width>16000000</width>
  38. <height>16000000</height>
  39. </size>
  40. </property>
  41. <layout class="QHBoxLayout" name="horizontalLayout">
  42. <item>
  43. <widget class="QSplitter" name="splitter">
  44. <property name="sizePolicy">
  45. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  46. <horstretch>0</horstretch>
  47. <verstretch>0</verstretch>
  48. </sizepolicy>
  49. </property>
  50. <property name="orientation">
  51. <enum>Qt::Horizontal</enum>
  52. </property>
  53. <widget class="QWidget" name="layoutWidget">
  54. <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0">
  55. <property name="sizeConstraint">
  56. <enum>QLayout::SetDefaultConstraint</enum>
  57. </property>
  58. <item>
  59. <widget class="QTreeWidget" name="DevicesControl">
  60. <property name="sizePolicy">
  61. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  62. <horstretch>1</horstretch>
  63. <verstretch>0</verstretch>
  64. </sizepolicy>
  65. </property>
  66. <property name="minimumSize">
  67. <size>
  68. <width>100</width>
  69. <height>100</height>
  70. </size>
  71. </property>
  72. <property name="maximumSize">
  73. <size>
  74. <width>16777215</width>
  75. <height>16777215</height>
  76. </size>
  77. </property>
  78. <property name="frameShadow">
  79. <enum>QFrame::Sunken</enum>
  80. </property>
  81. <property name="textElideMode">
  82. <enum>Qt::ElideMiddle</enum>
  83. </property>
  84. <property name="indentation">
  85. <number>5</number>
  86. </property>
  87. <column>
  88. <property name="text">
  89. <string>Periferica</string>
  90. </property>
  91. </column>
  92. </widget>
  93. </item>
  94. <item>
  95. <widget class="QCheckBox" name="checkAspectRatio">
  96. <property name="text">
  97. <string>Proporzioni originali</string>
  98. </property>
  99. </widget>
  100. </item>
  101. </layout>
  102. </widget>
  103. <widget class="QWidget" name="videoContainer" native="true">
  104. <property name="sizePolicy">
  105. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  106. <horstretch>100</horstretch>
  107. <verstretch>0</verstretch>
  108. </sizepolicy>
  109. </property>
  110. </widget>
  111. </widget>
  112. </item>
  113. </layout>
  114. </widget>
  115. </widget>
  116. <resources/>
  117. <connections/>
  118. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement