Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| lwc:programming:python [2020/11/27 20:12] – John Harrison | lwc:programming:python [2022/12/30 11:58] (current) – John Harrison | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ==== Example: ==== | ==== Example: ==== | ||
| - | + | | |
| - | Assume " | + | |
| - | + | ||
| - | Then in the view class: | + | |
| < | < | ||
| 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:// | ||