Advertisement
Guest User

gl_test.ui

a guest
Oct 11th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.23 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <class>Window</class>
  4.  <widget class="QWidget" name="Window">
  5.   <property name="geometry">
  6.    <rect>
  7.     <x>0</x>
  8.     <y>0</y>
  9.     <width>518</width>
  10.     <height>518</height>
  11.    </rect>
  12.   </property>
  13.   <property name="sizePolicy">
  14.    <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  15.     <horstretch>0</horstretch>
  16.     <verstretch>0</verstretch>
  17.    </sizepolicy>
  18.   </property>
  19.   <property name="minimumSize">
  20.    <size>
  21.     <width>0</width>
  22.     <height>0</height>
  23.    </size>
  24.   </property>
  25.   <property name="maximumSize">
  26.    <size>
  27.     <width>518</width>
  28.     <height>518</height>
  29.    </size>
  30.   </property>
  31.   <property name="windowTitle">
  32.    <string>Form</string>
  33.   </property>
  34.   <layout class="QVBoxLayout" name="verticalLayout">
  35.    <item>
  36.     <widget class="QOpenGLWidget" name="openGLWidget">
  37.      <property name="minimumSize">
  38.       <size>
  39.        <width>500</width>
  40.        <height>500</height>
  41.       </size>
  42.      </property>
  43.      <property name="maximumSize">
  44.       <size>
  45.        <width>500</width>
  46.        <height>500</height>
  47.       </size>
  48.      </property>
  49.     </widget>
  50.    </item>
  51.   </layout>
  52.  </widget>
  53.  <resources/>
  54.  <connections/>
  55. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement