📄 mapcoordsdialogbase.ui
字号:
<ui version="4.0" > <class>MapCoordsDialogBase</class> <widget class="QDialog" name="MapCoordsDialogBase" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>389</width> <height>203</height> </rect> </property> <property name="windowTitle" > <string>Enter map coordinates</string> </property> <property name="sizeGripEnabled" > <bool>true</bool> </property> <layout class="QVBoxLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QLabel" name="label" > <property name="text" > <string>Enter X and Y coordinates which correspond with the selected point on the image. Alternatively, click the button with icon of a pencil and then click a corresponding point on map canvas of QGIS to fill in coordinates of that point.</string> </property> <property name="wordWrap" > <bool>true</bool> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeType" > <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>10</height> </size> </property> </spacer> </item> <item> <layout class="QGridLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="1" > <widget class="QLabel" name="textLabel1" > <property name="text" > <string>X:</string> </property> </widget> </item> <item row="1" column="1" > <widget class="QLabel" name="textLabel2" > <property name="text" > <string>Y:</string> </property> </widget> </item> <item row="0" column="2" > <widget class="QLineEdit" name="leXCoord" /> </item> <item row="1" column="2" > <widget class="QLineEdit" name="leYCoord" /> </item> <item rowspan="2" row="0" column="3" > <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeType" > <enum>QSizePolicy::Minimum</enum> </property> <property name="sizeHint" > <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item rowspan="2" row="0" column="0" > <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeType" > <enum>QSizePolicy::Minimum</enum> </property> <property name="sizeHint" > <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>21</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout" > <property name="margin" > <number>0</number> </property> <property name="spacing" > <number>6</number> </property> <item> <widget class="QPushButton" name="btnPointFromCanvas" > <property name="text" > <string> from map canvas</string> </property> <property name="icon" > <iconset resource="georeferencer.qrc" >:/pencil.png</iconset> </property> <property name="iconSize" > <size> <width>18</width> <height>18</height> </size> </property> <property name="checkable" > <bool>true</bool> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeType" > <enum>QSizePolicy::Expanding</enum> </property> <property name="sizeHint" > <size> <width>21</width> <height>27</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="buttonCancel" > <property name="text" > <string>&Cancel</string> </property> <property name="shortcut" > <string/> </property> <property name="autoDefault" > <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="buttonOk" > <property name="text" > <string>&OK</string> </property> <property name="shortcut" > <string/> </property> <property name="autoDefault" > <bool>true</bool> </property> <property name="default" > <bool>true</bool> </property> </widget> </item> </layout> </item> </layout> </widget> <layoutdefault spacing="6" margin="11" /> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <tabstops> <tabstop>leXCoord</tabstop> <tabstop>leYCoord</tabstop> <tabstop>buttonCancel</tabstop> <tabstop>buttonOk</tabstop> </tabstops> <resources> <include location="georeferencer.qrc" /> </resources> <connections/></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -