New release 1.3.2:

* optimization and refactoring
  * gpu* and hddtemp now read from ext-sysmon DataEngine
Extended SystemMonitor DataEngine:
  initial release 1.0:
    + add gpu source
    + add gputemp source
    + add hddtemp source
    + add install script
This commit is contained in:
arcan1s
2013-05-24 19:48:10 +04:00
parent 9243220505
commit 4c59e7e892
18 changed files with 447 additions and 415 deletions

View File

@ -9,7 +9,7 @@ from PyKDE4 import plasmascript
class ConfigWindow(QWidget):
def __init__(self, parent, settings):
def __init__(self, parent):
"""settings window definition"""
QWidget.__init__(self)
self.ui = uic.loadUi(parent.package().filePath('ui', 'configwindow.ui'), self)