Sharp Qtopia Desktop Spécifications

Naviguer en ligne ou télécharger Spécifications pour Logiciel Sharp Qtopia Desktop. Sharp Qtopia Desktop Specifications Manuel d'utilisatio

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 63
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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)
Vue de la page 0
1 2 3 4 5 6 ... 62 63

Résumé du contenu

Page 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

Page 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

Page 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

Page 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

Page 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 #!

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 16

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

Page 17

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

Page 18

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

Page 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

Page 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

Page 21

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

Page 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

Page 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 ..

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 36

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

Page 37

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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 48

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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 55

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

Page 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

Page 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

Page 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

Page 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

Page 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

Page 61

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

Page 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

Page 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

Commentaires sur ces manuels

Pas de commentaire