-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2716bd3
commit cee3269
Showing
11 changed files
with
155 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 0 additions & 35 deletions
35
mslib/mscolab/migrations/versions/a63201ddec7a_to_version_next_major_version.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
class Ui_MSColabConnectDialog(object): | ||
def setupUi(self, MSColabConnectDialog): | ||
MSColabConnectDialog.setObjectName("MSColabConnectDialog") | ||
MSColabConnectDialog.resize(446, 305) | ||
MSColabConnectDialog.resize(446, 332) | ||
self.gridLayout_4 = QtWidgets.QGridLayout(MSColabConnectDialog) | ||
self.gridLayout_4.setObjectName("gridLayout_4") | ||
self.horizontalLayout_2 = QtWidgets.QHBoxLayout() | ||
|
@@ -90,46 +90,40 @@ def setupUi(self, MSColabConnectDialog): | |
self.newUserTopicLabel.setFont(font) | ||
self.newUserTopicLabel.setObjectName("newUserTopicLabel") | ||
self.gridLayout_2.addWidget(self.newUserTopicLabel, 0, 1, 1, 1) | ||
self.newPasswordLe = QtWidgets.QLineEdit(self.newuserPage) | ||
self.newPasswordLe.setEchoMode(QtWidgets.QLineEdit.Password) | ||
self.newPasswordLe.setObjectName("newPasswordLe") | ||
self.gridLayout_2.addWidget(self.newPasswordLe, 10, 1, 1, 1) | ||
self.newConfirmPasswordLe = QtWidgets.QLineEdit(self.newuserPage) | ||
self.newConfirmPasswordLe.setEchoMode(QtWidgets.QLineEdit.Password) | ||
self.newConfirmPasswordLe.setObjectName("newConfirmPasswordLe") | ||
self.gridLayout_2.addWidget(self.newConfirmPasswordLe, 11, 1, 1, 1) | ||
self.newEmailLe = QtWidgets.QLineEdit(self.newuserPage) | ||
self.newEmailLe.setObjectName("newEmailLe") | ||
self.gridLayout_2.addWidget(self.newEmailLe, 8, 1, 1, 1) | ||
self.newUserBb = QtWidgets.QDialogButtonBox(self.newuserPage) | ||
self.newUserBb.setLayoutDirection(QtCore.Qt.LeftToRight) | ||
self.newUserBb.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Ok) | ||
self.newUserBb.setObjectName("newUserBb") | ||
self.gridLayout_2.addWidget(self.newUserBb, 12, 1, 1, 1, QtCore.Qt.AlignLeft) | ||
self.newEmailLe = QtWidgets.QLineEdit(self.newuserPage) | ||
self.newEmailLe.setObjectName("newEmailLe") | ||
self.gridLayout_2.addWidget(self.newEmailLe, 9, 1, 1, 1) | ||
self.gridLayout_2.addWidget(self.newUserBb, 11, 1, 1, 1, QtCore.Qt.AlignLeft) | ||
self.newPasswordLe = QtWidgets.QLineEdit(self.newuserPage) | ||
self.newPasswordLe.setEchoMode(QtWidgets.QLineEdit.Password) | ||
self.newPasswordLe.setObjectName("newPasswordLe") | ||
self.gridLayout_2.addWidget(self.newPasswordLe, 9, 1, 1, 1) | ||
self.newEmailLabel = QtWidgets.QLabel(self.newuserPage) | ||
self.newEmailLabel.setObjectName("newEmailLabel") | ||
self.gridLayout_2.addWidget(self.newEmailLabel, 9, 0, 1, 1, QtCore.Qt.AlignRight) | ||
self.gridLayout_2.addWidget(self.newEmailLabel, 8, 0, 1, 1, QtCore.Qt.AlignRight) | ||
self.newConfirmPasswordLe = QtWidgets.QLineEdit(self.newuserPage) | ||
self.newConfirmPasswordLe.setEchoMode(QtWidgets.QLineEdit.Password) | ||
self.newConfirmPasswordLe.setObjectName("newConfirmPasswordLe") | ||
self.gridLayout_2.addWidget(self.newConfirmPasswordLe, 10, 1, 1, 1) | ||
self.fullname = QtWidgets.QLineEdit(self.newuserPage) | ||
self.fullname.setObjectName("fullname") | ||
self.gridLayout_2.addWidget(self.fullname, 2, 1, 1, 1) | ||
self.newPasswordLabel = QtWidgets.QLabel(self.newuserPage) | ||
self.newPasswordLabel.setObjectName("newPasswordLabel") | ||
self.gridLayout_2.addWidget(self.newPasswordLabel, 10, 0, 1, 1, QtCore.Qt.AlignRight) | ||
self.newConfirmPasswordLabel = QtWidgets.QLabel(self.newuserPage) | ||
self.newConfirmPasswordLabel.setObjectName("newConfirmPasswordLabel") | ||
self.gridLayout_2.addWidget(self.newConfirmPasswordLabel, 11, 0, 1, 1, QtCore.Qt.AlignRight) | ||
self.nickname = QtWidgets.QLineEdit(self.newuserPage) | ||
self.nickname.setObjectName("nickname") | ||
self.gridLayout_2.addWidget(self.nickname, 3, 1, 1, 1) | ||
self.newUsernameLabel = QtWidgets.QLabel(self.newuserPage) | ||
self.newUsernameLabel.setObjectName("newUsernameLabel") | ||
self.gridLayout_2.addWidget(self.newUsernameLabel, 1, 0, 1, 1) | ||
self.gridLayout_2.addWidget(self.newConfirmPasswordLabel, 10, 0, 1, 1, QtCore.Qt.AlignRight) | ||
self.newPasswordLabel = QtWidgets.QLabel(self.newuserPage) | ||
self.newPasswordLabel.setObjectName("newPasswordLabel") | ||
self.gridLayout_2.addWidget(self.newPasswordLabel, 9, 0, 1, 1, QtCore.Qt.AlignRight) | ||
self.fullnameLabel = QtWidgets.QLabel(self.newuserPage) | ||
self.fullnameLabel.setObjectName("fullnameLabel") | ||
self.gridLayout_2.addWidget(self.fullnameLabel, 2, 0, 1, 1) | ||
self.nicknameLabel = QtWidgets.QLabel(self.newuserPage) | ||
self.nicknameLabel.setObjectName("nicknameLabel") | ||
self.gridLayout_2.addWidget(self.nicknameLabel, 3, 0, 1, 1) | ||
self.newUsernameLabel = QtWidgets.QLabel(self.newuserPage) | ||
self.newUsernameLabel.setObjectName("newUsernameLabel") | ||
self.gridLayout_2.addWidget(self.newUsernameLabel, 1, 0, 1, 1) | ||
self.stackedWidget.addWidget(self.newuserPage) | ||
self.httpAuthPage = QtWidgets.QWidget() | ||
self.httpAuthPage.setObjectName("httpAuthPage") | ||
|
@@ -244,17 +238,15 @@ def retranslateUi(self, MSColabConnectDialog): | |
self.loginPasswordLe.setPlaceholderText(_translate("MSColabConnectDialog", "Password")) | ||
self.newUsernameLe.setPlaceholderText(_translate("MSColabConnectDialog", "John Doe")) | ||
self.newUserTopicLabel.setText(_translate("MSColabConnectDialog", "New User Details")) | ||
self.newPasswordLe.setPlaceholderText(_translate("MSColabConnectDialog", "New Password")) | ||
self.newConfirmPasswordLe.setPlaceholderText(_translate("MSColabConnectDialog", "Confirm New Password")) | ||
self.newEmailLe.setPlaceholderText(_translate("MSColabConnectDialog", "[email protected]")) | ||
self.newPasswordLe.setPlaceholderText(_translate("MSColabConnectDialog", "New Password")) | ||
self.newEmailLabel.setText(_translate("MSColabConnectDialog", "Email:")) | ||
self.newConfirmPasswordLe.setPlaceholderText(_translate("MSColabConnectDialog", "Confirm New Password")) | ||
self.fullname.setPlaceholderText(_translate("MSColabConnectDialog", "John Michael Doe")) | ||
self.newPasswordLabel.setText(_translate("MSColabConnectDialog", "Password:")) | ||
self.newConfirmPasswordLabel.setText(_translate("MSColabConnectDialog", "Confirm Password:")) | ||
self.nickname.setPlaceholderText(_translate("MSColabConnectDialog", "Johnny")) | ||
self.newUsernameLabel.setText(_translate("MSColabConnectDialog", " Username:")) | ||
self.newPasswordLabel.setText(_translate("MSColabConnectDialog", "Password:")) | ||
self.fullnameLabel.setText(_translate("MSColabConnectDialog", " Fullname:")) | ||
self.nicknameLabel.setText(_translate("MSColabConnectDialog", " Nickname:")) | ||
self.newUsernameLabel.setText(_translate("MSColabConnectDialog", " Username:")) | ||
self.httpTopicLabel.setText(_translate("MSColabConnectDialog", "HTTP Server Authentication")) | ||
self.httpPasswordLe.setPlaceholderText(_translate("MSColabConnectDialog", "Server Auth Password")) | ||
self.httpPasswordLabel.setText(_translate("MSColabConnectDialog", "Password:")) | ||
|
Oops, something went wrong.