forked from akashina330/ReceiptRecognition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtime_ui.py
31 lines (24 loc) · 943 Bytes
/
time_ui.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'time.ui'
#
# Created by: PyQt5 UI code generator 5.13.0
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_Form(object):
def setupUi(self, Form):
Form.setObjectName("Total Time")
Form.resize(493, 151)
self.label = QtWidgets.QLabel(Form)
self.label.setGeometry(QtCore.QRect(0, 0, 491, 150))
font = QtGui.QFont()
font.setFamily("Comic Sans MS")
font.setPointSize(48)
self.label.setFont(font)
self.label.setText("")
self.label.setObjectName("label")
self.retranslateUi(Form)
QtCore.QMetaObject.connectSlotsByName(Form)
def retranslateUi(self, Form):
_translate = QtCore.QCoreApplication.translate
Form.setWindowTitle(_translate("Form", "Затрачено на обработку"))