= The Sandbox = This is just a page to practice and learn WikiFormatting. Go ahead, edit it freely. [[Color(red,essai en rouge)]] {{{ #!CodeExample #!python def apply_timer(self): timer = QTimer(self) self.connect(timer, SIGNAL('timeout()'), self.update_statusbar) timer.start(settings.HINTS_UPDATE_PERIOD) }}}