We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a69a2 commit ce3dfb7Copy full SHA for ce3dfb7
main.py
@@ -43,7 +43,7 @@ def __init__(self):
43
self.setWindowFlags(Qt.WindowType.FramelessWindowHint)
44
self.setAttribute(Qt.WidgetAttribute.WA_TranslucentBackground)
45
46
- # Botones
+ # Conexion de los Botones
47
self.encriptar.clicked.connect(self.encriptar_texto)
48
self.desencriptar.clicked.connect(self.desencriptar_texto)
49
self.copiaText.clicked.connect(self.copiar_texto)
0 commit comments