mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 13:41:13 +00:00
These are all design documents that I thought I had lost. It's may make me cringe, but it's still cool to use it to see how far I've come.
1826 lines
48 KiB
XML
1826 lines
48 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1280</width>
|
|
<height>720</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1270</width>
|
|
<height>576</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>1</number>
|
|
</property>
|
|
<widget class="QWidget" name="tabHome">
|
|
<attribute name="title">
|
|
<string>Home</string>
|
|
</attribute>
|
|
<widget class="QFrame" name="frameMainVideo">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>5</x>
|
|
<y>15</y>
|
|
<width>650</width>
|
|
<height>490</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Box</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Plain</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>5</number>
|
|
</property>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>5</x>
|
|
<y>5</y>
|
|
<width>640</width>
|
|
<height>480</height>
|
|
</rect>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="tabTableData">
|
|
<attribute name="title">
|
|
<string>TableData</string>
|
|
</attribute>
|
|
<widget class="QTableView" name="tableView">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>10</y>
|
|
<width>451</width>
|
|
<height>361</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="tabSettings">
|
|
<attribute name="title">
|
|
<string>Settings</string>
|
|
</attribute>
|
|
<widget class="QGroupBox" name="groupBoxPetriDishSettings">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>5</x>
|
|
<y>10</y>
|
|
<width>750</width>
|
|
<height>320</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Petri Dish Settings</string>
|
|
</property>
|
|
<widget class="QCheckBox" name="checkBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>20</y>
|
|
<width>141</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Auto Find Petri Dish</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>50</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Dish Center X Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_2" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>170</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Dish Radius</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_3" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>110</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Dish Center Y Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_4" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>230</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Dish Safe Zone Offset</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_5" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>50</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Top Left Ref X Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_6" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>110</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Top Left Ref Y Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_7" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>230</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Bottom Left Ref Y Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_8" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>170</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Bottom Left Ref X Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_9" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>500</x>
|
|
<y>110</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Top Right Ref Y Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_10" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>500</x>
|
|
<y>170</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Bottom Right Ref X Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_11" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>500</x>
|
|
<y>50</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Top Right Ref X Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_12" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>500</x>
|
|
<y>230</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_16">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_16">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Top Right Ref Y Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QFrame" name="settingsVideoPreviewFrame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>845</x>
|
|
<y>25</y>
|
|
<width>330</width>
|
|
<height>250</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Box</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Plain</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>5</number>
|
|
</property>
|
|
<widget class="QLabel" name="settingsVideoPreview">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>5</x>
|
|
<y>5</y>
|
|
<width>320</width>
|
|
<height>240</height>
|
|
</rect>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QLabel" name="label_17">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>845</x>
|
|
<y>10</y>
|
|
<width>57</width>
|
|
<height>15</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Preview</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBoxPickSettings">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>5</x>
|
|
<y>350</y>
|
|
<width>750</width>
|
|
<height>135</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Pick Settings</string>
|
|
</property>
|
|
<widget class="QWidget" name="numberChangeWidget_13" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Default Pick Height</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_15" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>80</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_17">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_17">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_16">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Fluid Volume for Pick (mL)</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_17" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>25</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_19">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_17">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_19">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_19">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Top Left Ref X Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_18" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>80</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_20">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_18">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_20">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_20">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Top Left Ref Y Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_21" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>500</x>
|
|
<y>80</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_23">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_21">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_23">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_23">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Top Right Ref Y Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_22" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>500</x>
|
|
<y>170</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_24">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_22">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_24">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_24">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Bottom Right Ref X Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_23" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>500</x>
|
|
<y>25</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_25">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_23">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_25">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_25">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Top Right Ref X Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_24" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>500</x>
|
|
<y>230</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_26">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_24">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_26">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_26">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Top Right Ref Y Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBoxDetectionSettings">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>845</x>
|
|
<y>350</y>
|
|
<width>330</width>
|
|
<height>135</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Detection Settings</string>
|
|
</property>
|
|
<widget class="QWidget" name="numberChangeWidget_29" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QCheckBox" name="checkBox_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>15</y>
|
|
<width>141</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Detect Mispicks?</string>
|
|
</property>
|
|
</widget>
|
|
<zorder>checkBox_2</zorder>
|
|
<zorder>numberChangeWidget_30</zorder>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_30" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>80</y>
|
|
<width>321</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_32">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_30">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_32">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>241</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>Minimum Embryo Size (P²)</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Maximum Embryo Size (P²)</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_34" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>500</x>
|
|
<y>170</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_36">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_34">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_36">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_36">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Bottom Right Ref X Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="numberChangeWidget_36" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>500</x>
|
|
<y>230</y>
|
|
<width>240</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButtonDown_38">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>25</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▼</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit_36">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>25</x>
|
|
<y>12</y>
|
|
<width>40</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>9999</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonUp_38">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>25</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>▲</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_38">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>12</y>
|
|
<width>170</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Top Right Ref Y Position</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QLabel" name="label2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>5</x>
|
|
<y>590</y>
|
|
<width>630</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>General Status and Notifications</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTextBrowser" name="textGeneralStatusAndNotifications">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>5</x>
|
|
<y>610</y>
|
|
<width>630</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="html">
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
p, li { white-space: pre-wrap; }
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTextBrowser" name="textGeneralStatusAndNotifications_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>640</x>
|
|
<y>610</y>
|
|
<width>630</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="html">
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
p, li { white-space: pre-wrap; }
|
|
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label2_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>640</x>
|
|
<y>590</y>
|
|
<width>630</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>General Status and Notifications</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1280</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>File</string>
|
|
</property>
|
|
<addaction name="actionExit"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
</widget>
|
|
<action name="actionExit">
|
|
<property name="text">
|
|
<string>Exit</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|