7779:757334671130 | 7780:41420f82c0ac |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing a dialog to enter options used to start a project in | 7 Module implementing a dialog to enter options used to start a project in |
8 the VCS. | 8 the VCS. |
9 """ | 9 """ |
10 | |
11 | 10 |
12 from PyQt5.QtWidgets import QDialog | 11 from PyQt5.QtWidgets import QDialog |
13 | 12 |
14 from .Ui_GitOptionsDialog import Ui_GitOptionsDialog | 13 from .Ui_GitOptionsDialog import Ui_GitOptionsDialog |
15 | 14 |