6 """ |
6 """ |
7 Module implementing a widget containing various buttons for accessing |
7 Module implementing a widget containing various buttons for accessing |
8 editor actions. |
8 editor actions. |
9 """ |
9 """ |
10 |
10 |
11 from __future__ import unicode_literals |
|
12 |
11 |
13 from PyQt5.QtCore import pyqtSlot, Qt |
12 from PyQt5.QtCore import pyqtSlot, Qt |
14 from PyQt5.QtWidgets import QWidget, QVBoxLayout, QToolButton, QFrame, QMenu, \ |
13 from PyQt5.QtWidgets import QWidget, QVBoxLayout, QToolButton, QFrame, QMenu, \ |
15 QSizePolicy, QScrollArea |
14 QSizePolicy, QScrollArea |
16 |
15 |