<?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>305</width> <height>204</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="3" column="3"> <widget class="QSpinBox" name="sbLinePenWidth"> <property name="enabled"> <bool>true</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="suffix"> <string> pt</string> </property> <property name="minimum"> <number>0</number> </property> <property name="maximum"> <number>10</number> </property> <property name="singleStep"> <number>1</number> </property> <property name="value"> <number>0</number> </property> </widget> </item> <item row="1" column="3"> <widget class="QSpinBox" name="sbMarkerSize"> <property name="enabled"> <bool>true</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>21</height> </size> </property> <property name="suffix"> <string> pt</string> </property> <property name="minimum"> <number>1</number> </property> <property name="maximum"> <number>50</number> </property> <property name="singleStep"> <number>1</number> </property> <property name="value"> <number>8</number> </property> </widget> </item> <item row="2" column="3"> <widget class="QSpinBox" name="sbMarkerPenWidth"> <property name="enabled"> <bool>true</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>21</height> </size> </property> <property name="suffix"> <string> pt</string> </property> <property name="minimum"> <number>0</number> </property> <property name="maximum"> <number>10</number> </property> <property name="singleStep"> <number>1</number> </property> <property name="value"> <number>0</number> </property> </widget> </item> <item row="3" column="2"> <widget class="QgsColorButton" name="btnLinePenColor"> <property name="enabled"> <bool>true</bool> </property> <property name="maximumSize"> <size> <width>50</width> <height>16777215</height> </size> </property> <property name="colorDialogTitle"> <string>Select Map Canvas Background Color</string> </property> <property name="color"> <color> <red>255</red> <green>0</green> <blue>0</blue> </color> </property> </widget> </item> <item row="1" column="1"> <widget class="QComboBox" name="cbMarkerSymbol"/> </item> <item row="3" column="1"> <widget class="QComboBox" name="cbLinePenStyle"/> </item> <item row="3" column="0"> <widget class="QLabel" name="label_16"> <property name="enabled"> <bool>true</bool> </property> <property name="text"> <string>Line</string> </property> </widget> </item> <item row="1" column="2"> <widget class="QgsColorButton" name="btnMarkerBrushColor"> <property name="enabled"> <bool>true</bool> </property> <property name="minimumSize"> <size> <width>50</width> <height>16</height> </size> </property> <property name="maximumSize"> <size> <width>50</width> <height>16777215</height> </size> </property> <property name="colorDialogTitle"> <string>Select Map Canvas Background Color</string> </property> <property name="color"> <color> <red>255</red> <green>0</green> <blue>0</blue> </color> </property> </widget> </item> <item row="2" column="2"> <widget class="QgsColorButton" name="btnMarkerPenColor"> <property name="enabled"> <bool>true</bool> </property> <property name="maximumSize"> <size> <width>50</width> <height>16777215</height> </size> </property> <property name="colorDialogTitle"> <string>Select Map Canvas Background Color</string> </property> <property name="color"> <color> <red>255</red> <green>0</green> <blue>0</blue> </color> </property> </widget> </item> <item row="2" column="1"> <widget class="QComboBox" name="cbMarkerPenStyle"/> </item> <item row="1" column="0"> <widget class="QLabel" name="label_15"> <property name="enabled"> <bool>true</bool> </property> <property name="text"> <string>Marker Symbol</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_14"> <property name="enabled"> <bool>true</bool> </property> <property name="text"> <string>Maker Outline</string> </property> </widget> </item> <item row="4" column="1" rowspan="4" colspan="3"> <widget class="PlotWidget" name="plotWidget"/> </item> <item row="4" column="0"> <widget class="QCheckBox" name="cbIsVisible"> <property name="text"> <string>visible</string> </property> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>QgsColorButton</class> <extends>QToolButton</extends> <header>qgscolorbutton.h</header> </customwidget> <customwidget> <class>PlotWidget</class> <extends>QGraphicsView</extends> <header>pyqtgraph</header> </customwidget> </customwidgets> <resources/> <connections/> </ui>