mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3515 c8812cc2-4d05-0410-92ff-de0c093fc19c
827 lines
36 KiB
XML
827 lines
36 KiB
XML
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
|
|
<class>QgsGrassEditBase</class>
|
|
<widget class="QMainWindow">
|
|
<property name="name">
|
|
<cstring>QgsGrassEditBase</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>462</width>
|
|
<height>272</height>
|
|
</rect>
|
|
</property>
|
|
<property name="caption">
|
|
<string>GRASS Edit</string>
|
|
</property>
|
|
<vbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>5</number>
|
|
</property>
|
|
<widget class="QTabWidget">
|
|
<property name="name">
|
|
<cstring>tabWidget</cstring>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy>
|
|
<hsizetype>7</hsizetype>
|
|
<vsizetype>7</vsizetype>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<widget class="QWidget">
|
|
<property name="name">
|
|
<cstring>tab</cstring>
|
|
</property>
|
|
<attribute name="title">
|
|
<string>Category</string>
|
|
</attribute>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="QLabel" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>textLabel3</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Mode</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" row="1" column="0">
|
|
<property name="name">
|
|
<cstring>catLabel</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Category</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" row="1" column="2">
|
|
<property name="name">
|
|
<cstring>textLabel2</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Field (layer)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" row="0" column="1" rowspan="1" colspan="3">
|
|
<property name="name">
|
|
<cstring>mCatModeBox</cstring>
|
|
</property>
|
|
<property name="currentItem">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" row="1" column="1">
|
|
<property name="name">
|
|
<cstring>mCatEntry</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" row="1" column="3">
|
|
<property name="name">
|
|
<cstring>mFieldBox</cstring>
|
|
</property>
|
|
<property name="editable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="duplicatesEnabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<widget class="QWidget">
|
|
<property name="name">
|
|
<cstring>tab</cstring>
|
|
</property>
|
|
<attribute name="title">
|
|
<string>Settings</string>
|
|
</attribute>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="QLabel" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>textLabel4</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Snapping in screen pixels</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" row="0" column="1">
|
|
<property name="name">
|
|
<cstring>mSnapPixels</cstring>
|
|
</property>
|
|
<property name="value">
|
|
<number>10</number>
|
|
</property>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<widget class="QWidget">
|
|
<property name="name">
|
|
<cstring>tab</cstring>
|
|
</property>
|
|
<attribute name="title">
|
|
<string>Symbology</string>
|
|
</attribute>
|
|
<hbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="QListView">
|
|
<column>
|
|
<property name="text">
|
|
<string>Column 1</string>
|
|
</property>
|
|
<property name="clickable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="resizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</column>
|
|
<item>
|
|
<property name="text">
|
|
<string>New Item</string>
|
|
</property>
|
|
<property name="pixmap">
|
|
<pixmap></pixmap>
|
|
</property>
|
|
</item>
|
|
<property name="name">
|
|
<cstring>symbologyList</cstring>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy>
|
|
<hsizetype>7</hsizetype>
|
|
<vsizetype>7</vsizetype>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
<property name="resizeMode">
|
|
<enum>AllColumns</enum>
|
|
</property>
|
|
<property name="treeStepSize">
|
|
<number>20</number>
|
|
</property>
|
|
</widget>
|
|
</hbox>
|
|
</widget>
|
|
<widget class="QWidget">
|
|
<property name="name">
|
|
<cstring>tab</cstring>
|
|
</property>
|
|
<attribute name="title">
|
|
<string>Table</string>
|
|
</attribute>
|
|
<vbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<widget class="QFrame">
|
|
<property name="name">
|
|
<cstring>frame9</cstring>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy>
|
|
<hsizetype>7</hsizetype>
|
|
<vsizetype>5</vsizetype>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>32767</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>NoFrame</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>Plain</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>0</number>
|
|
</property>
|
|
<widget class="QLabel">
|
|
<property name="name">
|
|
<cstring>textLabel1</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>2</y>
|
|
<width>93</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Field (layer)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox">
|
|
<property name="name">
|
|
<cstring>mTableField</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>119</x>
|
|
<y>1</y>
|
|
<width>65</width>
|
|
<height>29</height>
|
|
</rect>
|
|
</property>
|
|
<property name="editable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="duplicatesEnabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QTable">
|
|
<property name="name">
|
|
<cstring>mAttributeTable</cstring>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="resizePolicy">
|
|
<enum>Manual</enum>
|
|
</property>
|
|
<property name="numRows">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="numCols">
|
|
<number>3</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame">
|
|
<property name="name">
|
|
<cstring>frame3</cstring>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy>
|
|
<hsizetype>7</hsizetype>
|
|
<vsizetype>7</vsizetype>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>35</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>32767</width>
|
|
<height>35</height>
|
|
</size>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>NoFrame</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>Plain</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>0</number>
|
|
</property>
|
|
<hbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>3</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>3</number>
|
|
</property>
|
|
<widget class="QPushButton">
|
|
<property name="name">
|
|
<cstring>mAddColumnButton</cstring>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy>
|
|
<hsizetype>7</hsizetype>
|
|
<vsizetype>7</vsizetype>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Add Column</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton">
|
|
<property name="name">
|
|
<cstring>mAlterTableButton</cstring>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy>
|
|
<hsizetype>7</hsizetype>
|
|
<vsizetype>7</vsizetype>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Create / Alter Table</string>
|
|
</property>
|
|
</widget>
|
|
</hbox>
|
|
</widget>
|
|
</vbox>
|
|
</widget>
|
|
</widget>
|
|
</vbox>
|
|
</widget>
|
|
<toolbars>
|
|
<toolbar dock="2">
|
|
<property name="name">
|
|
<cstring>newToolBar</cstring>
|
|
</property>
|
|
<property name="label">
|
|
<string>Tools</string>
|
|
</property>
|
|
<action name="newPointAction"/>
|
|
<action name="newLineAction"/>
|
|
<action name="newBoundaryAction"/>
|
|
<action name="newCentroidAction"/>
|
|
</toolbar>
|
|
<toolbar dock="2">
|
|
<property name="name">
|
|
<cstring>editVertexToolBar</cstring>
|
|
</property>
|
|
<property name="label">
|
|
<string>Toolbar</string>
|
|
</property>
|
|
<action name="moveVertexAction"/>
|
|
<action name="addVertexAction"/>
|
|
<action name="deleteVertexAction"/>
|
|
</toolbar>
|
|
<toolbar dock="2">
|
|
<property name="name">
|
|
<cstring>editLineToolBar</cstring>
|
|
</property>
|
|
<property name="label">
|
|
<string>Toolbar</string>
|
|
</property>
|
|
<action name="moveLineAction"/>
|
|
<action name="splitLineAction"/>
|
|
<action name="deleteLineAction"/>
|
|
<separator/>
|
|
<action name="editAttributesAction"/>
|
|
</toolbar>
|
|
<toolbar dock="2">
|
|
<property name="name">
|
|
<cstring>mainToolBar</cstring>
|
|
</property>
|
|
<property name="label">
|
|
<string>Toolbar</string>
|
|
</property>
|
|
<action name="closeEditAction"/>
|
|
</toolbar>
|
|
</toolbars>
|
|
<actions>
|
|
<action>
|
|
<property name="name">
|
|
<cstring>closeEditAction</cstring>
|
|
</property>
|
|
<property name="iconSet">
|
|
<iconset>image0</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Close</string>
|
|
</property>
|
|
<property name="menuText">
|
|
<string>Close</string>
|
|
</property>
|
|
</action>
|
|
<actiongroup>
|
|
<property name="name">
|
|
<cstring>actionToolsGroup</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>ActionGroup</string>
|
|
</property>
|
|
<property name="menuText">
|
|
<string>ActionGroup</string>
|
|
</property>
|
|
<property name="usesDropDown">
|
|
<bool>false</bool>
|
|
</property>
|
|
<action>
|
|
<property name="name">
|
|
<cstring>newLineAction</cstring>
|
|
</property>
|
|
<property name="toggleAction">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="iconSet">
|
|
<iconset>image1</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>New line</string>
|
|
</property>
|
|
<property name="menuText">
|
|
<string>New line</string>
|
|
</property>
|
|
<property name="accel">
|
|
<string>F2</string>
|
|
</property>
|
|
</action>
|
|
<action>
|
|
<property name="name">
|
|
<cstring>newPointAction</cstring>
|
|
</property>
|
|
<property name="toggleAction">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="iconSet">
|
|
<iconset>image2</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>New point</string>
|
|
</property>
|
|
<property name="menuText">
|
|
<string>New point</string>
|
|
</property>
|
|
<property name="accel">
|
|
<string>F1</string>
|
|
</property>
|
|
</action>
|
|
<action>
|
|
<property name="name">
|
|
<cstring>newBoundaryAction</cstring>
|
|
</property>
|
|
<property name="toggleAction">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="iconSet">
|
|
<iconset>image3</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>New boundary</string>
|
|
</property>
|
|
<property name="menuText">
|
|
<string>New boundary</string>
|
|
</property>
|
|
<property name="accel">
|
|
<string>F3</string>
|
|
</property>
|
|
</action>
|
|
<action>
|
|
<property name="name">
|
|
<cstring>newCentroidAction</cstring>
|
|
</property>
|
|
<property name="toggleAction">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="iconSet">
|
|
<iconset>image4</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>New centroid</string>
|
|
</property>
|
|
<property name="menuText">
|
|
<string>New centroid</string>
|
|
</property>
|
|
<property name="accel">
|
|
<string>F4</string>
|
|
</property>
|
|
</action>
|
|
<action>
|
|
<property name="name">
|
|
<cstring>moveVertexAction</cstring>
|
|
</property>
|
|
<property name="toggleAction">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="iconSet">
|
|
<iconset>image5</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Move vertex</string>
|
|
</property>
|
|
<property name="menuText">
|
|
<string>Move vertex</string>
|
|
</property>
|
|
<property name="accel">
|
|
<string>F5</string>
|
|
</property>
|
|
</action>
|
|
<action>
|
|
<property name="name">
|
|
<cstring>addVertexAction</cstring>
|
|
</property>
|
|
<property name="toggleAction">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="iconSet">
|
|
<iconset>image6</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Add vertex</string>
|
|
</property>
|
|
<property name="menuText">
|
|
<string>Add vertex</string>
|
|
</property>
|
|
<property name="accel">
|
|
<string>F6</string>
|
|
</property>
|
|
</action>
|
|
<action>
|
|
<property name="name">
|
|
<cstring>deleteVertexAction</cstring>
|
|
</property>
|
|
<property name="toggleAction">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="iconSet">
|
|
<iconset>image7</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Delete vertex</string>
|
|
</property>
|
|
<property name="menuText">
|
|
<string>Delete vertex</string>
|
|
</property>
|
|
<property name="accel">
|
|
<string>F7</string>
|
|
</property>
|
|
</action>
|
|
<action>
|
|
<property name="name">
|
|
<cstring>splitLineAction</cstring>
|
|
</property>
|
|
<property name="toggleAction">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="iconSet">
|
|
<iconset>image8</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Split line</string>
|
|
</property>
|
|
<property name="menuText">
|
|
<string>Split line</string>
|
|
</property>
|
|
<property name="accel">
|
|
<string>F10</string>
|
|
</property>
|
|
</action>
|
|
<action>
|
|
<property name="name">
|
|
<cstring>moveLineAction</cstring>
|
|
</property>
|
|
<property name="toggleAction">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="iconSet">
|
|
<iconset>image9</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Move line</string>
|
|
</property>
|
|
<property name="menuText">
|
|
<string>Move line</string>
|
|
</property>
|
|
<property name="accel">
|
|
<string>F9</string>
|
|
</property>
|
|
</action>
|
|
<action>
|
|
<property name="name">
|
|
<cstring>deleteLineAction</cstring>
|
|
</property>
|
|
<property name="toggleAction">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="iconSet">
|
|
<iconset>image10</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Delete line</string>
|
|
</property>
|
|
<property name="menuText">
|
|
<string>Delete line</string>
|
|
</property>
|
|
<property name="accel">
|
|
<string>F11</string>
|
|
</property>
|
|
</action>
|
|
<action>
|
|
<property name="name">
|
|
<cstring>editAttributesAction</cstring>
|
|
</property>
|
|
<property name="toggleAction">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="iconSet">
|
|
<iconset>image11</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Edit attributes</string>
|
|
</property>
|
|
<property name="menuText">
|
|
<string>Edit attributes</string>
|
|
</property>
|
|
</action>
|
|
</actiongroup>
|
|
</actions>
|
|
<images>
|
|
<image name="image0">
|
|
<data format="PNG" length="808">89504e470d0a1a0a0000000d49484452000000100000001008060000001ff3ff61000002ef49444154388d4d925f68d66514c73fe79ce7f9edf7ee7ddfd9e67a976ef66e54141b6ee51a8416d985749577e1457ad70616449057615d044505459045cca8ac20c26ea2148c0229fab3444b135d3469e99873365b6e6e7b7fdbef79ba78c7e8700e9c9bcf972fe77c05e0505b3a18b37cb8b9af87b054230292e7e4448801f20804420e9a08736313f8c686a1dd93f307e5505b3ad8d4d535dcfbdc135cf9fa1892a68801ea508388604e08aa608af39e86ca7acebcf021f9dc8d21f9a0d9c7fb3f7a8d73afbe44727305f186398f38a572cf36548daba32751f3a83330439da77c479593fbdec4ddd4dbcddf3f7d4fd2da8a150b14ca2df4efdd4fdab395ffd7fce9e39cfffc3d56b245c48c7c618174432b2ed632e2f20a92780ae516b61d380a406d74848913c769685a47c7833b29f56d67a0fb5e4ebdfe34cb598d88106b191a01f182394fffdefd005cfaec003fbffd3c95cd03142b1dfcf0f2934c1e7d1f7c89db76ec429c4745214654f21cd4516abf95b4672bb5d111c6bffd02718e72e75d3477f723ce7171e418cc5d61dd961d8829519510029a135183e2c62ac01a2c6620020862869831f3db0800e5b60ec479080125062282aad5afa5b60680d4db0c7109a202802f3523ea5605f2883961f1da1400ed030fad020e0410a9c3a6b4f4d63fb3387319af461e7214024195859969989da4d4b79d4acf0062c6f2b569ae5f388b9852bdef61685c4ff6e769d4a7e4ab0e5cc8590d87f1ebbb2f72f7beb7b87dcfb354c7cf307576045161cbee67b0f66e2063fcbb23e01ce6b42ea089a28038c7e2ec34a75e799ccdbb9ec277f6b2a9b3772d4861ea0fc6be3acc729e91149bc8579640c1cd8d5da2d0710bd93ff375db598d5f3e7983a454a6a57a2738cff5890ba84fc1397c638962b58b8b5f7e4abe04f6684be3e4d51fcf3fb269e70358e2b042033e4dc009b5c57fa9dd98c53b2398604eb1c61297bf39c2efef1c26692a0f09c0c71bcb832b4b4bc3e98656622d83180921c0eae4215fdb23819029495371e8b1bf660ffe077c8e0b2f4ebc6a070000000049454e44ae426082</data>
|
|
</image>
|
|
<image name="image1">
|
|
<data format="PNG" length="172">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b0000007349444154388ded95b10dc03008044394697f2046622d522125086c1c85ce5fc3fd154890881c1d395ba81bbcc1af00d0dfc1009499690806a0d6fe2521d89a9999aaf0a76d08f6032bf0d4d843abf068afffdc325b4b669ded2d197bf8488644646a1b595a513673ad185b2a12b43f483bf8063d9a4f9cc3b1e5980000000049454e44ae426082</data>
|
|
</image>
|
|
<image name="image2">
|
|
<data format="PNG" length="127">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b0000004649444154388d633c76ec18032d00134d4c1d357804199c9595f59f26069302869ec18cf8b23431613a6dda3446920dc666112e83d0c1d00be381893c4ac0d00b8a5183e100001c2913ae79da11e70000000049454e44ae426082</data>
|
|
</image>
|
|
<image name="image3">
|
|
<data format="PNG" length="192">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b0000008749444154388dd594510ac02008862d765a0fe491ba567b180e7146a218ec7f2bf4eb4fad36c6800a5d9e20449c724d442d0566a006adf6a59a550a4fe22eee0346c4e9b9ea2ea767a1008f63dd87be0aceea0547ddb2b4eb5ac759b72ce9babec6ff025b731891ec557d29b2aef5649d695ed4b5f50ece7d9b9ec4f047bf3a80e579fe2e704437f2bb70686c3d716f0000000049454e44ae426082</data>
|
|
</image>
|
|
<image name="image4">
|
|
<data format="PNG" length="221">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000a449444154388dbd94c10dc0200845d17436876120876100d7b287c6c62028c5d87fab85e717c1504a8113ba2c414454fbef9452d80237200769ebbd82540a4be22a6e001351b51c75951377a1008f637e0f510bded50bb6b845c4aafde3aecf3af6d696ab777dccf17440a49af2b59cb378d22998272162d5405c1140ee438ffabb3adfc7bbae79677d726cadef00f6ba96e6e0bf67d392e87ee8b50d9a2ce36f027b7403c702806c0cba771c0000000049454e44ae426082</data>
|
|
</image>
|
|
<image name="image5">
|
|
<data format="PNG" length="223">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000a649444154388dd594510e8430084461d34bd92371208e84c7ea7eb1414301a3cd46be6a333e86b116450456d4670915005a55b8f53e74bd8b60a65fe6f8bf516cbd0f3bfef9d9abd4b107d945d0667e191c39cbe0537065dc087ec898887e222e1c29851fde6346008066379f28e535ed6037ef94f270765710d1b04d23879e6efaf19819b309a2e6e1718be0d944e90fe2c12b314d33f61cda6699fe7db75b398aabf5be28be547e666c79bad04a0000000049454e44ae426082</data>
|
|
</image>
|
|
<image name="image6">
|
|
<data format="PNG" length="190">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b0000008549444154388ded94c10dc0200845a57120ba160331123dd68deca9094941f16013133da9c1c7e78b8288a419e39842dde00dfe179cf58288ea3b67668842ac738088d50abe4b09ab3b113f7b592bd3992f91b0e26429f6fe0a22aa113bbc38f7f298197405a3c99b5dd182f72aeab69b058fd8e47a6c29d4c97af1ebbdbcb015a3633d2b1ec5d943edc1cd60620000000049454e44ae426082</data>
|
|
</image>
|
|
<image name="image7">
|
|
<data format="PNG" length="186">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b0000008149444154388ded94d10d80200c44afc681f8a52331102395b1f00b03a642352146e37d41521ed74b81440433b44ca10258ad859e39977512a151fd34c7cf46e19973ddfe71af69e858832411aa33bf0cee391bc14fc196767bf026e310c25e140d2355e0cdb9180900c839d7cdeaaea87ed2dacd16a98e5ff757fce01ffc05f006e58c3f68a971bf8f0000000049454e44ae426082</data>
|
|
</image>
|
|
<image name="image8">
|
|
<data format="PNG" length="243">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000ba49444154388ded94bd1902210c408df50d62494b7a6bf7600137a174076bfbb082db7055fc62e47211a1331d7ce1e5f11720a2c38c384ea1fec16e3062ac88b10e07cb0243c144057ae1bbc6bd70901f24a5f45a9873069928a1b2d8d63a0821ec5a70b2864b60b7b165de34f6f68a88580b51d3bc95ef7a6e11f16dcbd6853eefe76a82358c6d2d3843ddc60cb5cc197aba3cc0046fc1741015b85d978ff9af9a903e0e69aac7ee57d10abd7d59e427b0556c3898635aa35f01a6a87d8d6bf8f9dd0000000049454e44ae426082</data>
|
|
</image>
|
|
<image name="image9">
|
|
<data format="PNG" length="260">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000cb49444154388db594c111c420084561679bd2922888924859ec898c433e89ee987f73028fa7316133a39d69bdfb61c69f37a0444425b8f5eead77ff770804c7e4c38c67e1a32d048f0522e22bf0d2384f8d3cc151dfd69707c1956da4b2aefaa0b188385a67f89d0c9bd9a52083898854f57c1ef0bb1d42e31182d671152be809464501cbd0a7c46e79e7bf42443c44caeb26228ece7a36e5ad505556559e858fb6109c0b56e0a57186cec251dffb9f74651ba9acabbe25e30cbf9361337bb4459631a8aaf9ae184766247ef8eeb2045ee7765c0000000049454e44ae426082</data>
|
|
</image>
|
|
<image name="image10">
|
|
<data format="PNG" length="172">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b0000007349444154388ded95410ac03008046be9a7f4ff6c9e959e843668624abdb9679d9d832001383272a6500b5ce05758a4ff0e6691de009a8259a46bfb9798606d6e0045e14f5b133c0eecc05de3111a855b7bf9e7e6d96a3c6b6f6fcb7884cf6408c0d2d6b2d4226fe6da31d64424a83e483af80646234e7ad539d5dc0000000049454e44ae426082</data>
|
|
</image>
|
|
<image name="image11">
|
|
<data format="PNG" length="162">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b0000006949444154388d633c76ec18032d000b8c919595f59f1a064e9b368d11c560644164cbd0c5f00164c7b1e09244369018dfa03b00c3606c2e24c5d5580dc6e63272c37e348cb11b3c1ac67815e012230446c318bb8bb129c0254608d02c8c1969558330d1c4d4216930004d3b68f10573c9f80000000049454e44ae426082</data>
|
|
</image>
|
|
</images>
|
|
<connections>
|
|
<connection>
|
|
<sender>addVertexAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>QgsGrassEditBase</receiver>
|
|
<slot>addVertex()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>closeEditAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>QgsGrassEditBase</receiver>
|
|
<slot>closeEdit()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>deleteLineAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>QgsGrassEditBase</receiver>
|
|
<slot>deleteLine()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>deleteVertexAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>QgsGrassEditBase</receiver>
|
|
<slot>deleteVertex()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>moveLineAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>QgsGrassEditBase</receiver>
|
|
<slot>moveLine()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>moveVertexAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>QgsGrassEditBase</receiver>
|
|
<slot>moveVertex()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>newBoundaryAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>QgsGrassEditBase</receiver>
|
|
<slot>newBoundary()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>newCentroidAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>QgsGrassEditBase</receiver>
|
|
<slot>newCentroid()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>newLineAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>QgsGrassEditBase</receiver>
|
|
<slot>newLine()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>newPointAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>QgsGrassEditBase</receiver>
|
|
<slot>newPoint()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>splitLineAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>QgsGrassEditBase</receiver>
|
|
<slot>splitLine()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>editAttributesAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>QgsGrassEditBase</receiver>
|
|
<slot>editAttributes()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>mFieldBox</sender>
|
|
<signal>activated(int)</signal>
|
|
<receiver>QgsGrassEditBase</receiver>
|
|
<slot>fieldChanged()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>mCatModeBox</sender>
|
|
<signal>activated(int)</signal>
|
|
<receiver>QgsGrassEditBase</receiver>
|
|
<slot>catModeChanged()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>mAddColumnButton</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>QgsGrassEditBase</receiver>
|
|
<slot>addColumn()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>mAlterTableButton</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>QgsGrassEditBase</receiver>
|
|
<slot>alterTable()</slot>
|
|
</connection>
|
|
<connection>
|
|
<sender>mTableField</sender>
|
|
<signal>activated(int)</signal>
|
|
<receiver>QgsGrassEditBase</receiver>
|
|
<slot>attributeTableFieldChanged()</slot>
|
|
</connection>
|
|
</connections>
|
|
<includes>
|
|
<include location="local" impldecl="in implementation">qgsgrasseditbase.ui.h</include>
|
|
</includes>
|
|
<slots>
|
|
<slot>newLine()</slot>
|
|
<slot>closeEdit()</slot>
|
|
<slot>newPoint()</slot>
|
|
<slot>newBoundary()</slot>
|
|
<slot>newCentroid()</slot>
|
|
<slot>moveVertex()</slot>
|
|
<slot>deleteVertex()</slot>
|
|
<slot>addVertex()</slot>
|
|
<slot>moveLine()</slot>
|
|
<slot>deleteLine()</slot>
|
|
<slot>splitLine()</slot>
|
|
<slot>editCats()</slot>
|
|
<slot>editAttributes()</slot>
|
|
<slot>catModeChanged()</slot>
|
|
<slot>fieldChanged()</slot>
|
|
<slot>addColumn()</slot>
|
|
<slot>alterTable()</slot>
|
|
<slot>attributeTableFieldChanged()</slot>
|
|
</slots>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
</UI>
|