Newer
Older
<?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>

Benjamin Jakimow
committed
<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 name="suffix">
<string> pt</string>
<property name="minimum">
<number>0</number>
<property name="maximum">
<number>10</number>
<property name="singleStep">
<number>1</number>
<property name="value">
<number>0</number>
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
</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>
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<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>
<property name="maximumSize">
<size>
<width>50</width>
<height>16777215</height>
</size>
<property name="colorDialogTitle">
<string>Select Map Canvas Background Color</string>
<property name="color">
<color>
<red>255</red>
<green>0</green>
<blue>0</blue>
</color>
<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>
<property name="colorDialogTitle">
<string>Select Map Canvas Background Color</string>
</property>
<color>
<red>255</red>
<green>0</green>
<blue>0</blue>
</color>
</property>
<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>

Benjamin Jakimow
committed
<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>
<header>qgscolorbutton.h</header>
</customwidget>
<customwidget>
<class>PlotWidget</class>
<extends>QGraphicsView</extends>
<header>pyqtgraph</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>