Mercurial > hg > Feedworm
comparison AddFeed.py @ 251:3ce39af93e77 pyqt5
Update to PyQt5
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sun, 22 Oct 2017 03:40:44 +0200 |
parents | 699d8f1cebd4 |
children |
comparison
equal
deleted
inserted
replaced
250:f715378371ab | 251:3ce39af93e77 |
---|---|
1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
2 from PyQt4.QtGui import QDialog | 2 from PyQt5.QtWidgets import QDialog |
3 from Ui_AddFeed import Ui_AddFeed | 3 from Ui_AddFeed import Ui_AddFeed |
4 import logging | 4 import logging |
5 | 5 |
6 class AddFeed(QDialog): | 6 class AddFeed(QDialog): |
7 def __init__(self, backend=None): | 7 def __init__(self, backend=None): |