7 Module implementing a dialog for the Mercurial server. |
7 Module implementing a dialog for the Mercurial server. |
8 """ |
8 """ |
9 |
9 |
10 import os |
10 import os |
11 |
11 |
12 from PyQt6.QtCore import QProcess, QSize, Qt |
12 from PyQt6.QtCore import QProcess, QSize, Qt, pyqtSlot |
13 from PyQt6.QtGui import QAction, QBrush, QTextCursor |
13 from PyQt6.QtGui import QAction, QBrush, QTextCursor |
14 from PyQt6.QtWidgets import QComboBox, QPlainTextEdit, QSpinBox, QToolBar |
14 from PyQt6.QtWidgets import QComboBox, QPlainTextEdit, QSpinBox, QToolBar |
15 |
15 |
16 from eric7 import Preferences |
16 from eric7 import Preferences |
17 from eric7.EricGui import EricPixmapCache |
17 from eric7.EricGui import EricPixmapCache |