literaldraw
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

draw.ui
application/xml

Download raw (785 bytes)

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>Draw</class>
 <widget class="QWidget" name="Draw">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>538</width>
    <height>785</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <layout class="QGridLayout" name="gridLayout">
   <item row="0" column="0">
    <widget class="DrawView" name="graphicsView">
     <property name="focusPolicy">
      <enum>Qt::NoFocus</enum>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>DrawView</class>
   <extends>QGraphicsView</extends>
   <header>drawview.h</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>