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

📄 qgsgpsdevicedialogbase.ui

📁 一个非常好的GIS开源新版本
💻 UI
字号:
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>QgsGPSDeviceDialogBase</class> <widget class="QDialog" name="QgsGPSDeviceDialogBase" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>504</width>    <height>436</height>   </rect>  </property>  <property name="sizePolicy" >   <sizepolicy>    <hsizetype>1</hsizetype>    <vsizetype>1</vsizetype>    <horstretch>0</horstretch>    <verstretch>0</verstretch>   </sizepolicy>  </property>  <property name="windowTitle" >   <string>GPS Device Editor</string>  </property>  <property name="modal" >   <bool>true</bool>  </property>  <layout class="QVBoxLayout" >   <property name="margin" >    <number>9</number>   </property>   <property name="spacing" >    <number>6</number>   </property>   <item>    <widget class="QSplitter" name="splitter" >     <property name="orientation" >      <enum>Qt::Horizontal</enum>     </property>     <widget class="QWidget" name="layoutWidget_2" >      <layout class="QVBoxLayout" >       <property name="margin" >        <number>0</number>       </property>       <property name="spacing" >        <number>6</number>       </property>       <item>        <widget class="QListWidget" name="lbDeviceList" >         <property name="sizePolicy" >          <sizepolicy>           <hsizetype>5</hsizetype>           <vsizetype>5</vsizetype>           <horstretch>0</horstretch>           <verstretch>0</verstretch>          </sizepolicy>         </property>        </widget>       </item>       <item>        <widget class="QPushButton" name="pbnNewDevice" >         <property name="sizePolicy" >          <sizepolicy>           <hsizetype>1</hsizetype>           <vsizetype>0</vsizetype>           <horstretch>0</horstretch>           <verstretch>0</verstretch>          </sizepolicy>         </property>         <property name="text" >          <string>New device</string>         </property>        </widget>       </item>       <item>        <widget class="QPushButton" name="pbnDeleteDevice" >         <property name="sizePolicy" >          <sizepolicy>           <hsizetype>1</hsizetype>           <vsizetype>0</vsizetype>           <horstretch>0</horstretch>           <verstretch>0</verstretch>          </sizepolicy>         </property>         <property name="text" >          <string>Delete device</string>         </property>        </widget>       </item>       <item>        <widget class="QPushButton" name="pbnUpdateDevice" >         <property name="sizePolicy" >          <sizepolicy>           <hsizetype>1</hsizetype>           <vsizetype>0</vsizetype>           <horstretch>0</horstretch>           <verstretch>0</verstretch>          </sizepolicy>         </property>         <property name="text" >          <string>Update device</string>         </property>        </widget>       </item>      </layout>     </widget>     <widget class="QWidget" name="layoutWidget_3" >      <layout class="QVBoxLayout" >       <property name="margin" >        <number>0</number>       </property>       <property name="spacing" >        <number>6</number>       </property>       <item>        <layout class="QHBoxLayout" >         <property name="margin" >          <number>0</number>         </property>         <property name="spacing" >          <number>6</number>         </property>         <item>          <widget class="QLabel" name="textLabel3" >           <property name="sizePolicy" >            <sizepolicy>             <hsizetype>1</hsizetype>             <vsizetype>5</vsizetype>             <horstretch>0</horstretch>             <verstretch>0</verstretch>            </sizepolicy>           </property>           <property name="text" >            <string>Device name:</string>           </property>          </widget>         </item>         <item>          <widget class="QLineEdit" name="leDeviceName" >           <property name="sizePolicy" >            <sizepolicy>             <hsizetype>7</hsizetype>             <vsizetype>0</vsizetype>             <horstretch>2</horstretch>             <verstretch>0</verstretch>            </sizepolicy>           </property>           <property name="toolTip" >            <string>This is the name of the device as it will appear in the lists</string>           </property>          </widget>         </item>        </layout>       </item>       <item>        <widget class="QGroupBox" name="groupBox" >         <property name="title" >          <string>Commands</string>         </property>         <property name="alignment" >          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>         </property>         <layout class="QGridLayout" >          <property name="margin" >           <number>9</number>          </property>          <property name="spacing" >           <number>6</number>          </property>          <item row="4" column="0" >           <widget class="QLabel" name="textLabel1_2_5" >            <property name="text" >             <string>Track download:</string>            </property>           </widget>          </item>          <item row="3" column="0" >           <widget class="QLabel" name="textLabel1_2_4" >            <property name="text" >             <string>Route upload:</string>            </property>           </widget>          </item>          <item row="0" column="0" >           <widget class="QLabel" name="textLabel1_2" >            <property name="text" >             <string>Waypoint download:</string>            </property>           </widget>          </item>          <item row="2" column="1" >           <widget class="QLineEdit" name="leRteDown" >            <property name="toolTip" >             <string>The command that is used to download routes from the device</string>            </property>           </widget>          </item>          <item row="2" column="0" >           <widget class="QLabel" name="textLabel1_2_3" >            <property name="text" >             <string>Route download:</string>            </property>           </widget>          </item>          <item row="1" column="1" >           <widget class="QLineEdit" name="leWptUp" >            <property name="toolTip" >             <string>The command that is used to upload waypoints to the device</string>            </property>           </widget>          </item>          <item row="5" column="0" >           <widget class="QLabel" name="textLabel1_2_5_2" >            <property name="text" >             <string>Track upload:</string>            </property>           </widget>          </item>          <item row="4" column="1" >           <widget class="QLineEdit" name="leTrkDown" >            <property name="toolTip" >             <string>The command that is used to download tracks from the device</string>            </property>           </widget>          </item>          <item row="3" column="1" >           <widget class="QLineEdit" name="leRteUp" >            <property name="toolTip" >             <string>The command that is used to upload routes to the device</string>            </property>           </widget>          </item>          <item row="0" column="1" >           <widget class="QLineEdit" name="leWptDown" >            <property name="toolTip" >             <string>The command that is used to download waypoints from the device</string>            </property>           </widget>          </item>          <item row="5" column="1" >           <widget class="QLineEdit" name="leTrkUp" >            <property name="toolTip" >             <string>The command that is used to upload tracks to the device</string>            </property>           </widget>          </item>          <item row="1" column="0" >           <widget class="QLabel" name="textLabel1_2_2" >            <property name="text" >             <string>Waypoint upload:</string>            </property>           </widget>          </item>         </layout>        </widget>       </item>       <item>        <widget class="QTextEdit" name="textEdit" >         <property name="sizePolicy" >          <sizepolicy>           <hsizetype>5</hsizetype>           <vsizetype>5</vsizetype>           <horstretch>0</horstretch>           <verstretch>0</verstretch>          </sizepolicy>         </property>         <property name="html" >          <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:Sans Serif; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">In the download and upload commands there can be special words that will be replaced by QGIS when the commands are used. These words are:&lt;span style=" font-style:italic;">%babel&lt;/span> - the path to GPSBabel&lt;br />&lt;span style=" font-style:italic;">%in&lt;/span> - the GPX filename when uploading or the port when downloading&lt;br />&lt;span style=" font-style:italic;">%out&lt;/span> - the port when uploading or the GPX filename when downloading&lt;/p>&lt;/body>&lt;/html></string>         </property>        </widget>       </item>      </layout>     </widget>    </widget>   </item>   <item>    <layout class="QHBoxLayout" >     <property name="margin" >      <number>0</number>     </property>     <property name="spacing" >      <number>6</number>     </property>     <item>      <spacer>       <property name="orientation" >        <enum>Qt::Horizontal</enum>       </property>       <property name="sizeHint" >        <size>         <width>381</width>         <height>21</height>        </size>       </property>      </spacer>     </item>     <item>      <widget class="QPushButton" name="pbnClose" >       <property name="text" >        <string>Close</string>       </property>       <property name="default" >        <bool>true</bool>       </property>      </widget>     </item>    </layout>   </item>  </layout> </widget> <layoutdefault spacing="6" margin="11" /> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <resources/> <connections/></ui>

⌨️ 快捷键说明

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