LiquidGUI [1.0.1.3] Bugfix Release
- Moved device init into dedicated function to prevent unwanted device re-init. - Library renaming.
This commit is contained in:
@@ -11,7 +11,7 @@ from MessageHandler import MessageHandler
|
|||||||
class MainWindow(QMainWindow):
|
class MainWindow(QMainWindow):
|
||||||
def __init__(self, lctl):
|
def __init__(self, lctl):
|
||||||
super(MainWindow, self).__init__()
|
super(MainWindow, self).__init__()
|
||||||
self.setWindowTitle("LiquidGUI (v.1.1.0.0)")
|
self.setWindowTitle("LiquidGUI (v.1.0.2.0)")
|
||||||
self.setFixedSize(450, 350)
|
self.setFixedSize(450, 350)
|
||||||
|
|
||||||
self.lctl = lctl
|
self.lctl = lctl
|
||||||
|
|||||||
Reference in New Issue
Block a user