2012-05-31 20:06:13 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Form</class>
|
|
|
|
<widget class="QWidget" name="Form">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2012-10-03 01:23:59 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QSpinBox" name="sizeSpin">
|
|
|
|
<property name="value">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QCheckBox" name="pixelModeCheck">
|
|
|
|
<property name="text">
|
|
|
|
<string>pixel mode</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2012-05-31 20:06:13 +00:00
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2012-10-03 01:23:59 +00:00
|
|
|
<widget class="QLabel" name="label">
|
2012-05-31 20:06:13 +00:00
|
|
|
<property name="text">
|
2012-10-03 01:23:59 +00:00
|
|
|
<string>Size</string>
|
2012-05-31 20:06:13 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-10-03 01:23:59 +00:00
|
|
|
<item row="0" column="0" colspan="4">
|
|
|
|
<widget class="PlotWidget" name="plot"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QCheckBox" name="randCheck">
|
2012-05-31 20:06:13 +00:00
|
|
|
<property name="text">
|
2012-10-03 01:23:59 +00:00
|
|
|
<string>Randomize</string>
|
2012-05-31 20:06:13 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>PlotWidget</class>
|
|
|
|
<extends>QGraphicsView</extends>
|
|
|
|
<header>pyqtgraph</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|