Qt:Документация 4.3.2/examples-overview

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

[править] An Overview of Qt's Examples

Qt is supplied with a variety of examples that cover almost every aspect of development. These examples are ordered by functional area, but many examples often use features from many parts of Qt to highlight one area in particular.

This document provides a brief overview of each example category and provides links to the more formal list of examples.

[править] Widgets

[[Qt:Документация 4.3.2/examples#widgets | center ]]

Qt comes with a large range of standard widgets that users of modern applications have come to expect.

You can also develop your own custom widgets and controls, and use them alongside standard widgets.

It is even possible to provide custom styles and themes for widgets that can be used to change the appearance of standard widgets and appropriately written custom widgets.

[править] Dialogs

[[Qt:Документация 4.3.2/examples#dialogs | center ]]

Qt includes standard dialogs for many common operations, such as file selection, printing, and color selection.

Custom dialogs can also be created for specialized modal or modeless interactions with users.

[править] Main Windows

[[Qt:Документация 4.3.2/examples#main-windows | center ]]

All the standard features of application main windows are provided by Qt.

Main windows can have pull down menus, tool bars, and dock windows. These separate forms of user input are unified in an integrated action system that also supports keyboard shortcuts and accelerator keys in menu items.

[править] Layouts

[[Qt:Документация 4.3.2/examples#layouts | center ]]

Qt uses a layout-based approach to widget management. Widgets are arranged in the optimal positions in windows based on simple layout rules, leading to a consistent look and feel.

Custom layouts can be used to provide more control over the positions and sizes of child widgets.

[править] Painting

[[Qt:Документация 4.3.2/examples#painting | Файл:Painting-examples.png ]]

Qt's painting system is able to render vector graphics, images, and outline font-based text with sub-pixel accuracy accuracy using anti-aliasing to improve rendering quality.

These examples show the most common techniques that are used when painting with Qt, from basic concepts such as drawing simple primitives to the use of transformations.

[править] Item Views

[[Qt:Документация 4.3.2/examples#item-views | center ]]

Item views are widgets that typically display data sets. Qt 4's model/view framework lets you handle large data sets by separating the underlying data from the way it is represented to the user, and provides support for customized rendering through the use of delegates.

[править] Graphics View

[[Qt:Документация 4.3.2/examples#graphics-view | center ]]

Qt is provided with a comprehensive canvas through the GraphicsView classes.

These examples demonstrate the fundamental aspects of canvas programming with Qt.

[править] Rich Text

[[Qt:Документация 4.3.2/examples#rich-text | Файл:Richtext-examples.png ]]

Qt provides powerful document-oriented rich text engine that supports Unicode and right-to-left scripts. Documents can be manipulated using a cursor-based API, and their contents can be imported and exported as both HTML and in a custom XML format.

[править] Tools

[[Qt:Документация 4.3.2/examples#tools | Файл:Tool-examples.png ]]

Qt is equipped with a range of capable tool classes, from containers and iterators to classes for string handling and manipulation.

Other classes provide application infrastructure support, handling plugin loading and managing configuration files.

[править] Desktop

[[Qt:Документация 4.3.2/examples#desktop | center ]]

Qt provides features to enable applications to integrate with the user's preferred desktop environment.

Features such as system tray icons, access to the desktop widget, and support for desktop services can be used to improve the appearance of applications and take advantage of underlying desktop facilities.

[править] Drag and Drop

[[Qt:Документация 4.3.2/examples#drag-and-drop | center ]]

Qt supports native drag and drop on all platforms via an extensible MIME-based system that enables applications to send data to each other in the most appropriate formats.

Drag and drop can also be implemented for internal use by applications.

[править] Threads

[[Qt:Документация 4.3.2/examples#threads | Файл:Thread-examples.png ]]

Qt 4 makes it easier than ever to write multithreaded applications. More classes have been made usable from non-GUI threads, and the signals and slots mechanism can now be used to communicate between threads.

Additionally, it is now possible to move objects between threads.

[править] Network

[[Qt:Документация 4.3.2/examples#network | Файл:Network-examples.png ]]

Qt is provided with an extensive set of network classes to support both client-based and server side network programming.

These examples demonstrate the fundamental aspects of network programming with Qt.

[править] XML

[[Qt:Документация 4.3.2/examples#xml | center ]]

XML parsing and handling is supported through SAX and DOM compliant APIs.

Qt's SAX compliant classes allow you to parse XML incrementally; the DOM classes enable more complex document-level operations to be performed on XML files.

[править] OpenGL

[[Qt:Документация 4.3.2/examples#opengl | Файл:Opengl-examples.png ]]

Qt provides support for integration with OpenGL implementations on all platforms, giving developers the opportunity to display hardware accelerated 3D graphics alongside a more conventional user interface.

These examples demonstrate the basic techniques used to take advantage of OpenGL in Qt applications.

[править] SQL

[[Qt:Документация 4.3.2/examples#sql | Файл:Sql-examples.png ]]

Qt provides extensive database interoperability, with support for products from both open source and proprietary vendors.

SQL support is integrated with Qt's model/view architecture, making it easier to provide GUI integration for your database applications.

[править] Qt Assistant

[[Qt:Документация 4.3.2/examples#qt-assistant | center ]]

Support for interactive help is provided by the Qt Assistant application. Developers can take advantages of the facilities it offers to display specially-prepared documentation to users of their applications.

[править] Qt Designer

[[Qt:Документация 4.3.2/examples#qt-designer | center ]]

Qt Designer is a capable graphical user interface designer that lets you create and configure forms without writing code. GUIs created with Qt Designer can be compiled into an application or created at run-time.

[править] UiTools

[[Qt:Документация 4.3.2/examples#uitools | Файл:Uitools-examples.png ]]

Qt is equipped with a range of capable tool classes, from containers and iterators to classes for string handling and manipulation.

Other classes provide application infrastructure support, handling plugin loading and managing configuration files.

[править] Qt Linguist

[[Qt:Документация 4.3.2/examples#qt-linguist | center ]]

Internationalization is a core feature of Qt. These examples show how to access translation and localization facilities at run-time.

[править] Qt Script

[[Qt:Документация 4.3.2/examples#qt-script | Файл:Qtscript-examples.png ]]

Qt is provided with a powerful embedded scripting environment through the QtScript classes.

These examples demonstrate the fundamental aspects of scripting applications with Qt.

[править] Qtopia Core

[[Qt:Документация 4.3.2/examples#qtopia-core | Файл:Qtopiacore-examples.png ]]

Qtopia Core is an implementation of Qt for embedded Linux. These examples show how to take advantage of features specifically designed for use on systems with limited resources, specialized hardware, and small screens.

[править] ActiveQt

Qt is supplied with a number of example applications and demonstrations that have been written to provide developers with examples of the Qt API in use, highlight good programming practice, and showcase features found in each of Qt's core technologies.

The example and demo launcher can be used to explore the different categories available. It provides an overview of each example, lets you view the documentation in Qt Assistant, and is able to launch examples and demos.

[править] Another Source of Examples

One more valuable source for examples and explanations of Qt features is the archive of the Qt Quarterly.


Copyright © 2007 Trolltech Trademarks
Qt 4.3.2