diff --git a/ui_overlay.py b/ui_overlay.py deleted file mode 100644 index 1715103..0000000 --- a/ui_overlay.py +++ /dev/null @@ -1,42 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file 'overlay.ui' -# -# Created by: PyQt5 UI code generator 5.15.0 -# -# WARNING: Any manual changes made to this file will be lost when pyuic5 is -# run again. Do not edit this file unless you know what you are doing. - - -from PyQt5 import QtCore, QtGui, QtWidgets - - -class Ui_MainWindow(object): - def setupUi(self, MainWindow): - MainWindow.setObjectName("MainWindow") - MainWindow.resize(300, 30) - MainWindow.setMinimumSize(QtCore.QSize(300, 30)) - MainWindow.setMaximumSize(QtCore.QSize(300, 30)) - icon = QtGui.QIcon() - icon.addPixmap(QtGui.QPixmap("icon.ico"), QtGui.QIcon.Normal, QtGui.QIcon.Off) - MainWindow.setWindowIcon(icon) - MainWindow.setWindowOpacity(0.5) - MainWindow.setToolTipDuration(5) - MainWindow.setStyleSheet("\n" -"font: 75 14pt \"Calibri\";\n" -"color: white;\n" -"background-color: black;") - self.centralwidget = QtWidgets.QWidget(MainWindow) - self.centralwidget.setObjectName("centralwidget") - self.label = QtWidgets.QLabel(self.centralwidget) - self.label.setGeometry(QtCore.QRect(0, 0, 301, 31)) - self.label.setObjectName("label") - MainWindow.setCentralWidget(self.centralwidget) - - self.retranslateUi(MainWindow) - QtCore.QMetaObject.connectSlotsByName(MainWindow) - - def retranslateUi(self, MainWindow): - _translate = QtCore.QCoreApplication.translate - MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow")) - self.label.setText(_translate("MainWindow", ""))