src/eric7/EricWidgets/EricToolBarDialog.py

branch
eric7
changeset 10562
8e93f1578f99
parent 10529
41b962e591ce
child 10621
f5631f40c4d9
equal deleted inserted replaced
10556:b4a75c77f9cd 10562:8e93f1578f99
106 item.setData( 106 item.setData(
107 0, 107 0,
108 Qt.ItemDataRole.ForegroundRole, 108 Qt.ItemDataRole.ForegroundRole,
109 QColor("#8b8bff") 109 QColor("#8b8bff")
110 if ericApp().usesDarkPalette() 110 if ericApp().usesDarkPalette()
111 else QColor(Qt.GlobalColor.blue) 111 else QColor(Qt.GlobalColor.blue),
112 ) 112 )
113 self.__widgetActionToToolBarItemID[id(action)] = None 113 self.__widgetActionToToolBarItemID[id(action)] = None
114 categoryItem.setExpanded(True) 114 categoryItem.setExpanded(True)
115 115
116 for tbID, actions in self.__manager.toolBarsActions().items(): 116 for tbID, actions in self.__manager.toolBarsActions().items():

eric ide

mercurial