File: Qt.py

package info (click to toggle)
kdevelop-python 22.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,584 kB
  • sloc: python: 183,048; cpp: 18,546; xml: 146; sh: 14; makefile: 8
file content (5 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (6)
1
2
3
4
5
class pyqtSignal():
 def connect(self, targetSignal): pass
 def emit(self, *args): pass
from QtCore import *