lwc:programming:python

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
lwc:programming:python [2020/11/27 20:12] John Harrisonlwc:programming:python [2022/12/30 11:58] (current) John Harrison
Line 7: Line 7:
  
 ==== Example: ==== ==== Example: ====
- + Assume "worker" is the instance of controller class. Then in the view class:
-Assume "worker" is the instance of controller class. +
- +
-Then in the view class: +
 <code> <code>
 self.worker.showDialog.connect(self.showIntroWindow) self.worker.showDialog.connect(self.showIntroWindow)
Line 35: Line 31:
  
 So in our example, state = True So in our example, state = True
 +
 +===== Reference =====
 +  * [[https://mkaz.blog/code/python-string-format-cookbook/|string format cookbook]]
  • lwc/programming/python.1606529544.txt.gz
  • Last modified: 2020/11/27 20:12
  • by John Harrison