(self)
| 163 | return verticalContainer |
| 164 | |
| 165 | def display_counter(self): |
| 166 | self.count += 1 |
| 167 | if not self.stop_flag: |
| 168 | Timer(1, self.display_counter).start() |
| 169 | |
| 170 | def menu_dialog_clicked(self, widget): |
| 171 | self.dialog = gui.GenericDialog(title='Dialog Box', message='Click Ok to transfer content to main page', width='500px') |