eric6/Preferences/ConfigurationPages/WebBrowserAppearancePage.py

changeset 7229
53054eb5b15a
parent 6999
f23e546a7eb9
child 7360
9190402e4505
equal deleted inserted replaced
7228:6037ddba57aa 7229:53054eb5b15a
5 5
6 """ 6 """
7 Module implementing the Web Browser Appearance configuration page. 7 Module implementing the Web Browser Appearance configuration page.
8 """ 8 """
9 9
10 from __future__ import unicode_literals
11 10
12 from PyQt5.QtGui import QFont 11 from PyQt5.QtGui import QFont
13 from PyQt5.QtWidgets import QFontDialog 12 from PyQt5.QtWidgets import QFontDialog
14 13
15 from E5Gui.E5PathPicker import E5PathPickerModes 14 from E5Gui.E5PathPicker import E5PathPickerModes

eric ide

mercurial