Changes between Version 21 and Version 22 of SandBox


Ignore:
Timestamp:
Dec 2, 2010, 11:18:00 PM (15 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SandBox

    v21 v22  
    44
    55Go ahead, edit it freely.
    6 
    7 [[Color(red,essai en rouge)]]
    8 
    9 {{{
    10 #!CodeExample
    11 #!python
    12     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 #!CodeExample
    20 
    21 variable TEST ?= 'aaaa';
    22 
    23 include { 'an/include' };
    24 }}}
    25