IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Qt Sensors - Accel Bubble

The AccelBubble example demonstrates the Accelerometer QML type.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Qt Sensors - Accel Bubble

 
Sélectionnez
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny">
  <defs>
    <radialGradient id="grad1" cx="0.5" cy="0.7" r="0.7" fx="0.5" fy="0.4">
      <stop offset="0" style="stop-color:rgb(255,255,255)" />
      <stop offset="1.5" style="stop-color:rgb(0,102,153)" />
    </radialGradient>
  </defs>
  <circle cx="100" cy="80" r="42" fill="url(#grad1)"/>
</svg>

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+