<?xml version=“1.0” encoding=“UTF-8”?> <ui version=“4.0”>
<class>RelationsView</class> <widget class="QWidget" name="RelationsView"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>948</width> <height>683</height> </rect> </property> <property name="windowTitle"> <string>Roby Display</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QSplitter" name="splitter"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <widget class="QGraphicsView" name="graphics"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>10</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>250</width> <height>250</height> </size> </property> <property name="renderHints"> <set>QPainter::Antialiasing|QPainter::TextAntialiasing</set> </property> </widget> <widget class="QWidget" name="scheduler_view_holder" native="true"> <property name="minimumSize"> <size> <width>0</width> <height>100</height> </size> </property> </widget> </widget> </item> </layout> </widget> <resources/> <connections/>
</ui>