This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Copyright 2014 Lloyd Konneker | |
Release under the GPLv3 | |
''' | |
from PyQt5.QtCore import pyqtSignal as Signal | |
from PyQt5.QtCore import QObject, QByteArray, QUrl | |
from PyQt5.QtNetwork import QNetworkAccessManager, QNetworkRequest | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Copyright 2013 Lloyd Konneker | |
License: LGPL | |
''' | |
from PySide.QtCore import QSettings | |
class WindowSettable(object): | |
''' |