Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- khaiii
- pluginbuilder
- 아이디어
- Polyline
- PyQGIS
- pbf
- qgis server
- Circle
- ODTable
- qgis linux
- nifi
- 안드로이드
- QgsRubberBand
- keypressed
- graphhopper
- QGIS3
- ODField
- 앱개발
- split line
- mapmatching
- ogrinfo
- 도로명주소일일업데이트
- kmoran
- 편집지적
- pgrouting
- 서비스
- QGIS
- autocad
- qgis 설치
- 스타트업
Archives
- Today
- Total
개발자 이야기
[PYQGIS] shortcut samples 본문
반응형
self.shortcut = QShortcut(QKeySequence(Qt.ALT + Qt.Key_K), self.iface.mainWindow())
self.shortcut.setContext(Qt.ApplicationShortcut)
self.shortcut.activated.connect(self.toggle_editing)
반응형
'GIS > QGIS' 카테고리의 다른 글
[PYQGIS] buffer samples (0) | 2019.09.06 |
---|---|
[PYQGIS] feature samples (0) | 2019.09.06 |
[PYQGIS] Layer samples (0) | 2019.09.06 |
지오레퍼런싱 (0) | 2017.11.24 |
QGIS plugin 만들기 (0) | 2017.01.17 |