Results 1 to 2 of 2

Thread: how to export images of Qt/Embedded on Device

  1. #1
    Join Date
    Jan 2006
    Posts
    80
    Thanks
    1
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default how to export images of Qt/Embedded on Device

    Hi all,

    How should i install Qt/Embedded on Device?

    I cant copy the entire Qt/Embedded image to the device for installation.
    I installed it for the device on the PC.
    Now which all files i should port to the Device for the execution of the application?

    How can i make the application display its output on the LCD screen?
    How can i detect the keypad events?

    Thanks in advance....


    mahe2310

  2. #2
    Join Date
    Jan 2006
    Posts
    3
    Thanks
    1
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: how to export images of Qt/Embedded on Device

    Quote Originally Posted by mahe2310
    How should i install Qt/Embedded on Device?
    I cant copy the entire Qt/Embedded image to the device for installation.
    I installed it for the device on the PC.
    What kind of project are we talking about here? Simple QT/e program only requires the libqte to run (for QT/e4 it will need all used libraries, eg. libqtcore, libqtgui...), a Qtopia application needs the whole Qtopia framework up and running...
    Now which all files i should port to the Device for the execution of the application?
    For the metioned simple case: your application and the libraries with appropriate links set

    How can i make the application display its output on the LCD screen?
    How can i detect the keypad events?
    mahe2310
    QT/e comes with built in framebuffer support, so you need the framebuffer device running
    For the keypad events: this should be done within the kernel, passing key events to the internal input subsystem. QT/e detects these, but you may have to make some mappings yourself

    I hope this gets you started...

Similar Threads

  1. How Qt/Embedded detects the keypad input from device?
    By mahe2310 in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 4th April 2006, 08:08
  2. Interaction between QT/Embedded and LCD display device
    By mahe2310 in forum Qt for Embedded and Mobile
    Replies: 4
    Last Post: 22nd February 2006, 10:37

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.