4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing the Rope Mouse Click Handler configuration page. |
7 Module implementing the Rope Mouse Click Handler configuration page. |
8 """ |
8 """ |
|
9 |
|
10 from __future__ import unicode_literals |
9 |
11 |
10 from PyQt5.QtCore import pyqtSlot |
12 from PyQt5.QtCore import pyqtSlot |
11 from PyQt5.QtWidgets import QDialog |
13 from PyQt5.QtWidgets import QDialog |
12 |
14 |
13 from Preferences.ConfigurationPages.ConfigurationPageBase import \ |
15 from Preferences.ConfigurationPages.ConfigurationPageBase import \ |