Esempio n. 1
0
class Ui_ExportTariffR23_Page1(object):
    def setupUi(self, ExportTariffR23_Page1):
        ExportTariffR23_Page1.setObjectName(_fromUtf8("ExportTariffR23_Page1"))
        ExportTariffR23_Page1.setWindowModality(QtCore.Qt.NonModal)
        ExportTariffR23_Page1.resize(522, 323)
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding,
                                       QtGui.QSizePolicy.Expanding)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(0)
        sizePolicy.setHeightForWidth(
            ExportTariffR23_Page1.sizePolicy().hasHeightForWidth())
        ExportTariffR23_Page1.setSizePolicy(sizePolicy)
        self.gridLayout = QtGui.QGridLayout(ExportTariffR23_Page1)
        self.gridLayout.setObjectName(_fromUtf8("gridLayout"))
        self.splitter = QtGui.QSplitter(ExportTariffR23_Page1)
        self.splitter.setOrientation(QtCore.Qt.Horizontal)
        self.splitter.setObjectName(_fromUtf8("splitter"))
        self.tblDates = CInDocTableView(self.splitter)
        self.tblDates.setTabKeyNavigation(False)
        self.tblDates.setAlternatingRowColors(True)
        self.tblDates.setObjectName(_fromUtf8("tblDates"))
        self.tblItems = CInDocTableView(self.splitter)
        self.tblItems.setTabKeyNavigation(False)
        self.tblItems.setAlternatingRowColors(True)
        self.tblItems.setObjectName(_fromUtf8("tblItems"))
        self.gridLayout.addWidget(self.splitter, 0, 0, 1, 3)
        spacerItem = QtGui.QSpacerItem(229, 20, QtGui.QSizePolicy.Expanding,
                                       QtGui.QSizePolicy.Minimum)
        self.gridLayout.addItem(spacerItem, 1, 0, 1, 1)
        self.btnSelectAll = QtGui.QPushButton(ExportTariffR23_Page1)
        self.btnSelectAll.setObjectName(_fromUtf8("btnSelectAll"))
        self.gridLayout.addWidget(self.btnSelectAll, 1, 1, 1, 1)
        self.btnClearSelection = QtGui.QPushButton(ExportTariffR23_Page1)
        self.btnClearSelection.setObjectName(_fromUtf8("btnClearSelection"))
        self.gridLayout.addWidget(self.btnClearSelection, 1, 2, 1, 1)

        self.retranslateUi(ExportTariffR23_Page1)
        QtCore.QMetaObject.connectSlotsByName(ExportTariffR23_Page1)
        ExportTariffR23_Page1.setTabOrder(self.btnSelectAll,
                                          self.btnClearSelection)

    def retranslateUi(self, ExportTariffR23_Page1):
        ExportTariffR23_Page1.setWindowTitle(
            _translate("ExportTariffR23_Page1", "Выбор экспортируемых тарифов",
                       None))
        self.tblDates.setWhatsThis(
            _translate("ExportTariffR23_Page1", "список записей", "ура!"))
        self.tblItems.setWhatsThis(
            _translate("ExportTariffR23_Page1", "список записей", "ура!"))
        self.btnSelectAll.setText(
            _translate("ExportTariffR23_Page1", "Выбрать все", None))
        self.btnClearSelection.setText(
            _translate("ExportTariffR23_Page1", "Очистить", None))
Esempio n. 2
0
class Ui_ExportTariff_Wizard_1(object):
    def setupUi(self, ExportTariff_Wizard_1):
        ExportTariff_Wizard_1.setObjectName(_fromUtf8("ExportTariff_Wizard_1"))
        ExportTariff_Wizard_1.setWindowModality(QtCore.Qt.NonModal)
        ExportTariff_Wizard_1.resize(400, 272)
        self.gridLayout = QtGui.QGridLayout(ExportTariff_Wizard_1)
        self.gridLayout.setMargin(0)
        self.gridLayout.setSpacing(4)
        self.gridLayout.setObjectName(_fromUtf8("gridLayout"))
        self.chkExportAll = QtGui.QCheckBox(ExportTariff_Wizard_1)
        self.chkExportAll.setObjectName(_fromUtf8("chkExportAll"))
        self.gridLayout.addWidget(self.chkExportAll, 0, 0, 1, 2)
        self.tblItems = CInDocTableView(ExportTariff_Wizard_1)
        self.tblItems.setTabKeyNavigation(False)
        self.tblItems.setAlternatingRowColors(True)
        self.tblItems.setObjectName(_fromUtf8("tblItems"))
        self.gridLayout.addWidget(self.tblItems, 1, 0, 1, 3)
        spacerItem = QtGui.QSpacerItem(229, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridLayout.addItem(spacerItem, 2, 0, 1, 1)
        self.btnSelectAll = QtGui.QPushButton(ExportTariff_Wizard_1)
        self.btnSelectAll.setObjectName(_fromUtf8("btnSelectAll"))
        self.gridLayout.addWidget(self.btnSelectAll, 2, 1, 1, 1)
        self.btnClearSelection = QtGui.QPushButton(ExportTariff_Wizard_1)
        self.btnClearSelection.setObjectName(_fromUtf8("btnClearSelection"))
        self.gridLayout.addWidget(self.btnClearSelection, 2, 2, 1, 1)

        self.retranslateUi(ExportTariff_Wizard_1)
        QtCore.QMetaObject.connectSlotsByName(ExportTariff_Wizard_1)
        ExportTariff_Wizard_1.setTabOrder(self.chkExportAll, self.tblItems)
        ExportTariff_Wizard_1.setTabOrder(self.tblItems, self.btnSelectAll)
        ExportTariff_Wizard_1.setTabOrder(self.btnSelectAll, self.btnClearSelection)

    def retranslateUi(self, ExportTariff_Wizard_1):
        ExportTariff_Wizard_1.setWindowTitle(QtGui.QApplication.translate("ExportTariff_Wizard_1", "Выбор экспортируемых тарифов", None, QtGui.QApplication.UnicodeUTF8))
        self.chkExportAll.setText(QtGui.QApplication.translate("ExportTariff_Wizard_1", "Выгружать всё", None, QtGui.QApplication.UnicodeUTF8))
        self.tblItems.setWhatsThis(QtGui.QApplication.translate("ExportTariff_Wizard_1", "список записей", "ура!", QtGui.QApplication.UnicodeUTF8))
        self.btnSelectAll.setText(QtGui.QApplication.translate("ExportTariff_Wizard_1", "Выбрать все", None, QtGui.QApplication.UnicodeUTF8))
        self.btnClearSelection.setText(QtGui.QApplication.translate("ExportTariff_Wizard_1", "Очистить", None, QtGui.QApplication.UnicodeUTF8))