⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qgsgpspluginguibase.ui

📁 一个非常好的GIS开源新版本
💻 UI
📖 第 1 页 / 共 2 页
字号:
<ui version="4.0" > <class>QgsGPSPluginGuiBase</class> <widget class="QDialog" name="QgsGPSPluginGuiBase" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>930</width>    <height>406</height>   </rect>  </property>  <property name="windowTitle" >   <string>GPS Tools</string>  </property>  <property name="windowIcon" >   <iconset/>  </property>  <layout class="QGridLayout" >   <property name="margin" >    <number>9</number>   </property>   <property name="spacing" >    <number>6</number>   </property>   <item row="0" column="0" >    <widget class="QLabel" name="label" >     <property name="text" >      <string/>     </property>     <property name="pixmap" >      <pixmap resource="qgsgps_plugin.qrc" >:/gps.xpm</pixmap>     </property>     <property name="scaledContents" >      <bool>true</bool>     </property>    </widget>   </item>   <item row="0" column="1" >    <widget class="Line" name="line1" >     <property name="frameShape" >      <enum>QFrame::VLine</enum>     </property>     <property name="frameShadow" >      <enum>QFrame::Sunken</enum>     </property>     <property name="orientation" >      <enum>Qt::Vertical</enum>     </property>    </widget>   </item>   <item row="0" column="2" >    <widget class="QTabWidget" name="tabWidget" >     <property name="currentIndex" >      <number>0</number>     </property>     <widget class="QWidget" name="tab1" >      <attribute name="title" >       <string>Load GPX file</string>      </attribute>      <layout class="QGridLayout" >       <property name="margin" >        <number>9</number>       </property>       <property name="spacing" >        <number>6</number>       </property>       <item row="0" column="0" colspan="2" >        <widget class="QTextEdit" name="teLoadDescription" >         <property name="sizePolicy" >          <sizepolicy>           <hsizetype>7</hsizetype>           <vsizetype>7</vsizetype>           <horstretch>0</horstretch>           <verstretch>0</verstretch>          </sizepolicy>         </property>         <property name="lineWidth" >          <number>0</number>         </property>         <property name="readOnly" >          <bool>true</bool>         </property>         <property name="html" >          <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">p, li { white-space: pre-wrap; }&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>&lt;/body>&lt;/html></string>         </property>        </widget>       </item>       <item row="1" column="0" >        <widget class="QLabel" name="lblGPXFile" >         <property name="text" >          <string>File:</string>         </property>        </widget>       </item>       <item row="2" column="1" >        <widget class="QPushButton" name="pbnGPXSelectFile" >         <property name="text" >          <string>Browse...</string>         </property>        </widget>       </item>       <item row="2" column="0" >        <widget class="QgsFileDropEdit" name="leGPXFile" />       </item>       <item row="3" column="0" >        <widget class="QLabel" name="lblGPXFeatureTypes" >         <property name="text" >          <string>Feature types:</string>         </property>        </widget>       </item>       <item row="4" column="0" >        <widget class="QCheckBox" name="cbGPXWaypoints" >         <property name="enabled" >          <bool>false</bool>         </property>         <property name="text" >          <string>Waypoints</string>         </property>         <property name="checked" >          <bool>false</bool>         </property>        </widget>       </item>       <item row="5" column="0" >        <widget class="QCheckBox" name="cbGPXRoutes" >         <property name="enabled" >          <bool>false</bool>         </property>         <property name="text" >          <string>Routes</string>         </property>         <property name="checked" >          <bool>false</bool>         </property>        </widget>       </item>       <item row="6" column="0" >        <widget class="QCheckBox" name="cbGPXTracks" >         <property name="enabled" >          <bool>false</bool>         </property>         <property name="text" >          <string>Tracks</string>         </property>         <property name="checked" >          <bool>false</bool>         </property>        </widget>       </item>      </layout>     </widget>     <widget class="QWidget" name="tab2" >      <attribute name="title" >       <string>Import other file</string>      </attribute>      <layout class="QGridLayout" >       <property name="margin" >        <number>9</number>       </property>       <property name="spacing" >        <number>6</number>       </property>       <item row="0" column="0" colspan="4" >        <widget class="QTextEdit" name="teIMPDescription" >         <property name="readOnly" >          <bool>true</bool>         </property>         <property name="html" >          <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">p, li { white-space: pre-wrap; }&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>&lt;/body>&lt;/html></string>         </property>        </widget>       </item>       <item row="4" column="1" colspan="2" >        <widget class="QLineEdit" name="leIMPLayer" />       </item>       <item row="4" column="0" >        <widget class="QLabel" name="textLabel1_6" >         <property name="text" >          <string>Layer name:</string>         </property>        </widget>       </item>       <item row="3" column="3" >        <widget class="QPushButton" name="pbnIMPOutput" >         <property name="text" >          <string>Save As...</string>         </property>        </widget>       </item>       <item row="1" column="3" >        <widget class="QPushButton" name="pbnIMPInput" >         <property name="text" >          <string>Browse...</string>         </property>        </widget>       </item>       <item row="3" column="1" colspan="2" >        <widget class="QLineEdit" name="leIMPOutput" />       </item>       <item row="3" column="0" >        <widget class="QLabel" name="textLabel3_3" >         <property name="text" >          <string>GPX output file:</string>         </property>        </widget>       </item>       <item row="2" column="2" >        <spacer>         <property name="orientation" >          <enum>Qt::Horizontal</enum>         </property>         <property name="sizeType" >          <enum>QSizePolicy::Expanding</enum>         </property>         <property name="sizeHint" >          <size>           <width>40</width>           <height>20</height>          </size>         </property>        </spacer>       </item>       <item row="2" column="1" >        <widget class="QComboBox" name="cmbIMPFeature" >         <property name="minimumSize" >          <size>           <width>130</width>           <height>0</height>          </size>         </property>        </widget>       </item>       <item row="2" column="0" >        <widget class="QLabel" name="textLabel2_3" >         <property name="text" >          <string>Feature type:</string>         </property>        </widget>       </item>       <item row="2" column="2" >        <widget class="QLabel" name="textLabel2_6" >         <property name="text" >          <string>(Note: Selecting correct file type in browser dialog important!)</string>         </property>        </widget>       </item>       <item row="1" column="1" colspan="2" >        <widget class="QLineEdit" name="leIMPInput" >         <property name="enabled" >          <bool>false</bool>         </property>        </widget>       </item>       <item row="1" column="0" >        <widget class="QLabel" name="textLabel1_5" >         <property name="text" >          <string>File to import:</string>         </property>        </widget>       </item>      </layout>     </widget>     <widget class="QWidget" name="tab3" >      <attribute name="title" >       <string>Download from GPS</string>      </attribute>      <layout class="QGridLayout" >       <property name="margin" >        <number>9</number>       </property>       <property name="spacing" >        <number>6</number>       </property>       <item row="0" column="0" colspan="5" >        <widget class="QTextEdit" name="teDLDescription" >         <property name="readOnly" >          <bool>true</bool>         </property>         <property name="html" >          <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">p, li { white-space: pre-wrap; }&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>&lt;/body>&lt;/html></string>         </property>        </widget>       </item>       <item row="1" column="4" >        <widget class="QComboBox" name="cmbDLPort" >         <property name="minimumSize" >          <size>           <width>90</width>           <height>0</height>          </size>         </property>        </widget>       </item>       <item row="2" column="4" >        <widget class="QComboBox" name="cmbDLFeatureType" >         <property name="minimumSize" >          <size>           <width>100</width>           <height>0</height>          </size>         </property>         <item>          <property name="text" >           <string>Waypoints</string>          </property>         </item>         <item>          <property name="text" >           <string>Routes</string>          </property>         </item>         <item>          <property name="text" >           <string>Tracks</string>          </property>         </item>        </widget>       </item>       <item row="1" column="3" >        <widget class="QLabel" name="textLabel2_5" >         <property name="text" >          <string>Port:</string>         </property>        </widget>       </item>       <item row="2" column="3" >        <widget class="QLabel" name="textLabel1_3" >         <property name="text" >          <string>Feature type:</string>         </property>        </widget>       </item>       <item row="4" column="1" colspan="3" >        <widget class="QLineEdit" name="leDLBasename" />       </item>       <item row="4" column="0" >        <widget class="QLabel" name="textLabel1_2" >         <property name="text" >          <string>Layer name:</string>         </property>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -