📄 qgsgeorefwarpoptionsdialogbase.ui
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -