def setupUi(self, ComfirmSelection):
        ComfirmSelection.setObjectName(_fromUtf8("ComfirmSelection"))
        ComfirmSelection.resize(621, 270)
        self.verticalLayout_2 = QtGui.QVBoxLayout(ComfirmSelection)
        self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2"))
        self.label_2 = QtGui.QLabel(ComfirmSelection)
        self.label_2.setObjectName(_fromUtf8("label_2"))
        self.verticalLayout_2.addWidget(self.label_2)
        self.uSadListView = DictionaryListView(ComfirmSelection)
        self.uSadListView.setSelectionMode(
            QtGui.QAbstractItemView.MultiSelection)
        self.uSadListView.setObjectName(_fromUtf8("uSadListView"))
        self.verticalLayout_2.addWidget(self.uSadListView)
        self.buttonBox = QtGui.QDialogButtonBox(ComfirmSelection)
        self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
        self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel
                                          | QtGui.QDialogButtonBox.Ok)
        self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
        self.verticalLayout_2.addWidget(self.buttonBox)

        self.retranslateUi(ComfirmSelection)
        QtCore.QObject.connect(self.buttonBox,
                               QtCore.SIGNAL(_fromUtf8("accepted()")),
                               ComfirmSelection.accept)
        QtCore.QObject.connect(self.buttonBox,
                               QtCore.SIGNAL(_fromUtf8("rejected()")),
                               ComfirmSelection.reject)
        QtCore.QMetaObject.connectSlotsByName(ComfirmSelection)
class Ui_UpdAddressDialog(object):
    def setupUi(self, DelAddressDialog):
        DelAddressDialog.setObjectName(_fromUtf8("DelAddressDialog"))
        DelAddressDialog.resize(621, 270)
        self.verticalLayout_2 = QtGui.QVBoxLayout(DelAddressDialog)
        self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2"))
        self.label_2 = QtGui.QLabel(DelAddressDialog)
        self.label_2.setObjectName(_fromUtf8("label_2"))
        self.verticalLayout_2.addWidget(self.label_2)
        self.uSadListView = DictionaryListView(DelAddressDialog)
        self.uSadListView.setSelectionMode(QtGui.QAbstractItemView.SingleSelection)
        self.uSadListView.setObjectName(_fromUtf8("uSadListView"))
        self.verticalLayout_2.addWidget(self.uSadListView)
        self.buttonBox = QtGui.QDialogButtonBox(DelAddressDialog)
        self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
        self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok)
        self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
        self.verticalLayout_2.addWidget(self.buttonBox)

        self.retranslateUi(DelAddressDialog)
        QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), DelAddressDialog.accept)
        QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("rejected()")), DelAddressDialog.reject)
        QtCore.QMetaObject.connectSlotsByName(DelAddressDialog)

    def retranslateUi(self, DelAddressDialog):
        DelAddressDialog.setWindowTitle(_translate("DelAddressDialog", "Select feature to update", None))
        self.label_2.setText(_translate("DelAddressDialog", "Select feature to update", None))
class Ui_ComfirmSelection(object):
    def setupUi(self, ComfirmSelection):
        ComfirmSelection.setObjectName(_fromUtf8("ComfirmSelection"))
        ComfirmSelection.resize(621, 270)
        self.verticalLayout_2 = QtGui.QVBoxLayout(ComfirmSelection)
        self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2"))
        self.label_2 = QtGui.QLabel(ComfirmSelection)
        self.label_2.setObjectName(_fromUtf8("label_2"))
        self.verticalLayout_2.addWidget(self.label_2)
        self.uSadListView = DictionaryListView(ComfirmSelection)
        self.uSadListView.setSelectionMode(QtGui.QAbstractItemView.MultiSelection)
        self.uSadListView.setObjectName(_fromUtf8("uSadListView"))
        self.verticalLayout_2.addWidget(self.uSadListView)
        self.buttonBox = QtGui.QDialogButtonBox(ComfirmSelection)
        self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
        self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok)
        self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
        self.verticalLayout_2.addWidget(self.buttonBox)

        self.retranslateUi(ComfirmSelection)
        QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), ComfirmSelection.accept)
        QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("rejected()")), ComfirmSelection.reject)
        QtCore.QMetaObject.connectSlotsByName(ComfirmSelection)

    def retranslateUi(self, ComfirmSelection):
        ComfirmSelection.setWindowTitle(_translate("ComfirmSelection", "Select feature to update", None))
        self.label_2.setText(_translate("ComfirmSelection", "Please Confirm Your Selection:", None))
Ejemplo n.º 4
0
class Ui_LineageDialog(object):
    def setupUi(self, LineageDialog):
        LineageDialog.setObjectName(_fromUtf8("LineageDialog"))
        LineageDialog.resize(621, 368)
        self.verticalLayout = QtGui.QVBoxLayout(LineageDialog)
        self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
        self.label_2 = QtGui.QLabel(LineageDialog)
        self.label_2.setObjectName(_fromUtf8("label_2"))
        self.verticalLayout.addWidget(self.label_2)
        self.uSadListView = DictionaryListView(LineageDialog)
        self.uSadListView.setObjectName(_fromUtf8("uSadListView"))
        self.verticalLayout.addWidget(self.uSadListView)
        self.label = QtGui.QLabel(LineageDialog)
        self.label.setObjectName(_fromUtf8("label"))
        self.verticalLayout.addWidget(self.label)
        self.uGroupDescription = QtGui.QTextEdit(LineageDialog)
        self.uGroupDescription.setEnabled(True)
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(20)
        sizePolicy.setHeightForWidth(self.uGroupDescription.sizePolicy().hasHeightForWidth())
        self.uGroupDescription.setSizePolicy(sizePolicy)
        self.uGroupDescription.setMaximumSize(QtCore.QSize(16777215, 60))
        self.uGroupDescription.setObjectName(_fromUtf8("uGroupDescription"))
        self.verticalLayout.addWidget(self.uGroupDescription)
        self.horizontalLayout = QtGui.QHBoxLayout()
        self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
        self.label_3 = QtGui.QLabel(LineageDialog)
        self.label_3.setObjectName(_fromUtf8("label_3"))
        self.horizontalLayout.addWidget(self.label_3)
        self.uGroupId = QtGui.QLineEdit(LineageDialog)
        self.uGroupId.setObjectName(_fromUtf8("uGroupId"))
        self.horizontalLayout.addWidget(self.uGroupId)
        self.verticalLayout.addLayout(self.horizontalLayout)
        self.buttonBox = QtGui.QDialogButtonBox(LineageDialog)
        self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
        self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok)
        self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
        self.verticalLayout.addWidget(self.buttonBox)

        self.retranslateUi(LineageDialog)
        QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), LineageDialog.accept)
        QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("rejected()")), LineageDialog.reject)
        QtCore.QMetaObject.connectSlotsByName(LineageDialog)

    def retranslateUi(self, LineageDialog):
        LineageDialog.setWindowTitle(_translate("LineageDialog", "Refine group selection", None))
        self.label_2.setText(_translate("LineageDialog", "Select freatures to add to Lineage Group", None))
        self.label.setText(_translate("LineageDialog", "Provide A Group Description To Add Features To A New Group:", None))
        self.label_3.setText(_translate("LineageDialog", "Or, Supply A Current Group Id To Add Feautres To An Existing Group:", None))
Ejemplo n.º 5
0
    def setupUi(self, LineageDialog):
        LineageDialog.setObjectName(_fromUtf8("LineageDialog"))
        LineageDialog.resize(621, 368)
        self.verticalLayout = QtGui.QVBoxLayout(LineageDialog)
        self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
        self.label_2 = QtGui.QLabel(LineageDialog)
        self.label_2.setObjectName(_fromUtf8("label_2"))
        self.verticalLayout.addWidget(self.label_2)
        self.uSadListView = DictionaryListView(LineageDialog)
        self.uSadListView.setObjectName(_fromUtf8("uSadListView"))
        self.verticalLayout.addWidget(self.uSadListView)
        self.label = QtGui.QLabel(LineageDialog)
        self.label.setObjectName(_fromUtf8("label"))
        self.verticalLayout.addWidget(self.label)
        self.uGroupDescription = QtGui.QTextEdit(LineageDialog)
        self.uGroupDescription.setEnabled(True)
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding,
                                       QtGui.QSizePolicy.Expanding)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(20)
        sizePolicy.setHeightForWidth(
            self.uGroupDescription.sizePolicy().hasHeightForWidth())
        self.uGroupDescription.setSizePolicy(sizePolicy)
        self.uGroupDescription.setMaximumSize(QtCore.QSize(16777215, 60))
        self.uGroupDescription.setObjectName(_fromUtf8("uGroupDescription"))
        self.verticalLayout.addWidget(self.uGroupDescription)
        self.horizontalLayout = QtGui.QHBoxLayout()
        self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
        self.label_3 = QtGui.QLabel(LineageDialog)
        self.label_3.setObjectName(_fromUtf8("label_3"))
        self.horizontalLayout.addWidget(self.label_3)
        self.uGroupId = QtGui.QLineEdit(LineageDialog)
        self.uGroupId.setObjectName(_fromUtf8("uGroupId"))
        self.horizontalLayout.addWidget(self.uGroupId)
        self.verticalLayout.addLayout(self.horizontalLayout)
        self.buttonBox = QtGui.QDialogButtonBox(LineageDialog)
        self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
        self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel
                                          | QtGui.QDialogButtonBox.Ok)
        self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
        self.verticalLayout.addWidget(self.buttonBox)

        self.retranslateUi(LineageDialog)
        QtCore.QObject.connect(self.buttonBox,
                               QtCore.SIGNAL(_fromUtf8("accepted()")),
                               LineageDialog.accept)
        QtCore.QObject.connect(self.buttonBox,
                               QtCore.SIGNAL(_fromUtf8("rejected()")),
                               LineageDialog.reject)
        QtCore.QMetaObject.connectSlotsByName(LineageDialog)
Ejemplo n.º 6
0
    def setupUi(self, LineageDialog):
        LineageDialog.setObjectName(_fromUtf8("LineageDialog"))
        LineageDialog.resize(621, 368)
        self.verticalLayout = QtGui.QVBoxLayout(LineageDialog)
        self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
        self.label_2 = QtGui.QLabel(LineageDialog)
        self.label_2.setObjectName(_fromUtf8("label_2"))
        self.verticalLayout.addWidget(self.label_2)
        self.uSadListView = DictionaryListView(LineageDialog)
        self.uSadListView.setObjectName(_fromUtf8("uSadListView"))
        self.verticalLayout.addWidget(self.uSadListView)
        self.label = QtGui.QLabel(LineageDialog)
        self.label.setObjectName(_fromUtf8("label"))
        self.verticalLayout.addWidget(self.label)
        self.uGroupDescription = QtGui.QTextEdit(LineageDialog)
        self.uGroupDescription.setEnabled(True)
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(20)
        sizePolicy.setHeightForWidth(self.uGroupDescription.sizePolicy().hasHeightForWidth())
        self.uGroupDescription.setSizePolicy(sizePolicy)
        self.uGroupDescription.setMaximumSize(QtCore.QSize(16777215, 60))
        self.uGroupDescription.setObjectName(_fromUtf8("uGroupDescription"))
        self.verticalLayout.addWidget(self.uGroupDescription)
        self.horizontalLayout = QtGui.QHBoxLayout()
        self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
        self.label_3 = QtGui.QLabel(LineageDialog)
        self.label_3.setObjectName(_fromUtf8("label_3"))
        self.horizontalLayout.addWidget(self.label_3)
        self.uGroupId = QtGui.QLineEdit(LineageDialog)
        self.uGroupId.setObjectName(_fromUtf8("uGroupId"))
        self.horizontalLayout.addWidget(self.uGroupId)
        self.verticalLayout.addLayout(self.horizontalLayout)
        self.buttonBox = QtGui.QDialogButtonBox(LineageDialog)
        self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
        self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok)
        self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
        self.verticalLayout.addWidget(self.buttonBox)

        self.retranslateUi(LineageDialog)
        QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), LineageDialog.accept)
        QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("rejected()")), LineageDialog.reject)
        QtCore.QMetaObject.connectSlotsByName(LineageDialog)
    def setupUi(self, DelAddressDialog):
        DelAddressDialog.setObjectName(_fromUtf8("DelAddressDialog"))
        DelAddressDialog.resize(621, 270)
        self.verticalLayout_2 = QtGui.QVBoxLayout(DelAddressDialog)
        self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2"))
        self.label_2 = QtGui.QLabel(DelAddressDialog)
        self.label_2.setObjectName(_fromUtf8("label_2"))
        self.verticalLayout_2.addWidget(self.label_2)
        self.uSadListView = DictionaryListView(DelAddressDialog)
        self.uSadListView.setObjectName(_fromUtf8("uSadListView"))
        self.verticalLayout_2.addWidget(self.uSadListView)
        self.buttonBox = QtGui.QDialogButtonBox(DelAddressDialog)
        self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
        self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok)
        self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
        self.verticalLayout_2.addWidget(self.buttonBox)

        self.retranslateUi(DelAddressDialog)
        QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), DelAddressDialog.accept)
        QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("rejected()")), DelAddressDialog.reject)
        QtCore.QMetaObject.connectSlotsByName(DelAddressDialog)
Ejemplo n.º 8
0
class Ui_LineageDialog(object):
    def setupUi(self, LineageDialog):
        LineageDialog.setObjectName(_fromUtf8("LineageDialog"))
        LineageDialog.resize(621, 368)
        self.verticalLayout = QtGui.QVBoxLayout(LineageDialog)
        self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
        self.label_2 = QtGui.QLabel(LineageDialog)
        self.label_2.setObjectName(_fromUtf8("label_2"))
        self.verticalLayout.addWidget(self.label_2)
        self.uSadListView = DictionaryListView(LineageDialog)
        self.uSadListView.setObjectName(_fromUtf8("uSadListView"))
        self.verticalLayout.addWidget(self.uSadListView)
        self.label = QtGui.QLabel(LineageDialog)
        self.label.setObjectName(_fromUtf8("label"))
        self.verticalLayout.addWidget(self.label)
        self.uGroupDescription = QtGui.QTextEdit(LineageDialog)
        self.uGroupDescription.setEnabled(True)
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding,
                                       QtGui.QSizePolicy.Expanding)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(20)
        sizePolicy.setHeightForWidth(
            self.uGroupDescription.sizePolicy().hasHeightForWidth())
        self.uGroupDescription.setSizePolicy(sizePolicy)
        self.uGroupDescription.setMaximumSize(QtCore.QSize(16777215, 60))
        self.uGroupDescription.setObjectName(_fromUtf8("uGroupDescription"))
        self.verticalLayout.addWidget(self.uGroupDescription)
        self.horizontalLayout = QtGui.QHBoxLayout()
        self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
        self.label_3 = QtGui.QLabel(LineageDialog)
        self.label_3.setObjectName(_fromUtf8("label_3"))
        self.horizontalLayout.addWidget(self.label_3)
        self.uGroupId = QtGui.QLineEdit(LineageDialog)
        self.uGroupId.setObjectName(_fromUtf8("uGroupId"))
        self.horizontalLayout.addWidget(self.uGroupId)
        self.verticalLayout.addLayout(self.horizontalLayout)
        self.buttonBox = QtGui.QDialogButtonBox(LineageDialog)
        self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
        self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel
                                          | QtGui.QDialogButtonBox.Ok)
        self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
        self.verticalLayout.addWidget(self.buttonBox)

        self.retranslateUi(LineageDialog)
        QtCore.QObject.connect(self.buttonBox,
                               QtCore.SIGNAL(_fromUtf8("accepted()")),
                               LineageDialog.accept)
        QtCore.QObject.connect(self.buttonBox,
                               QtCore.SIGNAL(_fromUtf8("rejected()")),
                               LineageDialog.reject)
        QtCore.QMetaObject.connectSlotsByName(LineageDialog)

    def retranslateUi(self, LineageDialog):
        LineageDialog.setWindowTitle(
            _translate("LineageDialog", "Refine group selection", None))
        self.label_2.setText(
            _translate("LineageDialog",
                       "Select freatures to add to Lineage Group", None))
        self.label.setText(
            _translate(
                "LineageDialog",
                "Provide A Group Description To Add Features To A New Group:",
                None))
        self.label_3.setText(
            _translate(
                "LineageDialog",
                "Or, Supply A Current Group Id To Add Feautres To An Existing Group:",
                None))