Sharp Qtopia Desktop Especificações

Consulte online ou descarregue Especificações para Software Sharp Qtopia Desktop. Sharp Qtopia Desktop Specifications Manual do Utilizador

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 63
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 0
SHARP CORPORATION
Sharp SL-series Zaurus “Qtopia” Development Start-up Guide
Ver 1.11, February 28, 2003, 1/63
Sharp SL-series Zaurus
“Qtopia” Development Start-up Guide
(ver.1.11 2003.02.28)
Vista de página 0
1 2 3 4 5 6 ... 62 63

Resumo do Conteúdo

Página 1 - Sharp SL-series Zaurus

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 1/63 Sharp SL-series Zaurus

Página 2

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 10/63 1. Qt Application Development To

Página 3

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 11/63 Online documents for the cross co

Página 4

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 12/63 1.1.3. Qt/Embedded / Qtopia Buil

Página 5 - Introduction

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 13/63 Batch file #2, dev-arm-qpe.sh #!

Página 6

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 14/63 1.1.6. Confirming Installation o

Página 7

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 15/63 1.2. Testing the cross compiler

Página 8 - Overview of this Guidebook

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 16/63 1.2.2. Check compiler setup fo

Página 9 - Reference and URLs

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 17/63 2. Qt/Embedded Application Devel

Página 10 - SHARP CORPORATION

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 18/63 2.2. Useful Tools for the Develop

Página 11

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 19/63 2.2.2. uic The “uic” is a “User I

Página 12

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 2/63 TRADEMARK NOTICE XScale is a regis

Página 13

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 20/63 2.2.4. qvfb (Qtopia Virtual Fram

Página 14

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 21/63 2.2.6. Tools for multi-language

Página 15

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 22/63 As shown in the above example, yo

Página 16

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 23/63 appsample.cpp #include "

Página 17

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 24/63 appsample.cpp (continued)

Página 18

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 25/63 appsample.h #ifndef __APPSAMP

Página 19

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 26/63 2.3.2. Operation of “OK” and “Ca

Página 20

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 27/63 2.4. Qtopia Development Tutorial

Página 21

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 28/63 DESTDIR = ./ INCLUDEPATH += $(QT

Página 22

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 29/63 2.4.5. Running Hello World on th

Página 23 - appsample.cpp

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 3/63 TABLE OF CONTENTS Introduction ..

Página 24 - appsample.cpp (continued)

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 30/63 opt/Qtopia apps/Applicationsbinpi

Página 25 - appsample.h

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 31/63 2.5. Providing help file with yo

Página 26

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 32/63 2.7. Event handling: SIGNAL and

Página 27

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 33/63 Add SLOT definition to the class

Página 28

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 34/63 Note that the “moc” procedure wil

Página 29

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 35/63 tut1.cpp (saved in UTF8 c

Página 30

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 36/63 tut1.pro TEMPLATE = app CONF

Página 31

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 37/63 2.9. Development with the QtDesig

Página 32

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 38/63 (STEP 4) Create project file You

Página 33

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 39/63 (STEP 7) Modify the project file

Página 34

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 4/63 3. Installing Applications to th

Página 35

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 40/63 3. Installing Applications to th

Página 36

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 41/63 opt/Qtopia apps/Applicationsbinpi

Página 37

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 42/63 Depends: This entity indicates

Página 38

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 43/63 .desktop file example [Desktop E

Página 39

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 44/63 Unless the application calls for

Página 40 - 3.1. The ipkg package

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 45/63 Once you’ve downloaded this tool

Página 41

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 46/63 3.2. Transferring the ipk packag

Página 42

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 47/63 3.2.2. Download ipk package by u

Página 43

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 48/63 3.2.3. Download the ipk package

Página 44

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 49/63 $ ipkg install qpe-test_0.1-1_ar

Página 45

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 5/63 Introduction SL-series Zaurus Prod

Página 46

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 50/63 D. Using the applications inst

Página 47

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 51/63 Appendix A. SL-5600 Files and Dir

Página 48

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 52/63 lrwxrwxrwx 1 root root

Página 49

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 53/63 crw-r--r-- 1 root root

Página 50

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 54/63 crw-rw---- 1 root lp

Página 51

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 55/63 crw-rw-rw- 1 root tty

Página 52

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 56/63 crw-rw-rw- 1 root root

Página 53

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 57/63 crw-rw-rw- 1 root tty

Página 54

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 58/63 /home drwxrwxr-x 12 root r

Página 55

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 59/63 lrwxrwxrwx 1 root root

Página 56

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 6/63 SL-5500 and SL-5600 Difference Sum

Página 57

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 60/63 dr-xr-xr-x 3 root root

Página 58

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 61/63 /root -rw-rw-r-- 1 root r

Página 59

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 62/63 -rwxrwxr-x 1 root root

Página 60

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 63/63 -rwxrwxr-x 1 root root

Página 61

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 7/63 Software Specifications Difference

Página 62

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 8/63 Target Reader of this Programming

Página 63

SHARP CORPORATION Sharp SL-series Zaurus “Qtopia” Development Start-up Guide Ver 1.11, February 28, 2003, 9/63 Reference and URLs Sharp Linux/Jav

Comentários a estes Manuais

Sem comentários