Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 19
and
Version 20
of
SandBox
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
May 21, 2010, 9:47:13 PM (
15 years
ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
SandBox
v19
v20
7
7
[[Color(red,essai en rouge)]]
8
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