by Antonio Linares » Fri Mar 16, 2018 3:04 pm
- Code: Select all Expand view
#include "FiveTouch.ch"
function Main()
local oDlg, oLabel
DEFINE DIALOG oDlg ;
SIZE ScreenWidth(), ScreenHeight()
oLabel = QLabel( oDlg )
oLabel:Move( 0, 0 )
oLabel:Resize( ScreenWidth(), ScreenHeight() )
oLabel:SetPixmap( QPixmap( DownloadLocation() + "\autobus.png" ):Scaled( ScreenWidth(), ScreenHeight() ) )
ACTIVATE DIALOG oDlg
return nil
-
Antonio Linares
- Site Admin
-
- Posts: 42097
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
-
Return to FiveTouch
Who is online
Users browsing this forum: No registered users and 9 guests