2014-12-12 20:58:52 +01:00
|
|
|
# Gambas Project File 3.0
|
2014-12-16 23:15:59 +01:00
|
|
|
# Compiled with Gambas 3.6.90
|
|
|
|
Title=Analog watch
|
2014-12-12 20:58:52 +01:00
|
|
|
Startup=FrmClock
|
|
|
|
Icon=timer.png
|
2014-12-16 23:15:59 +01:00
|
|
|
Version=1.0.0
|
2014-12-12 20:58:52 +01:00
|
|
|
Component=gb.image
|
|
|
|
Component=gb.gui
|
2014-12-16 23:15:59 +01:00
|
|
|
Description="Analog watch example.\n\nThis example uses the Paint class to draw an anti-aliased analog watch."
|
2014-12-12 20:58:52 +01:00
|
|
|
Environment="GB_GUI=gb.qt"
|
|
|
|
TabSize=2
|
|
|
|
Maintainer=fabien
|
2014-12-16 23:15:59 +01:00
|
|
|
Vendor=Example
|
2014-12-12 20:58:52 +01:00
|
|
|
Address=fabien@arcalis
|
|
|
|
License=General Public Licence
|
|
|
|
Packager=1
|
2014-12-16 23:15:59 +01:00
|
|
|
Screenshot=2014-12-14.png
|