📄 qgsgeorefdescriptiondialogbase.ui
字号:
<ui version="4.0" > <class>QgsGeorefDescriptionDialogBase</class> <widget class="QDialog" name="QgsGeorefDescriptionDialogBase" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>416</width> <height>268</height> </rect> </property> <property name="windowTitle" > <string>Description georeferencer</string> </property> <property name="windowIcon" > <iconset resource="georeferencer.qrc" >:/icon.png</iconset> </property> <property name="modal" > <bool>true</bool> </property> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="1" column="0" colspan="2" > <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Ok</set> </property> </widget> </item> <item row="0" column="1" > <widget class="QTextEdit" name="textEdit" > <property name="readOnly" > <bool>true</bool> </property> <property name="html" > <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:12pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt; font-weight:600;">Description</span></p><p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;">This plugin can generate world files for rasters. You select points on the raster and give their world coordinates, and the plugin will compute the world file parameters. The more coordinates you can provide the better the result will be.</p></body></html></string> </property> </widget> </item> <item row="0" column="0" > <widget class="QLabel" name="label" > <property name="text" > <string/> </property> <property name="pixmap" > <pixmap resource="georeferencer.qrc" >:/georef.png</pixmap> </property> <property name="scaledContents" > <bool>true</bool> </property> </widget> </item> </layout> </widget> <resources> <include location="georeferencer.qrc" /> </resources> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>QgsGeorefDescriptionDialogBase</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>248</x> <y>254</y> </hint> <hint type="destinationlabel" > <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>QgsGeorefDescriptionDialogBase</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>316</x> <y>260</y> </hint> <hint type="destinationlabel" > <x>286</x> <y>274</y> </hint> </hints> </connection> </connections></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -