27 lines
801 B
Python
27 lines
801 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
# Form implementation generated from reading ui file 'C:\Users\lukas\Desktop\Dump\018_Git\Grail\fillscreen.ui'
|
|
#
|
|
# Created by: PyQt5 UI code generator 5.15.2
|
|
#
|
|
# 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_View(object):
|
|
def setupUi(self, View):
|
|
View.setObjectName("View")
|
|
View.resize(294, 166)
|
|
View.setWindowOpacity(0.3)
|
|
View.setStyleSheet("")
|
|
|
|
self.retranslateUi(View)
|
|
QtCore.QMetaObject.connectSlotsByName(View)
|
|
|
|
def retranslateUi(self, View):
|
|
_translate = QtCore.QCoreApplication.translate
|
|
View.setWindowTitle(_translate("View", "Grail.exe"))
|