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
- IOS
- 맛집
- MS-SQL
- Excel
- port
- 라즈베리파이
- mssql
- PER
- GIT
- sqlite
- node.js
- MySQL
- 다이어트
- PyQt
- tensorflow
- python
- 리눅스
- 함수
- 날짜
- flutter
- swift
- 유니티
- pandas
- urllib
- PyQt5
- Unity
- ubuntu
- ASP
- javascript
- Linux
Archives
아미(아름다운미소)
Python pyqt tableWidget double click event 본문
Python pyqt tableWidget double click event
#-*- coding: utf-8 -*- self.tableWidget.doubleClicked.connect(self.tableWidget_doubleClicked) def treeMedia_doubleClicked(self): row = self.tableWidget.currentIndex().row() column = self.tableWidget.currentIndex().column() print(row, column)
'랭귀지 > python' 카테고리의 다른 글
Python PyQt5 setStyleSheet 적용 방법 (0) | 2018.12.21 |
---|---|
Python PyQt QDate 형식으로 날짜변경 (0) | 2018.12.20 |
python PyQt에서 QCalendarWidget을 사용하여 날짜선택하기 (0) | 2018.12.18 |
Python PyQt5 messagebox (0) | 2018.12.17 |
Python PyQt5 QtSql 사용예 (0) | 2018.12.14 |
Comments