qgsgeorefwarpoptionsdialogbase.ui

来自「一个非常好的GIS开源新版本」· UI 代码 · 共 88 行

UI
88
字号
<ui version="4.0" > <class>QgsGeorefWarpOptionsDialogBase</class> <widget class="QDialog" name="QgsGeorefWarpOptionsDialogBase" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>366</width>    <height>130</height>   </rect>  </property>  <property name="windowTitle" >   <string>Warp options</string>  </property>  <layout class="QGridLayout" >   <property name="margin" >    <number>9</number>   </property>   <property name="spacing" >    <number>6</number>   </property>   <item row="1" column="1" colspan="2" >    <widget class="QComboBox" name="mCompressionComboBox" />   </item>   <item row="1" column="0" >    <widget class="QLabel" name="mCompressionLabel" >     <property name="text" >      <string>Compression:</string>     </property>    </widget>   </item>   <item row="0" column="0" >    <widget class="QLabel" name="textLabel1" >     <property name="text" >      <string>Resampling method:</string>     </property>    </widget>   </item>   <item row="0" column="1" colspan="2" >    <widget class="QComboBox" name="cmbResampling" >     <property name="currentIndex" >      <number>0</number>     </property>     <item>      <property name="text" >       <string>Nearest neighbour</string>      </property>     </item>     <item>      <property name="text" >       <string>Linear</string>      </property>     </item>     <item>      <property name="text" >       <string>Cubic</string>      </property>     </item>    </widget>   </item>   <item row="2" column="0" colspan="2" >    <widget class="QCheckBox" name="cbxZeroAsTrans" >     <property name="text" >      <string>Use 0 for transparency when needed</string>     </property>     <property name="checked" >      <bool>false</bool>     </property>    </widget>   </item>   <item row="2" column="2" >    <widget class="QPushButton" name="pbnOK" >     <property name="text" >      <string>OK</string>     </property>     <property name="default" >      <bool>true</bool>     </property>    </widget>   </item>  </layout> </widget> <layoutdefault spacing="6" margin="11" /> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <resources/> <connections/></ui>

⌨️ 快捷键说明

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