Mercurial > hg > Feedworm
diff MainWindow.py @ 251:3ce39af93e77 pyqt5
Update to PyQt5
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sun, 22 Oct 2017 03:40:44 +0200 |
parents | 5695197a3ca5 |
children |
line wrap: on
line diff
--- a/MainWindow.py Sat Oct 21 10:31:02 2017 +0200 +++ b/MainWindow.py Sun Oct 22 03:40:44 2017 +0200 @@ -5,8 +5,9 @@ from FeedEntryItemDelegate import FeedEntryItemDelegate from FeedSettings import FeedSettings from PreferencesDialog import PreferencesDialog -from PyQt4.QtCore import QUrl -from PyQt4.QtGui import QApplication, QDesktopServices, QMainWindow, QWidget +from PyQt5.QtCore import QUrl +from PyQt5.QtWidgets import QApplication, QMainWindow, QWidget +from PyQt5.QtGui import QDesktopServices from Ui_MainWindow import Ui_MainWindow STATUS_MESSAGE_DISPLAY_MILLIS = 20000