<?xml version="1.0" ?>
<ui version="4.0">
<class>Dialog</class>
<widget class="PyDMFrame" name="screen">
<property name="geometry">
<rect>
<x>551</x>
<y>483</y>
<width>330</width>
<height>310</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>330</width>
<height>310</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">PyDMFrame#screen {
color: rgb(0, 0, 0);
background-color: rgb(200, 200, 200);
}</string>
</property>
<property name="windowTitle">
<string>table_fixedPoints_refresh</string>
</property>
<layout class="QGridLayout" name="gridLayout" columnstretch="240,90" rowstretch="285,20,5">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="horizontalSpacing">
<number>0</number>
</property>
<property name="verticalSpacing">
<number>0</number>
</property>
<item row="1" column="1">
<widget class="PyDMRelatedDisplayButton" name="related_display">
<property name="geometry">
<rect>
<x>240</x>
<y>285</y>
<width>90</width>
<height>20</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Ignored" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Press again</string>
</property>
<property name="text">
<string>Press again</string>
</property>
<property name="showIcon" stdset="0">
<bool>false</bool>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">PyDMRelatedDisplayButton#related_display {
color: rgb(255, 255, 255);
background-color: rgb(51, 153, 0);
}</string>
</property>
<property name="titles" stdset="0">
<stringlist>
<string>Fixed points</string>
</stringlist>
</property>
<property name="filenames" stdset="0">
<stringlist>
<string>table_fixedPoints.ui</string>
</stringlist>
</property>
<property name="macros" stdset="0">
<stringlist>
<string>P=${P},Q=${Q},T=${T},M0X=${M0X},M0Y=${M0Y},M1Y=${M1Y},M2X=${M2X},M2Y=${M2Y},M2Z=${M2Z}</string>
</stringlist>
</property>
<property name="openInNewWindow" stdset="0">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
<zorder>related_display</zorder>
</widget>
<customwidgets>
<customwidget>
<class>PyDMRelatedDisplayButton</class>
<extends>QPushButton</extends>
<header>pydm.widgets.related_display_button</header>
</customwidget>
<customwidget>
<class>PyDMFrame</class>
<extends>QFrame</extends>
<header>pydm.widgets.frame</header>
</customwidget>
</customwidgets>
</ui>