Skip to content

Commit 519b87b

Browse files
committed
heatmap: add grid layouts
1 parent f2a44ce commit 519b87b

File tree

1 file changed

+91
-168
lines changed

1 file changed

+91
-168
lines changed

src/plugins/heatmap/heatmapguibase.ui

+91-168
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>400</width>
10-
<height>260</height>
9+
<width>428</width>
10+
<height>254</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -16,172 +16,95 @@
1616
<property name="locale">
1717
<locale language="English" country="UnitedStates"/>
1818
</property>
19-
<widget class="QLabel" name="mInputLabel">
20-
<property name="geometry">
21-
<rect>
22-
<x>10</x>
23-
<y>20</y>
24-
<width>110</width>
25-
<height>21</height>
26-
</rect>
27-
</property>
28-
<property name="text">
29-
<string>Input Point Vector</string>
30-
</property>
31-
</widget>
32-
<widget class="QComboBox" name="mInputVectorCombo">
33-
<property name="geometry">
34-
<rect>
35-
<x>125</x>
36-
<y>20</y>
37-
<width>260</width>
38-
<height>25</height>
39-
</rect>
40-
</property>
41-
</widget>
42-
<widget class="QLabel" name="mOutputLabel">
43-
<property name="geometry">
44-
<rect>
45-
<x>10</x>
46-
<y>65</y>
47-
<width>110</width>
48-
<height>16</height>
49-
</rect>
50-
</property>
51-
<property name="text">
52-
<string>Output Raster</string>
53-
</property>
54-
</widget>
55-
<widget class="QLineEdit" name="mOutputRasterLineEdit">
56-
<property name="geometry">
57-
<rect>
58-
<x>125</x>
59-
<y>60</y>
60-
<width>230</width>
61-
<height>25</height>
62-
</rect>
63-
</property>
64-
</widget>
65-
<widget class="QPushButton" name="mBrowseButton">
66-
<property name="geometry">
67-
<rect>
68-
<x>355</x>
69-
<y>60</y>
70-
<width>30</width>
71-
<height>25</height>
72-
</rect>
73-
</property>
74-
<property name="focusPolicy">
75-
<enum>Qt::ClickFocus</enum>
76-
</property>
77-
<property name="text">
78-
<string>...</string>
79-
</property>
80-
<property name="autoDefault">
81-
<bool>false</bool>
82-
</property>
83-
</widget>
84-
<widget class="QDialogButtonBox" name="mButtonBox">
85-
<property name="geometry">
86-
<rect>
87-
<x>10</x>
88-
<y>225</y>
89-
<width>375</width>
90-
<height>30</height>
91-
</rect>
92-
</property>
93-
<property name="standardButtons">
94-
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
95-
</property>
96-
</widget>
97-
<widget class="QGroupBox" name="mPointAttributeBox">
98-
<property name="geometry">
99-
<rect>
100-
<x>10</x>
101-
<y>140</y>
102-
<width>370</width>
103-
<height>80</height>
104-
</rect>
105-
</property>
106-
<property name="title">
107-
<string>Heatmap Point Attributes</string>
108-
</property>
109-
<widget class="QLabel" name="mBufferLabel">
110-
<property name="geometry">
111-
<rect>
112-
<x>10</x>
113-
<y>27</y>
114-
<width>101</width>
115-
<height>16</height>
116-
</rect>
117-
</property>
118-
<property name="text">
119-
<string>Buffer Radius</string>
120-
</property>
121-
</widget>
122-
<widget class="QLabel" name="mDecayLabel">
123-
<property name="geometry">
124-
<rect>
125-
<x>10</x>
126-
<y>56</y>
127-
<width>101</width>
128-
<height>16</height>
129-
</rect>
130-
</property>
131-
<property name="text">
132-
<string>Decay Ratio</string>
133-
</property>
134-
</widget>
135-
<widget class="QLineEdit" name="mBufferLineEdit">
136-
<property name="geometry">
137-
<rect>
138-
<x>110</x>
139-
<y>20</y>
140-
<width>113</width>
141-
<height>25</height>
142-
</rect>
143-
</property>
144-
<property name="text">
145-
<string>10</string>
146-
</property>
147-
</widget>
148-
<widget class="QLineEdit" name="mDecayLineEdit">
149-
<property name="geometry">
150-
<rect>
151-
<x>110</x>
152-
<y>50</y>
153-
<width>113</width>
154-
<height>25</height>
155-
</rect>
156-
</property>
157-
<property name="text">
158-
<string>0.5</string>
159-
</property>
160-
</widget>
161-
</widget>
162-
<widget class="QLabel" name="mFormatLabel">
163-
<property name="geometry">
164-
<rect>
165-
<x>10</x>
166-
<y>105</y>
167-
<width>110</width>
168-
<height>15</height>
169-
</rect>
170-
</property>
171-
<property name="text">
172-
<string>Output Format</string>
173-
</property>
174-
</widget>
175-
<widget class="QComboBox" name="mFormatCombo">
176-
<property name="geometry">
177-
<rect>
178-
<x>125</x>
179-
<y>100</y>
180-
<width>260</width>
181-
<height>25</height>
182-
</rect>
183-
</property>
184-
</widget>
19+
<layout class="QGridLayout" name="gridLayout">
20+
<item row="0" column="0">
21+
<widget class="QLabel" name="mInputLabel">
22+
<property name="text">
23+
<string>Input Point Vector</string>
24+
</property>
25+
</widget>
26+
</item>
27+
<item row="0" column="1" colspan="2">
28+
<widget class="QComboBox" name="mInputVectorCombo"/>
29+
</item>
30+
<item row="1" column="0">
31+
<widget class="QLabel" name="mOutputLabel">
32+
<property name="text">
33+
<string>Output Raster</string>
34+
</property>
35+
</widget>
36+
</item>
37+
<item row="1" column="1">
38+
<widget class="QLineEdit" name="mOutputRasterLineEdit"/>
39+
</item>
40+
<item row="3" column="0">
41+
<widget class="QLabel" name="mFormatLabel">
42+
<property name="text">
43+
<string>Output Format</string>
44+
</property>
45+
</widget>
46+
</item>
47+
<item row="3" column="1" colspan="2">
48+
<widget class="QComboBox" name="mFormatCombo"/>
49+
</item>
50+
<item row="4" column="0" colspan="3">
51+
<widget class="QGroupBox" name="mPointAttributeBox">
52+
<property name="title">
53+
<string>Heatmap Point Attributes</string>
54+
</property>
55+
<layout class="QGridLayout" name="gridLayout_2">
56+
<item row="0" column="0">
57+
<widget class="QLabel" name="mBufferLabel">
58+
<property name="text">
59+
<string>Buffer Radius</string>
60+
</property>
61+
</widget>
62+
</item>
63+
<item row="0" column="1">
64+
<widget class="QLineEdit" name="mBufferLineEdit">
65+
<property name="text">
66+
<string>10</string>
67+
</property>
68+
</widget>
69+
</item>
70+
<item row="1" column="0">
71+
<widget class="QLabel" name="mDecayLabel">
72+
<property name="text">
73+
<string>Decay Ratio</string>
74+
</property>
75+
</widget>
76+
</item>
77+
<item row="1" column="1">
78+
<widget class="QLineEdit" name="mDecayLineEdit">
79+
<property name="text">
80+
<string>0.5</string>
81+
</property>
82+
</widget>
83+
</item>
84+
</layout>
85+
</widget>
86+
</item>
87+
<item row="5" column="0" colspan="3">
88+
<widget class="QDialogButtonBox" name="mButtonBox">
89+
<property name="standardButtons">
90+
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
91+
</property>
92+
</widget>
93+
</item>
94+
<item row="1" column="2">
95+
<widget class="QPushButton" name="mBrowseButton">
96+
<property name="focusPolicy">
97+
<enum>Qt::ClickFocus</enum>
98+
</property>
99+
<property name="text">
100+
<string>...</string>
101+
</property>
102+
<property name="autoDefault">
103+
<bool>false</bool>
104+
</property>
105+
</widget>
106+
</item>
107+
</layout>
185108
</widget>
186109
<resources/>
187110
<connections>

0 commit comments

Comments
 (0)