Changes between Version 21 and Version 22 of SandBox
- Timestamp:
- Dec 2, 2010, 11:18:00 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SandBox
v21 v22 4 4 5 5 Go ahead, edit it freely. 6 7 [[Color(red,essai en rouge)]]8 9 {{{10 #!CodeExample11 #!python12 def apply_timer(self):13 timer = QTimer(self)14 self.connect(timer, SIGNAL('timeout()'), self.update_statusbar)15 timer.start(settings.HINTS_UPDATE_PERIOD)16 }}}17 18 {{{19 #!CodeExample20 21 variable TEST ?= 'aaaa';22 23 include { 'an/include' };24 }}}25