eric6/E5Gui/E5ModelToolBar.py

changeset 7229
53054eb5b15a
parent 7198
684261ef2165
child 7360
9190402e4505
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
5 5
6 """ 6 """
7 Module implementing a tool bar populated from a QAbstractItemModel. 7 Module implementing a tool bar populated from a QAbstractItemModel.
8 """ 8 """
9 9
10 from __future__ import unicode_literals
11 10
12 from PyQt5.QtCore import pyqtSignal, Qt, QModelIndex, QPoint, QEvent 11 from PyQt5.QtCore import pyqtSignal, Qt, QModelIndex, QPoint, QEvent
13 from PyQt5.QtGui import QDrag, QIcon 12 from PyQt5.QtGui import QDrag, QIcon
14 from PyQt5.QtWidgets import QApplication, QToolBar, QToolButton 13 from PyQt5.QtWidgets import QApplication, QToolBar, QToolButton
15 14

eric ide

mercurial