5 |
5 |
6 """ |
6 """ |
7 Module implementing a widget showing the SQL connections. |
7 Module implementing a widget showing the SQL connections. |
8 """ |
8 """ |
9 |
9 |
10 from __future__ import unicode_literals |
|
11 |
10 |
12 from PyQt5.QtCore import pyqtSignal, Qt |
11 from PyQt5.QtCore import pyqtSignal, Qt |
13 from PyQt5.QtWidgets import QWidget, QHeaderView, QTreeWidget, QVBoxLayout, \ |
12 from PyQt5.QtWidgets import QWidget, QHeaderView, QTreeWidget, QVBoxLayout, \ |
14 QTreeWidgetItem, QAction |
13 QTreeWidgetItem, QAction |
15 from PyQt5.QtSql import QSqlDatabase |
14 from PyQt5.QtSql import QSqlDatabase |