mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-17 14:19:56 +00:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user