Skip to content
Snippets Groups Projects
labelingdock.ui 13.6 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="UTF-8"?>
    <ui version="4.0">
    
     <class>labelingPanel</class>
     <widget class="QDockWidget" name="labelingPanel">
    
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
    
        <width>558</width>
    
        <height>349</height>
    
       </rect>
      </property>
      <property name="windowTitle">
       <string>Labeling</string>
      </property>
      <widget class="QFrame" name="dockWidgetContents2">
       <property name="frameShape">
        <enum>QFrame::NoFrame</enum>
       </property>
       <property name="frameShadow">
        <enum>QFrame::Sunken</enum>
       </property>
       <layout class="QVBoxLayout" name="verticalLayout">
    
        <property name="spacing">
         <number>2</number>
        </property>
    
        <property name="leftMargin">
         <number>0</number>
        </property>
        <property name="topMargin">
         <number>0</number>
        </property>
        <property name="rightMargin">
         <number>0</number>
        </property>
        <property name="bottomMargin">
         <number>0</number>
        </property>
    
         <layout class="QHBoxLayout" name="horizontalLayout">
    
          <property name="spacing">
           <number>2</number>
          </property>
    
          <property name="topMargin">
           <number>0</number>
    
           <widget class="QWidget" name="btnBar1" native="true">
            <layout class="QHBoxLayout" name="btnBarTopVector">
             <property name="spacing">
              <number>2</number>
             </property>
    
             <property name="leftMargin">
              <number>0</number>
             </property>
             <property name="topMargin">
              <number>0</number>
             </property>
             <property name="rightMargin">
              <number>0</number>
             </property>
             <property name="bottomMargin">
              <number>0</number>
             </property>
             <item>
              <widget class="QToolButton" name="btnAddFeature">
               <property name="enabled">
                <bool>true</bool>
               </property>
               <property name="text">
                <string>...</string>
               </property>
               <property name="icon">
                <iconset resource="../../../../QGIS/images/images.qrc">
                 <normaloff>:/images/themes/default/mActionCapturePolygon.svg</normaloff>:/images/themes/default/mActionCapturePolygon.svg</iconset>
               </property>
               <property name="autoRaise">
                <bool>true</bool>
               </property>
              </widget>
             </item>
             <item>
              <widget class="QToolButton" name="btnSaveEdits">
               <property name="text">
                <string>Load</string>
               </property>
               <property name="icon">
                <iconset resource="../../../../QGIS/images/images.qrc">
                 <normaloff>:/images/themes/default/mActionSaveEdits.svg</normaloff>:/images/themes/default/mActionSaveEdits.svg</iconset>
               </property>
               <property name="autoRaise">
                <bool>true</bool>
               </property>
              </widget>
             </item>
             <item>
              <widget class="QToolButton" name="btnCancelEdits">
               <property name="text">
                <string>Load</string>
               </property>
               <property name="icon">
                <iconset resource="../../../../QGIS/images/images.qrc">
                 <normaloff>:/images/themes/default/mActionCancelEdits.svg</normaloff>:/images/themes/default/mActionCancelEdits.svg</iconset>
               </property>
               <property name="autoRaise">
                <bool>true</bool>
               </property>
              </widget>
             </item>
             <item>
              <widget class="QToolButton" name="btnToggleEditing">
               <property name="text">
                <string>Load</string>
               </property>
               <property name="icon">
                <iconset resource="../../../../QGIS/images/images.qrc">
                 <normaloff>:/images/themes/default/mActionToggleEditing.svg</normaloff>:/images/themes/default/mActionToggleEditing.svg</iconset>
               </property>
               <property name="autoRaise">
                <bool>true</bool>
               </property>
              </widget>
             </item>
            </layout>
           </widget>
          </item>
          <item>
           <widget class="QLabel" name="label">
            <property name="text">
             <string>Vector Source</string>
    
            </property>
           </widget>
          </item>
          <item>
    
           <widget class="QToolButton" name="btnAddOgrLayer">
            <property name="enabled">
             <bool>true</bool>
            </property>
    
            <property name="text">
    
             <string>...</string>
    
            </property>
            <property name="icon">
    
             <iconset resource="../../../../QGIS/images/images.qrc">
              <normaloff>:/images/themes/default/mActionAddOgrLayer.svg</normaloff>:/images/themes/default/mActionAddOgrLayer.svg</iconset>
            </property>
            <property name="autoRaise">
             <bool>true</bool>
    
            </property>
           </widget>
          </item>
          <item>
    
           <widget class="QgsMapLayerComboBox" name="mVectorLayerComboBox">
            <property name="sizePolicy">
             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
              <horstretch>2</horstretch>
              <verstretch>0</verstretch>
             </sizepolicy>
    
            </property>
    
            <property name="duplicatesEnabled">
             <bool>false</bool>
            </property>
            <property name="modelColumn">
             <number>0</number>
            </property>
    
             <bool>true</bool>
            </property>
    
             <bool>true</bool>
    
            </property>
           </widget>
          </item>
          <item>
           <spacer name="horizontalSpacer_7">
            <property name="orientation">
             <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeHint" stdset="0">
             <size>
    
              <width>20</width>
    
              <height>0</height>
             </size>
            </property>
           </spacer>
          </item>
         </layout>
    
         <widget class="QStackedWidget" name="stackedWidget">
          <property name="currentIndex">
           <number>1</number>
    
          <widget class="QWidget" name="pageDualView">
           <layout class="QHBoxLayout" name="horizontalLayout_4">
            <property name="spacing">
             <number>0</number>
            </property>
    
            <property name="leftMargin">
    
            </property>
            <property name="topMargin">
    
            </property>
            <property name="rightMargin">
    
            </property>
            <property name="bottomMargin">
    
            </property>
           </layout>
          </widget>
    
          <widget class="QWidget" name="pageConfigView">
           <layout class="QHBoxLayout" name="horizontalLayout_2">
            <property name="spacing">
    
             <number>2</number>
            </property>
    
            <property name="leftMargin">
             <number>0</number>
            </property>
    
            <property name="topMargin">
    
            </property>
            <property name="rightMargin">
    
            </property>
            <property name="bottomMargin">
    
             <widget class="LayerFieldConfigEditorWidget" name="layerFieldConfigEditorWidget" native="true"/>
    
           </layout>
          </widget>
         </widget>
    
        <item>
         <widget class="QWidget" name="btnBar2" native="true">
          <layout class="QHBoxLayout" name="btnBarBottom">
           <property name="spacing">
            <number>2</number>
           </property>
           <property name="leftMargin">
            <number>0</number>
           </property>
           <property name="topMargin">
            <number>0</number>
           </property>
           <property name="rightMargin">
            <number>0</number>
           </property>
           <property name="bottomMargin">
            <number>0</number>
           </property>
           <item>
            <spacer name="horizontalSpacer">
             <property name="orientation">
              <enum>Qt::Horizontal</enum>
             </property>
             <property name="sizeHint" stdset="0">
              <size>
               <width>40</width>
               <height>20</height>
              </size>
             </property>
            </spacer>
           </item>
           <item>
            <widget class="QToolButton" name="btnConfigView">
             <property name="text">
              <string>C</string>
             </property>
             <property name="icon">
              <iconset resource="../../../../QGIS/images/images.qrc">
               <normaloff>:/images/themes/default/mActionChangeLabelProperties.svg</normaloff>:/images/themes/default/mActionChangeLabelProperties.svg</iconset>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QToolButton" name="btnFormView">
             <property name="text">
              <string>...</string>
             </property>
             <property name="icon">
              <iconset resource="../../../../QGIS/images/images.qrc">
               <normaloff>:/images/themes/default/mActionFormView.svg</normaloff>:/images/themes/default/mActionFormView.svg</iconset>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QToolButton" name="btnAttributeView">
             <property name="text">
              <string>...</string>
             </property>
             <property name="icon">
              <iconset resource="../../../../QGIS/images/images.qrc">
               <normaloff>:/images/themes/default/mActionOpenTable.svg</normaloff>:/images/themes/default/mActionOpenTable.svg</iconset>
             </property>
            </widget>
           </item>
          </layout>
         </widget>
        </item>
    
      <action name="actionAddFeature">
    
       <property name="icon">
    
        <iconset resource="../../../../QGIS/images/images.qrc">
         <normaloff>:/images/themes/default/mActionCapturePolygon.svg</normaloff>:/images/themes/default/mActionCapturePolygon.svg</iconset>
    
       </property>
       <property name="text">
    
        <string>Draw</string>
       </property>
       <property name="toolTip">
        <string>Draw a new feature</string>
    
       </property>
      </action>
      <action name="actionSaveEdits">
    
       <property name="icon">
        <iconset resource="../../../../QGIS/images/images.qrc">
         <normaloff>:/images/themes/default/mActionSaveEdits.svg</normaloff>:/images/themes/default/mActionSaveEdits.svg</iconset>
       </property>
    
       <property name="text">
        <string>SaveEdits</string>
       </property>
      </action>
    
      <action name="actionCancelEdits">
       <property name="icon">
        <iconset resource="../../../../QGIS/images/images.qrc">
         <normaloff>:/images/themes/default/mActionCancelEdits.svg</normaloff>:/images/themes/default/mActionCancelEdits.svg</iconset>
       </property>
    
       <property name="text">
        <string>Return</string>
       </property>
       <property name="toolTip">
        <string>Rejects Edits</string>
       </property>
      </action>
    
      <action name="actionToggleEditing">
       <property name="checkable">
        <bool>true</bool>
       </property>
       <property name="icon">
        <iconset resource="../../../../QGIS/images/images.qrc">
         <normaloff>:/images/themes/default/mActionToggleEditing.svg</normaloff>:/images/themes/default/mActionToggleEditing.svg</iconset>
       </property>
       <property name="text">
        <string>ToggleEditing</string>
       </property>
      </action>
      <action name="actionNewVectorLayer">
       <property name="icon">
        <iconset resource="../../../../QGIS/images/images.qrc">
         <normaloff>:/images/themes/default/mActionNewVectorLayer.svg</normaloff>:/images/themes/default/mActionNewVectorLayer.svg</iconset>
       </property>
       <property name="text">
        <string>New Vector Layer</string>
       </property>
      </action>
      <action name="actionAddOgrLayer">
       <property name="icon">
        <iconset resource="../../../../QGIS/images/images.qrc">
         <normaloff>:/images/themes/default/mActionAddOgrLayer.svg</normaloff>:/images/themes/default/mActionAddOgrLayer.svg</iconset>
       </property>
       <property name="text">
        <string>Add Vector Layer...</string>
       </property>
       <property name="shortcut">
        <string>Ctrl+Shift+V</string>
       </property>
      </action>
    
      <action name="actionSwitchToConfigView">
       <property name="icon">
        <iconset resource="../../../../QGIS/images/images.qrc">
         <normaloff>:/images/themes/default/mActionChangeLabelProperties.svg</normaloff>:/images/themes/default/mActionChangeLabelProperties.svg</iconset>
       </property>
       <property name="text">
        <string>C</string>
       </property>
       <property name="toolTip">
        <string>Switch to configuration view</string>
       </property>
      </action>
      <action name="actionSwitchToFormView">
       <property name="icon">
        <iconset resource="../../../../QGIS/images/images.qrc">
         <normaloff>:/images/themes/default/mActionFormView.svg</normaloff>:/images/themes/default/mActionFormView.svg</iconset>
       </property>
       <property name="text">
        <string>F</string>
       </property>
      </action>
      <action name="actionSwitchToTableView">
       <property name="icon">
        <iconset resource="../../../../QGIS/images/images.qrc">
         <normaloff>:/images/themes/default/mActionOpenTable.svg</normaloff>:/images/themes/default/mActionOpenTable.svg</iconset>
       </property>
       <property name="text">
        <string>T</string>
       </property>
      </action>
    
     <customwidgets>
      <customwidget>
       <class>QgsMapLayerComboBox</class>
       <extends>QComboBox</extends>
       <header>qgsmaplayercombobox.h</header>
      </customwidget>
    
      <customwidget>
       <class>LayerFieldConfigEditorWidget</class>
       <extends>QWidget</extends>
    
       <header>eotimeseriesviewer.layerproperties</header>
    
       <container>1</container>
      </customwidget>
    
     </customwidgets>
    
     <resources>
      <include location="resources.qrc"/>
    
      <include location="../../../../QGIS/images/images.qrc"/>
    
     <connections/>