wiki:SandBox

Version 20 (modified by /O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin, 14 years ago) (diff)

--

The Sandbox

This is just a page to practice and learn WikiFormatting.

Go ahead, edit it freely.

Color(red,essai en rouge)?

SELECT ALL EXAMPLE:
def apply_timer(self):
        timer = QTimer(self)
        self.connect(timer, SIGNAL('timeout()'), self.update_statusbar)
        timer.start(settings.HINTS_UPDATE_PERIOD)