4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing a dialog to enter the data of a remote repository. |
7 Module implementing a dialog to enter the data of a remote repository. |
8 """ |
8 """ |
9 |
|
10 |
9 |
11 from PyQt5.QtCore import pyqtSlot, Qt, QUrl |
10 from PyQt5.QtCore import pyqtSlot, Qt, QUrl |
12 from PyQt5.QtWidgets import QDialog |
11 from PyQt5.QtWidgets import QDialog |
13 |
12 |
14 from .Ui_GitRemoteCredentialsDialog import Ui_GitRemoteCredentialsDialog |
13 from .Ui_GitRemoteCredentialsDialog import Ui_GitRemoteCredentialsDialog |