1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
|
/****************************************************************************
**
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the documentation of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:FDL$
** GNU Free Documentation License
** Alternatively, this file may be used under the terms of the GNU Free
** Documentation License version 1.3 as published by the Free Software
** Foundation and appearing in the file included in the packaging of
** this file.
**
** Other Usage
** Alternatively, this file may be used in accordance with the terms
** and conditions contained in a signed written agreement between you
** and Nokia.
**
**
**
**
** $QT_END_LICENSE$
**
****************************************************************************/
/*!
\page windows-support.html
\title Support for Windows
\brief Platform support for Windows.
\ingroup platform-specific
\ingroup platform-details
\section1 Qt on Windows
Qt is a comprehensive application and UI framework for developing Windows
applications that can also be deployed across many other desktop and
embedded operating systems without rewriting the source code. Use the
code from one single code-base and rebuild for all
\l{Supported Platforms}{supported Windows versions and other platforms}.
\section1 Getting Started on Windows
\list
\o \l{Supported Platforms}{Supported Windows platforms} - Qt
supports a wide range of Windows platforms.
\o \l{Qt for Windows Requirements}{Qt for Windows Requirements}
- Requirements for developing with Qt on Windows.
\o \l{Installing Qt for Windows}{Installing Qt for Windows}
- Build Qt for Windows development.
\o \l{Platform and Compiler Notes - Windows}{Platform and Compiler Notes - Windows}
- Windows platform specific notes.
\o \l{Getting Started Guides}{Getting started} - Getting started developing for Windows
\endlist
\section1 Key Features for Windows Development
\section2 Rich Class Library
The Qt class library includes all the functionality needed to build
advanced GUI applications.
\list
\o Complete set of customizable \l{UI Design with Qt}{UI
controls/widgets}
\o 3D graphics support with \l{QtOpenGL Module}{OpenGL}
or Direct3D
\o Powerful \l{Thread Support in Qt}{multi-threading} features
\o \l{Graphics View Framework}{2D graphics canvas} capable of
handling millions of items
\o Integrated \l{Phonon multimedia framework}{Phonon multimedia
framework}
\o \l{WebKit in Qt}{WebKit} integration
\o \l{Network programming with Qt}{Networking}, \l{QtXml Module}
{XML} and \l{SQL in Qt}{database} functionality
\o \l{ECMAScript Reference}{ECMA standard} scripting engine
\endlist
\section2 Integrated Development Tools
Qt includes a set of integrated development tools to speed
development on the Windows platform.
\list
\o \l{Qt Designer Manual}{Qt Designer} provides a drag and drop
visual GUI builder.
\o \l{Qt Linguist Manual}{Qt Linguist} provides internationalization
and translation features.
\o \l{Qt Assistant Manual}{Qt Assistant} is a customizable HTML help
file reader providing the complete Qt documentation offline.
\endlist
\section2 Cross-Platform Development using Qt Creator
\l{http://doc.qt.nokia.com/qtcreator-snapshot/index.html}{Qt Creator} is
a complete Cross-platform IDE included in the Qt SDK. The IDE allows
programmers to create, build, debug and run Qt applications accross all
supported platforms.
\section2 Visual Studio Add-in.
The Qt Visual Studio Add-in allows programmers to create, build, debug
and run Qt applications from within Microsoft Visual Studio 2005, 2008
and 2010. The add-in contains project wizards, Qt project import/export
support, integrated Qt resource manager and automated build setup for
the Qt Meta-Object Compiler, User Interface Compiler, and Resource
Compiler.
Additional \l{Cross-Platform and Platform-Specific Development}
information.
*/
/*!
\page linuxX11-support.html
\title Support for Linux/X11
\brief Platform support for Linux/X11.
\ingroup platform-specific
\ingroup platform-details
\section1 Qt on Linux/X11
Qt is a comprehensive application and UI framework for developing
Linux/X11 applications that can also be deployed across many other
desktop and embedded operating systems without rewriting the source code.
Use the code from one single code-base and rebuild for all
\l{Supported Platforms}{supported X11 versions and other platforms}.
\section1 Getting Started on Linux/X11
\list
\o \l{Supported Platforms}{Supported Linux/X11 platforms} - Qt
supports a wide range of Linux/X11 platforms.
\o \l{Qt for X11 Requirements}{Qt for X11 Requirements}
- Software required to run Qt on Linux/X11.
\o \l{Installing Qt for X11 Platforms}{Installing Qt for X11 Platforms}
- Build Qt for Linux/X11 development.
\o \l{Platform and Compiler Notes - X11}{Platform and Compiler Notes - X11}
- Platform specific notes.
\o \l{Getting Started Guides}{Getting started}
\endlist
\section1 Key Features for Linux/X11 Development
\section2 Integrated Development Tools
Qt includes a set of integrated development tools to speed development
on X11 platforms.
\list
\o \l{Qt Designer Manual}{Qt Designer} provides a drag and drop
visual GUI builder.
\o \l{Qt Linguist Manual}{Qt Linguist} provides internationalization
and translation features.
\o \l{Qt Assistant Manual}{Qt Assistant} is a customizable HTML help
file reader providing the complete Qt documentation offline.
\o Integration with
\l{http://doc.qt.nokia.com/qt-eclipse-1.6/index.html}{Eclipse}
and KDevelop IDEs are also available.
\endlist
\section2 Cross-Platform Development using Qt Creator
\l{http://doc.qt.nokia.com/qtcreator-snapshot/index.html}{Qt Creator} is
a complete Cross-platform IDE included in the Qt SDK. The IDE allows
programmers to create, build, debug and run Qt applications accross all
supported platforms.
\section2 Rich Class Library
The Qt class library includes all the functionality needed to build
advanced GUI applications.
\list
\o Complete set of customizable \l{UI Design with Qt}{UI
controls/widgets}
\o 3D graphics support with \l{QtOpenGL Module}{OpenGL
integration}
\o Powerful \l{Thread Support in Qt}{multi-threading} features
\o \l{Graphics View Framework}{2D graphics canvas} capable of
handling millions of items
\o Integrated \l{Phonon multimedia framework}{Phonon multimedia
framework}
\o \l{WebKit in Qt}{WebKit} integration
\o \l{Network programming with Qt}{Networking}, \l{QtXml Module}
{XML} and \l{SQL in Qt}{database} functionality
\o \l{ECMAScript Reference}{ECMA standard} scripting engine
\endlist
\section2 Qt is the Foundation of KDE
Qt is best known in the Linux community as the basis for the KDE
desktop environment. Almost everything in KDE is based on Qt, and
Qt forms the foundation for thousands of open source KDE applications
developed by community members worldwide.
Additional \l{Cross-Platform and Platform-Specific Development}
information.
*/
/*!
\page mac-support.html
\title Support for Mac OS X
\brief Platform support for Mac OS X.
\ingroup platform-specific
\ingroup platform-details
\section1 Qt on Mac OS X
Qt is a comprehensive application and UI framework for developing Mac
applications that can also be deployed across many other desktop and
embedded operating systems without rewriting the source code. Use the
code from one single code-base and rebuild for all
\l{Supported Platforms}{supported Windows versions and other platforms}.
\section1 Getting Started on Mac
\list
\o \l{Supported Platforms}{Supported Mac OS X platforms} - Qt supports
a wide range of Mac platform variants.
\o \l{Qt for Mac OS X Requirements}{Qt for Mac OS X Requirements}
- Software required to run Qt on Mac OS X.
\o \l{Installing Qt for X11 Platforms}{Installing Qt for X11 Platforms}
- Build Qt for Mac OS X development.
\o \l{Platform and Compiler Notes - Mac OS X}{Platform and Compiler Notes - Mac OS X}
- Platform specific notes.
\o \l{Getting Started Guides}{Getting started}
\endlist
\section1 Key Features for Mac OS X Development
\section2 Integrated Development Tools
Qt includes a set of integrated development tools to speed development
on the Mac platform.
\list
\o \l{Qt Designer Manual}{Qt Designer} provides a drag and drop
visual GUI builder.
\o \l{Qt Linguist Manual}{Qt Linguist} provides internationalization
and translation features.
\o \l{Qt Assistant Manual}{Qt Assistant} is a customizable HTML help
file reader providing the complete Qt documentation offline.
\endlist
\section2 Cross-Platform Development using Qt Creator
\l{http://doc.qt.nokia.com/qtcreator-snapshot/index.html}{Qt Creator} is
a complete Cross-platform IDE included in the Qt SDK. The IDE allows
programmers to create, build, debug and run Qt applications accross all
supported platforms.
\section2 Rich Class Library
The Qt class library includes all the functionality needed to build
advanced GUI applications.
\list
\o Complete set of customizable \l{UI Design with Qt}{UI
controls/widgets}
\o 3D graphics support with \l{QtOpenGL Module}{OpenGL
integration}
\o Powerful \l{Thread Support in Qt}{multi-threading} features
\o \l{Graphics View Framework}{2D graphics canvas} capable of
handling millions of items
\o Integrated \l{Phonon multimedia framework}{Phonon multimedia
framework}
\o \l{WebKit in Qt}{WebKit} integration
\o \l{Network programming with Qt}{Networking}, \l{QtXml Module}
{XML} and \l{SQL in Qt}{database} functionality
\o \l{ECMAScript Reference}{ECMA standard} scripting engine
\endlist
\section3 Supports Intel Hardware and Universal Binaries
Qt is written without making assumptions about the number representation,
endianness or architecture of the underlying processor. To support Intel
hardware on the Apple platforms, Qt customers simply need to recompile
their apps.
Additional \l{Cross-Platform and Platform-Specific Development}
information.
\note Qt also provides support for 64-bit applications on top of Cocoa APIs.
*/
/*!
\page windowsCE-Mobile-support.html
\title Support for Windows CE and Windows Mobile
\brief Platform support for Windows CE and Windows Mobile.
\ingroup platform-specific
\ingroup platform-details
\section1 Qt on Windows CE and Windows Mobile
Qt is a C++ application and UI framework. You can use Qt to write
rich and high performance applications using an intuitive API
available for a wide range of devices. Use the code from one single
code-base and rebuild for all \l{Supported Platforms}{supported
Windows CE/Mobile versions as well as other other platforms}.
Supporting most existing Windows CE configurations and with minimal
hardware dependencies, Qt is easy to build even for custom hardware
configurations. Unused components and features can even be compiled out.
\section1 Getting Started on Windows CE/Mobile
\list
\o \l{Supported Platforms}{Supported Windows CE/Mobile platforms}
- Qt supports a wide range of Windows CE/Mobile platform variants.
\o \l{Qt for Windows CE Requirements}{Qt for Windows CE/Mobile
Requirements} - Software required to run Qt on Windows CE/Mobile.
\o \l{Installing Qt for Windows CE}{Installing Qt for
Windows CE/Mobile Platforms} - Build Qt for Windows CE/Mobile
development.
\o \l{Platform and Compiler Notes - Windows CE}{Platform and
Compiler Notes - Windows CE/Mobile} - Platform specific notes.
\o \l{Getting Started Guides}{Getting started}
\endlist
\section1 Key Features for Windows CE/Mobile Development
On top of all the tools and API and class libraries that Qt offers,
Qt for Windows CE provides you with added functionality for an
optimized embedded development environment.
\section2 Native and Customizable Look and Feel
Windows Mobile and Windows CE styles are available with Qt. At runtime,
Qt applications will detect which style to use. The look and feel of
your applications can also be easily customized in a fraction of
the time and lines of code required for traditional UI styling with
Qt Style Sheets.
\section2 Advanced Text Layout Engine
Qt for Windows CE supports TrueType® and raster fonts. Qt also has
extended Unicode support and right-to-left languages. Qt’s rich text
engine adds capabilities for complex text layouts including tables,
path tracing and text which flows around shapes.
\section2 Qt for Windows CE/Mobile also provide support for:
\list
\o Graphics Acceleration using \l{Qt for Windows CE and OpenGL
ES}{OpenGL ES}
\o \l{Graphics View Framework}{2D graphics canvas} capable of
handling millions of items.
\o \l{Qt Designer Manual}{Qt Designer} for GUI layout and
forms builder.
\o \l{Qt Linguist Manual}{Qt Linguist} provides internationalization
and translation features.
\endlist
Applications created with Qt for Windows CE/Mobile can be ported to
Symbian, Maemo and any other OS that Qt supports.
Additional \l{Cross-Platform and Platform-Specific Development}
information.
*/
/*!
\page embeddedLinux-support.html
\title Support for Embedded Linux
\brief Platform support for Embedded Linux.
\ingroup platform-specific
\ingroup platform-details
\section1 Qt on Embedded Linux
Qt is the leading application and UI framework for devices powered
by embedded Linux. You can use Qt to create highly memory efficient
devices and applications that have completely unique user experiences.
Qt runs anywhere Linux runs. Qt’s intuitive API means fewer lines of
code and higher level functionality in less time. Use the code from
one single code-base and rebuild for all \l{Supported Platforms}
{supported platforms}.
\section1 Getting Started on Embedded Linux
\list
\o \l{Supported Platforms}{Supported Linux platforms}
- Qt supports a wide range of Linux platform variants.
\o \l{Qt for Embedded Linux Requirements}{Qt for Embedded Linux
Requirements} - Software required to run Qt on Embedded Linux.
\o \l{Installing Qt for Embedded Linux}{Installing Qt for Embedded
Linux} - Build Qt for development on Embedded Linux.
\o \l{Platform and Compiler Notes - Embedded Linux}{Platform and
Compiler Notes - Embedded Linux} - Platform specific notes.
\o \l{Getting Started Guides}{Getting started}
\endlist
\section1 Key Features for Embedded Linux Development
On top of all the tools and API and class libraries that Qt offers,
such as WebKit, Qt for Embedded Linux provides you with key components
for an optimized embedded development environment.
\section2 Compact and Efficient Windowing System \l{Qt for Embedded Linux Classes}{QWS}
Qt builds on the standard API for embedded Linux devices with its own
compact window system. Qt-based applications write directly to the
Linux framebuffer, eliminating the need for the X11 windowing system.
\section2 Virtual Frame Buffer (QVFb)
Qt for Embedded Linux provides a \l{The Virtual Framebuffer}{virtual
frame buffer} that will match the physical device display, pixel for
pixel. This gives the developer a realistic testing infrastructure
testing on the desktop where the frame buffer simulates the physical
device display’s width, height and color depth.
\section2 Inter-Process Communication (IPC)
IPC allows for creation of rich multi-application user experiences.
Two main concepts define inter-process communication: channels and
messages.
\section2 Extended Font Format
Qt supports a wide range of font formats on embedded Linux including:
TrueType®, Postscript® Type1 and Qt pre-rendered fonts. Qt has
extended Unicode support including automatic data extraction at build
time and automatic update at runtime.
Plug-ins for custom font formats are also available allowing new font
engines to be easily added at runtime. Font sharing capabilities
between applications allow for increased memory efficiency.
Applications created with Qt for Embedded Linux can be ported to
Windows CE and any other OS that Qt supports.
Additional \l{Cross-Platform and Platform-Specific Development}
information.
*/
/*!
\page symbian-support.html
\title Support for Symbian
\brief Platform support for Symbian.
\ingroup platform-specific
\ingroup platform-details
\section1 Qt on Symbian
Qt provides support for the Symbian platform with integration
to the S60 framework. If you are developing apps for the Symbian,
Maemo or MeeGo platforms in most cases, you can use Qt under the
free LGPL licensing option. Qt is cross-platform, and that means
that you can use the code from one single code-base and rebuild
for all \l{Supported Platforms}{supported platforms}.
\section1 Getting Started on Symbian
\list
\o \l{Supported Platforms}{Supported platform}
- Details on the Qt support for Symbian.
\o \l{Qt for the Symbian platform Requirements}{Qt for the
Symbian platform Requirements} - Software required to run Qt
on Symbian.
\o \l{Installing Qt for the Symbian platform}{Installing Qt
for the Symbian platform} - Build Qt for Symbian development.
\o \l{Platform and Compiler Notes - Symbian}{Platform Notes - Symbian}
- Platform specific notes.
\o \l{Getting Started Guides}{Getting started}
\endlist
\section1 Key Features for Symbian Development
On top of all the tools and the API and class libraries that Qt
offers, Qt provides you with added functionality for an optimized
Symbian development experience.
\section2 Native Look and Feel
Qt will detect which theme the phone is running and applies the
style at runtime to your Qt application. The look and feel of your
applications can also be easily customized in a fraction of the
time and lines of code required for traditional UI styling with
Qt Style Sheets.
\section2 Graphics Features
Qt for Symbian contains a powerful paint engine that provides
features such as anti, aliasing, gradients, curves and transparency.
It also has animation support with timelines and easing curves. It
is already targeting future device technology by supporting hardware
acceleration using OpenVG.
\section2 Device Configurations
Using Qt for Symbian all supported Symbian devices provides automatic
support for swiching between landscape and portrait mode, different
screen resolutions as well as touch screen and key pad input.
\section2 Cross-Platform Development using Qt Creator
\l{http://doc.qt.nokia.com/qtcreator-snapshot/index.html}{Qt Creator} is
a complete Cross-platform IDE included in the Qt SDK. The IDE allows
programmers to create, build, debug and run Qt applications accross all
supported platforms.
\section3 Licensing
Qt for Symbian is available under the Qt Commercial License, the LGPL
v. 2.1 "LGPL") and the GPL v. 3.0. Symbian currently licenses their
software products under either the Symbian Foundation License or the
Eclipse Public License ("EPL"). While the LGPL and the EPL are not
compatible and may not be combined on a file-by-file basis, they may
be used in a common environment provided that the interaction between
Qt and Symbian is limited to: dynamic linking, inter-process
communication and data exchange. Therefore, most Symbian developers
can use Qt for Symbian under the LGPL.
Additional \l{Cross-Platform and Platform-Specific Development}
information.
*/
/*!
\page maemo-support.html
\title Support for Maemo
\brief Platform support for Maemo.
\ingroup platform-specific
\ingroup platform-details
\section1 Qt on Maemo
Qt is a comprehensive application and UI framework for developing
Maemo applications that can also be deployed across major
device and desktop operating systems without rewriting the source code.
If you are developing apps for the Symbian, Mameo platforms
in most cases, you can use Qt under the free LGPL licensing option.
Qt is cross-platform, and that means that you can use the code from
one single code-base and rebuild for all \l{Supported Platforms}
{supported platforms}. Maemo 6 is now MeeGo.
\section1 Getting Started on Maemo
\list
\o \l{Supported Platforms}{Supported Maemo platforms}
- Qt support for Maemo versions.
\omit
\o \l{Qt for Maemo Requirements}{Qt for Maemo
Requirements} - Software required to run Qt on Maemo.
\o \l{Installing Qt for Maemo}{Installing Qt for
Maemo} - Build Qt for Maemo development.
\o \l{Platform and Compiler Notes - Maemo}{Platform and
Compiler Notes - Maemo} - Platform specific notes.
\endomit
\o \l{Getting Started Guides}{Getting started}
\endlist
\section1 Key Features for Maemo Development
\section2 Native Look and Feel
Qt will detect which theme the device is running and applies the
style at runtime to your Qt application. Widgets are optimized
for touch screen usage.
\section2 Graphics Features
Qt for Maemo provides a powerful paint engine that cotain
features such as anti aliasing, gradients, curves and transparency.
It also has animation support with timelines and easing curves. Qt
for Maemo also supports hardware acceleration using ARM NEON
and OpenGL ES 2.0.
\section2 Device Configurations
Applications developed with Qt for Maemo will across all
supported Maemo devices provide automatic support for switching
between landscape and portrait mode. They will support input methods,
including predictive text input and on-screen keyboard. The
applications will also have support for one finger touch events and
gestures, and have configurable kinetic scrolling.
\section2 Maemo - Linux/X11
Qt supports a wide range of X11 platform variants, such as: Solaris,
AIX, HP-UX, Maemo 5 and MeeGo. Qt for Maemo contains all Qt modules
and features the same functionality as the Qt on X11 version.
\section2 Cross-Platform Development using Qt Creator
\l{http://doc.qt.nokia.com/qtcreator-snapshot/index.html}{Qt Creator} is
a complete Cross-platform IDE included in the Qt SDK. The IDE allows
programmers to create, build, debug and run Qt applications accross all
supported platforms.
Additional \l{Cross-Platform and Platform-Specific Development}
information.
*/
/*!
\page meego-support.html
\title Support for MeeGo
\brief Platform support for MeeGo.
\ingroup platform-specific
\ingroup platform-details
\section1 Qt on MeeGo
Qt is a comprehensive application and UI framework for developing
MeeGo applications that can also be deployed across major
device and desktop operating systems without rewriting the source code.
If you are developing apps for the Symbian, MeeGo platforms
in most cases, you can use Qt under the free LGPL licensing option.
Qt is cross-platform, and that means that you can use the code from
one single code-base and rebuild for all \l{Supported Platforms}
{supported platforms}.
\section1 Getting Started on MeeGo
\list
\o \l{Supported Platforms}{Supported MeeGo platforms}
- Qt support for MeeGo versions.
\omit
\o \l{Qt for MeeGo Requirements}{Qt for MeeGo
Requirements} - Software required to run Qt on MeeGo.
\o \l{Installing Qt for MeeGo}{Installing Qt for
MeeGo} - Build Qt for MeeGo development.
\o \l{Platform and Compiler Notes - MeeGo}{Platform and
Compiler Notes - MeeGo} - Platform specific notes.
\endomit
\o \l{Getting Started Guides}{Getting started}
\endlist
\section1 Key Features for MeeGo Development
\section2 Native Look and Feel
Qt will detect which theme the device is running and applies the
style at runtime to your Qt application. Widgets are optimized
for touch screen usage.
\section2 Graphics Features
Qt for MeeGo provides a powerful paint engine that cotain
features such as anti aliasing, gradients, curves and transparency.
It also has animation support with timelines and easing curves. Qt
for MeeGo also supports hardware acceleration using ARM NEON, x86,
and OpenGL ES 2.0.
\section2 Device Configurations
Qt is the foundation of MeeGo UI and application development and
therefore Qt will be present in all upcoming MeeGo devices. Qt
can provide automatic support for:
\list
\o Switching between landscape and portrait mode
\o Input Methods, including predictive text input and on-screen
keyboard
\o Configurable kinetic scrolling
\endlist
\section2 Maemo - Linux/X11
Qt supports a wide range of X11 platform variants, such as: Solaris,
AIX, HP-UX, Maemo 5 and MeeGo. Qt for MeeGo contains all Qt modules
and features the same functionality as the Qt on X11 version.
\section2 Cross-Platform Development using Qt Creator
\l{http://doc.qt.nokia.com/qtcreator-snapshot/index.html}{Qt Creator} is
a complete Cross-platform IDE included in the Qt SDK. The IDE allows
programmers to create, build, debug and run Qt applications accross all
supported platforms.
Additional \l{Cross-Platform and Platform-Specific Development}
information.
*/
/*!
\page supported-platforms.html
\title Supported Platforms
\brief The platforms supported by Nokia for Qt.
\ingroup platform-specific
\group platform-details
Qt is a cross-platform application and UI framework. Using Qt,
you can write web-enabled applications once and deploy them
across desktop, mobile and embedded operating systems without
rewriting the source code.
\section1 Qt is Available for the Following Platforms
\table
\header
\o {2,1} Qt Cross Platform Support
\header
\o {1,1} Desktop
\o {1,1} Mobile/Embedded
\row
\o \l{Support for Windows}{Windows}
\o \l{Support for Windows CE and Windows Mobile}{Windows CE and Windows Mobile}
\row
\o \l{Support for Linux/X11}{Linux/X11}
\o \l{Support for Embedded Linux}{Embedded Linux}
\row
\o \l{Support for Mac OS X}{Mac OS X}
\o \l{Support for Symbian}{Symbian}
\row
\o\l{Support for MeeGo}{MeeGo}
\o\l{Support for Maemo}{Maemo}
\endtable
\section1 Supported Platform Details
The Qt team strives to provide support for the platforms most
frequently used by Qt users. We have designed our internal testing procedure to
divide platforms into three test categories (Tier 1, Tier 2 and Tier 3) in order
to prioritize internal testing and development resources so that the most
frequently used platforms are subjected to our most rigorous testing processes.
Qt is supported on a variety of 32-bit and 64-bit platforms, and can
usually be built on each platform with GCC, a vendor-supplied compiler, or
a third party compiler. Although Qt may be built on a range of platform-compiler
combinations, only a subset of these are actively supported by Nokia.
\tableofcontents
Information about the specific platforms Qt runs on, and the compilers used
on each platform, can be found on the \l{Platform and Compiler Notes} page.
\section1 Tier 1 Platforms
All Tier 1 platforms are subjected to our unit test suite and other internal
testing tools on a frequent basis (prior to new version releases, source tree
branching, and at other significant period points in the development process).
Errors or bugs discovered in these platforms are prioritized for correction
by the development team. Significant errors discovered in Tier 1 platforms can
impact release dates and Qt Development Frameworks strives to resolve all known
high priority errors in Tier 1 platforms prior to new version releases.
\table
\header \o Platform
\o Compilers
\row \o Linux (32 and 64-bit)
\o gcc 4.2
\row \o Microsoft Windows XP
\o gcc 4.4 (MinGW) (32-bit), MSVC 2005 (32 and 64-bit)
\row \o Microsoft Windows Vista
\o MSVC 2005, 2008
\row \o Microsoft Windows Vista 64bit
\o MSVC 2008
\row \o Microsoft Windows 7
\o MSVC 2008
\row \o Apple Mac OS X 10.6 "Snow Leopard"
\o As provided by Apple
\row \o Apple Mac OS X 10.5 "Leopard" x86_64 (Cocoa 32 and 64bit)
\o As provided by Apple
\row \o Embedded Linux QWS (ARM)
\o gcc (\l{http://www.codesourcery.com/}{Codesourcery version)}
\row \o Windows CE 5.0 (ARMv4i, x86, MIPS)
\o MSVC 2005 WinCE 5.0 Standard (x86, pocket, smart, mipsii)
\row \o Maemo 5(Linux, ARM, X11)
\o gcc (\l{http://www.scratchbox.org/}{Scratchbox)}
\row \o MeeGo (Linux, ARM, X11)
\o gcc (\l{http://www.scratchbox.org/}{Scratchbox)}
\row \o Symbian (Symbian/S60 5.0)
\o RVCT 2.2 [build 686 or later], WINSCW 3.2.5 [build 482 or later], GCCE (for applications)
\endtable
\section1 Tier 2 Platforms
Tier 2 platforms are subject to ad hoc and internal testing. However, Qt users
should note that errors may be present in released product versions for Tier 2
platforms and, subject to resource availability, known errors in Tier 2 platforms
may or may not be corrected prior to new version releases.
\table
\header \o Platform
\o Compilers
\row \o Windows 7
\o MSVC 2010
\row \o Apple Mac OS X 10.4 "Tiger" (Carbon)
\o As provided by Apple
\row \o Apple Mac OS X 10.5 "Leopard" (Carbon)
\o As provided by Apple
\row \o HPUXi 11.23
\o aCC 6.10
\row \o Solaris 10 UltraSparc
\o Sun Studio 12
\row \o AIX 6
\o Power5 xlC 7
\row \o Microsoft Windows XP
\o Intel Compiler
\row \o Linux
\o Intel Compiler
\row \o Embedded Linux QWS (Mips, PowerPC)
\o gcc (\l{http://www.codesourcery.com/}{Codesourcery version)}
\row \o Embedded Linux X11 (ARM)
\o gcc (\l{http://www.scratchbox.org/}{Scratchbox)}
\row \o Windows CE 5.0 (ARMv4i, x86, MIPS)
\o MSVC 2005 WinCE 5.0 Standard (x86, pocket, smart, mipsii)
\row \o Windows Embedded CE 6.0 (ARMv4i, x86, MIPS)
\o MSVC 2008 WinCE Embedded 6.0 Professional
\row \o Symbian (Symbian/S60 3.1, 3.2)
\o RVCT 2.2 [build 686 or later], WINSCW 3.2.5 [build 482 or later], GCCE (for applications)
\endtable
\note The PPC architecture on Mac has been downgraded from tier 1 to tier 2 for 4.7.
\section1 Tier 3 Platforms (Not Supported by Nokia)
All platforms not specifically listed above are not supported by Nokia. Nokia does
not run its unit test suite or perform any other internal tests on platforms not
listed above.
Even though some Tier 3 platforms are available under the Qt Commercial License,
technical support is not included in that license.
However, \l{How to Order}{contact our sales team} to find out about the
availability of other services for those platforms.
Qt users should note, however, that there may be various open source
projects, community users and/or Qt partners who are able to provide assistance with
platforms not supported by Nokia.
\section1 General Legal Disclaimer
Please note that Qt is offered on an "as is" basis without warranty
of any kind and that our products are not error or bug free. To the maximum extent
permitted by applicable law, Nokia on behalf of itself and its suppliers, disclaims all
warranties and conditions, either express or implied, including, but not limited to,
implied warranties of merchantability, fitness for a particular purpose, title and
non-infringement with regard to the Licensed Software.
\section1 Planned Changes for Qt 4.8
The following changes to the list of supported platforms are at time of publishing
planned for Qt 4.8:
\list
\o Plans not yet released
\endlist
*/
|