Grail/fillscreen.py

38 lines
1.1 KiB
Python

# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'C:\Users\lmahler\Desktop\Dump\02_Python\Grail\fillscreen.ui'
#
# Created by: PyQt4 UI code generator 4.11.4
#
# WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore, QtGui
try:
_fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
def _fromUtf8(s):
return s
try:
_encoding = QtGui.QApplication.UnicodeUTF8
def _translate(context, text, disambig):
return QtGui.QApplication.translate(context, text, disambig, _encoding)
except AttributeError:
def _translate(context, text, disambig):
return QtGui.QApplication.translate(context, text, disambig)
class Ui_View(object):
def setupUi(self, View):
View.setObjectName(_fromUtf8("View"))
View.resize(294, 166)
View.setWindowOpacity(0.3)
View.setStyleSheet(_fromUtf8(""))
self.retranslateUi(View)
QtCore.QMetaObject.connectSlotsByName(View)
def retranslateUi(self, View):
View.setWindowTitle(_translate("View", "Grail.exe", None))