1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QgsPointCloudExtentRendererWidgetBase</class>
4 <widget class="QWidget" name="QgsPointCloudExtentRendererWidgetBase">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>350</width>
10    <height>345</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string notr="true">Form</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="0" column="0">
18    <widget class="QLabel" name="label">
19     <property name="text">
20      <string>Symbol</string>
21     </property>
22    </widget>
23   </item>
24   <item row="0" column="2">
25    <widget class="QgsSymbolButton" name="mSymbolButton">
26     <property name="sizePolicy">
27      <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
28       <horstretch>0</horstretch>
29       <verstretch>0</verstretch>
30      </sizepolicy>
31     </property>
32     <property name="text">
33      <string>Change…</string>
34     </property>
35    </widget>
36   </item>
37   <item row="1" column="1">
38    <spacer name="verticalSpacer">
39     <property name="orientation">
40      <enum>Qt::Vertical</enum>
41     </property>
42     <property name="sizeHint" stdset="0">
43      <size>
44       <width>20</width>
45       <height>292</height>
46      </size>
47     </property>
48    </spacer>
49   </item>
50  </layout>
51 </widget>
52 <customwidgets>
53  <customwidget>
54   <class>QgsSymbolButton</class>
55   <extends>QToolButton</extends>
56   <header>qgssymbolbutton.h</header>
57  </customwidget>
58 </customwidgets>
59 <resources/>
60 <connections/>
61</ui>
62