%PDF- %PDF-
| Direktori : /usr/lib/calibre/calibre/gui2/store/stores/mobileread/ |
| Current File : //usr/lib/calibre/calibre/gui2/store/stores/mobileread/cache_progress_dialog_ui.py |
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file '/<BUILDDIR>/src/calibre/gui2/store/stores/mobileread/cache_progress_dialog.ui'
#
# Created by: PyQt5 UI code generator 5.15.6
#
# 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_Dialog(object):
def setupUi(self, Dialog):
Dialog.setObjectName("Dialog")
Dialog.resize(402, 138)
self.verticalLayout = QtWidgets.QVBoxLayout(Dialog)
self.verticalLayout.setObjectName("verticalLayout")
self.message = QtWidgets.QLabel(Dialog)
self.message.setAlignment(QtCore.Qt.AlignCenter)
self.message.setObjectName("message")
self.verticalLayout.addWidget(self.message)
self.progress = QtWidgets.QProgressBar(Dialog)
self.progress.setProperty("value", 24)
self.progress.setObjectName("progress")
self.verticalLayout.addWidget(self.progress)
self.details = QtWidgets.QLabel(Dialog)
self.details.setText("")
self.details.setAlignment(QtCore.Qt.AlignCenter)
self.details.setObjectName("details")
self.verticalLayout.addWidget(self.details)
spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
self.verticalLayout.addItem(spacerItem)
self.buttonBox = QtWidgets.QDialogButtonBox(Dialog)
self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel)
self.buttonBox.setObjectName("buttonBox")
self.verticalLayout.addWidget(self.buttonBox)
self.retranslateUi(Dialog)
self.buttonBox.accepted.connect(Dialog.accept) # type: ignore
self.buttonBox.rejected.connect(Dialog.reject) # type: ignore
QtCore.QMetaObject.connectSlotsByName(Dialog)
def retranslateUi(self, Dialog):
Dialog.setWindowTitle(_("Dialog"))
self.message.setText(_("Updating book cache"))