Skip to content
Snippets Groups Projects
navigationdock.ui 14.8 KiB
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="UTF-8"?>
    <ui version="4.0">
     <class>DockWidget</class>
     <widget class="QDockWidget" name="DockWidget">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
    
        <width>397</width>
        <height>309</height>
    
       </rect>
      </property>
      <property name="windowTitle">
       <string>Navigation</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">
        <item>
         <widget class="QGroupBox" name="gbNavSpatial">
          <property name="sizePolicy">
           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="minimumSize">
           <size>
            <width>0</width>
            <height>0</height>
           </size>
          </property>
          <property name="title">
           <string>Spatial extent</string>
          </property>
          <layout class="QFormLayout" name="formLayout_3">
           <property name="fieldGrowthPolicy">
            <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
           </property>
           <property name="horizontalSpacing">
            <number>6</number>
           </property>
           <property name="verticalSpacing">
            <number>1</number>
           </property>
           <property name="margin">
            <number>6</number>
           </property>
           <item row="0" column="0" colspan="2">
            <widget class="QFrame" name="frame_3">
             <property name="frameShape">
              <enum>QFrame::NoFrame</enum>
             </property>
             <property name="frameShadow">
              <enum>QFrame::Plain</enum>
             </property>
             <layout class="QHBoxLayout" name="horizontalLayout_7">
              <property name="spacing">
               <number>1</number>
              </property>
              <property name="margin">
               <number>0</number>
              </property>
             </layout>
            </widget>
           </item>
           <item row="1" column="0">
            <widget class="QLabel" name="label_12">
             <property name="toolTip">
              <string>Spatial Reference System (SRS) of center coordinate</string>
             </property>
             <property name="text">
              <string>Center</string>
             </property>
            </widget>
           </item>
           <item row="1" column="1">
            <widget class="QFrame" name="frame_2">
             <layout class="QHBoxLayout" name="horizontalLayout_6">
              <property name="spacing">
               <number>1</number>
              </property>
              <property name="margin">
               <number>0</number>
              </property>
              <item>
               <widget class="QLabel" name="label_3">
                <property name="toolTip">
                 <string>Center coordinate x value</string>
                </property>
                <property name="text">
                 <string>x</string>
                </property>
                <property name="buddy">
                 <cstring>spinBoxExtentCenterX</cstring>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QDoubleSpinBox" name="spinBoxExtentCenterX">
                <property name="maximumSize">
                 <size>
                  <width>75</width>
                  <height>16777215</height>
                 </size>
                </property>
                <property name="decimals">
                 <number>8</number>
                </property>
                <property name="minimum">
                 <double>-999999999.000000000000000</double>
                </property>
                <property name="maximum">
                 <double>999999999.000000000000000</double>
                </property>
                <property name="singleStep">
                 <double>30.000000000000000</double>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLabel" name="label_4">
                <property name="toolTip">
                 <string>Center coordinate y value</string>
                </property>
                <property name="text">
                 <string>y</string>
                </property>
                <property name="buddy">
                 <cstring>spinBoxExtentCenterY</cstring>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QDoubleSpinBox" name="spinBoxExtentCenterY">
                <property name="maximumSize">
                 <size>
                  <width>75</width>
                  <height>16777215</height>
                 </size>
                </property>
                <property name="decimals">
                 <number>8</number>
                </property>
                <property name="minimum">
                 <double>-999999999.000000000000000</double>
                </property>
                <property name="maximum">
                 <double>999999999.000000000000000</double>
                </property>
                <property name="singleStep">
                 <double>30.000000000000000</double>
                </property>
               </widget>
              </item>
              <item>
               <spacer name="horizontalSpacer_6">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
              </item>
             </layout>
            </widget>
           </item>
           <item row="2" column="0">
            <widget class="QLabel" name="label_10">
             <property name="toolTip">
              <string>Spatial Reference System (SRS) of center coordinate</string>
             </property>
             <property name="text">
              <string>Size</string>
             </property>
            </widget>
           </item>
           <item row="2" column="1">
            <widget class="QFrame" name="frame">
             <layout class="QHBoxLayout" name="horizontalLayout">
              <property name="spacing">
               <number>1</number>
              </property>
              <property name="margin">
               <number>0</number>
              </property>
              <item>
               <widget class="QLabel" name="label_2">
                <property name="text">
                 <string>x</string>
                </property>
                <property name="buddy">
                 <cstring>spinBoxExtentWidth</cstring>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QDoubleSpinBox" name="spinBoxExtentWidth">
                <property name="minimumSize">
                 <size>
                  <width>75</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="maximumSize">
                 <size>
                  <width>75</width>
                  <height>16777215</height>
                 </size>
                </property>
                <property name="suffix">
                 <string>m</string>
                </property>
                <property name="minimum">
                 <double>1.000000000000000</double>
                </property>
                <property name="maximum">
                 <double>999999.000000000000000</double>
                </property>
                <property name="singleStep">
                 <double>10.000000000000000</double>
                </property>
                <property name="value">
                 <double>2000.000000000000000</double>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLabel" name="label_5">
                <property name="text">
                 <string>y</string>
                </property>
                <property name="buddy">
                 <cstring>spinBoxExtentHeight</cstring>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QDoubleSpinBox" name="spinBoxExtentHeight">
                <property name="minimumSize">
                 <size>
                  <width>75</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="maximumSize">
                 <size>
                  <width>75</width>
                  <height>16777215</height>
                 </size>
                </property>
                <property name="suffix">
                 <string>m</string>
                </property>
                <property name="minimum">
                 <double>1.000000000000000</double>
                </property>
                <property name="maximum">
                 <double>9999999.000000000000000</double>
                </property>
                <property name="singleStep">
                 <double>10.000000000000000</double>
                </property>
                <property name="value">
                 <double>2000.000000000000000</double>
                </property>
               </widget>
              </item>
              <item>
               <spacer name="horizontalSpacer_2">
                <property name="orientation">
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeHint" stdset="0">
                 <size>
                  <width>40</width>
                  <height>20</height>
                 </size>
                </property>
               </spacer>
              </item>
             </layout>
            </widget>
           </item>
           <item row="3" column="1">
    
            <widget class="QgsCollapsibleGroupBox" name="gbCrs">
    
             <property name="title">
    
              <string>&lt;Coordinate Reference System&gt;</string>
    
             <property name="collapsed">
              <bool>true</bool>
    
             <layout class="QVBoxLayout" name="verticalLayout_2">
              <property name="spacing">
               <number>0</number>
              </property>
              <property name="margin">
               <number>6</number>
              </property>
    
               <widget class="QPlainTextEdit" name="textBoxCRSInfo">
                <property name="enabled">
                 <bool>true</bool>
    
                <property name="sizePolicy">
                 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
    
                <property name="minimumSize">
                 <size>
                  <width>0</width>
                  <height>100</height>
                 </size>
    
                <property name="maximumSize">
    
                  <width>16777215</width>
                  <height>16777215</height>
    
                <property name="frameShape">
                 <enum>QFrame::StyledPanel</enum>
                </property>
                <property name="frameShadow">
                 <enum>QFrame::Plain</enum>
                </property>
                <property name="readOnly">
                 <bool>true</bool>
                </property>
               </widget>
    
              </item>
             </layout>
            </widget>
           </item>
    
           <item row="3" column="0">
            <widget class="QgsProjectionSelectionWidget" name="btnCrs"/>
           </item>
          </layout>
         </widget>
        </item>
        <item>
         <widget class="QGroupBox" name="gbSyncQgs">
          <property name="minimumSize">
           <size>
            <width>0</width>
            <height>50</height>
           </size>
          </property>
          <property name="title">
           <string>Sync with QGIS on...</string>
          </property>
          <property name="flat">
           <bool>false</bool>
          </property>
          <layout class="QHBoxLayout" name="horizontalLayout_3">
           <item>
            <widget class="QCheckBox" name="cbSyncQgsMapCenter">
             <property name="text">
              <string>center</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QCheckBox" name="cbSyncQgsMapExtent">
             <property name="text">
              <string>exent</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QCheckBox" name="cbSyncQgsCRS">
             <property name="text">
              <string>CRS</string>
             </property>
            </widget>
           </item>
           <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>
         <spacer name="verticalSpacer">
          <property name="orientation">
           <enum>Qt::Vertical</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>0</width>
            <height>0</height>
           </size>
          </property>
         </spacer>
        </item>
    
       </layout>
      </widget>
      <action name="actionLastTSD">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/timeseriesviewer/icons/mActionAtlasLast.png</normaloff>:/timeseriesviewer/icons/mActionAtlasLast.png</iconset>
       </property>
       <property name="text">
        <string>lastTSD</string>
       </property>
       <property name="toolTip">
        <string>got to last time series datum</string>
       </property>
      </action>
      <action name="actionFirstTSD">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/timeseriesviewer/icons/mActionAtlasFirst.png</normaloff>:/timeseriesviewer/icons/mActionAtlasFirst.png</iconset>
       </property>
       <property name="text">
        <string>first TSD</string>
       </property>
       <property name="toolTip">
        <string>got to first time series datum</string>
       </property>
      </action>
      <action name="actionPreviousTSD">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/timeseriesviewer/icons/mActionAtlasPrev.png</normaloff>:/timeseriesviewer/icons/mActionAtlasPrev.png</iconset>
       </property>
       <property name="text">
        <string>previousTSD</string>
       </property>
       <property name="toolTip">
        <string>got to prevoius time series datum</string>
       </property>
      </action>
      <action name="actionNextTSD">
       <property name="icon">
        <iconset resource="resources.qrc">
         <normaloff>:/timeseriesviewer/icons/mActionAtlasNext.png</normaloff>:/timeseriesviewer/icons/mActionAtlasNext.png</iconset>
       </property>
       <property name="text">
        <string>nextTSD</string>
       </property>
       <property name="toolTip">
        <string>go to next time series datum</string>
       </property>
      </action>
     </widget>
    
     <customwidgets>
      <customwidget>
       <class>QgsCollapsibleGroupBox</class>
       <extends>QGroupBox</extends>
       <header>qgscollapsiblegroupbox.h</header>
       <container>1</container>
      </customwidget>
      <customwidget>
       <class>QgsProjectionSelectionWidget</class>
       <extends>QWidget</extends>
       <header>qgsprojectionselectionwidget.h</header>
       <container>1</container>
      </customwidget>
     </customwidgets>
    
     <resources>
      <include location="resources.qrc"/>
     </resources>
     <connections/>
    </ui>