This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from typing import * | |
from PyQt5.QtCore import * | |
from PyQt5.QtGui import * | |
from PyQt5.QtWidgets import * | |
class QTransparentMainWindow(QMainWindow): | |
closing = pyqtSignal() | |
_movable = False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Meta | |
# Script by Djordje Stojanovic (djordje.stojanovic<at>shadow-inc.net) | |
# Updated: 2020-04-18 | |
## Script Permissions | |
# Read | |
# Write | |
# Test | |
# Sniff | |
# Sensitive |
OlderNewer