[[Include(source:example.c)]] {{{ #!CodeExample #!python def apply_timer(self): timer = QTimer(self) self.connect(timer, SIGNAL('timeout()'), self.update_statusbar) timer.start(settings.HINTS_UPDATE_PERIOD) }}} == Starting Points == * TracGuide -- Built-in Documentation * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions * TracSupport -- Trac Support For a complete list of local wiki pages, see TitleIndex.