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

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

(Различия между версиями)
Перейти к: навигация, поиск
м Qt:4.3.2 Док/groups» переименована в «Qt:Документация 4.3.2/groups»)
 
(1 промежуточная версия не показана)
Строка 1: Строка 1:
-
{{qt4.3.2_header}}
+
{{Qt4.3.2_header}}
-
= Grouped Classes =
+
 
 +
=Классы по группам<br />=
 +
 
This page provides a way of navigating Qt's classes by grouping related classes together. Some classes may appear in more than one group.
This page provides a way of navigating Qt's classes by grouping related classes together. Some classes may appear in more than one group.
 +
 +
{| width="100%" class="annotated" cellpadding="2" cellspacing="1" border="0"
{| width="100%" class="annotated" cellpadding="2" cellspacing="1" border="0"
-
|- valign="top" class="odd"  
+
 
-
| [[Qt:Документация_4.3.2/abstractwidgets | Abstract Widget Classes]]
+
|- valign="top" class="odd" |  
-
| Abstract widget classes usable through subclassing.
+
![[Qt:Документация 4.3.2/abstractwidgets | Абстрактные классы виджетов]]
-
|- valign="top" class="even"  
+
|Abstract widget classes usable through subclassing.
-
| [[Qt:Документация_4.3.2/accessibility | Accessibility Classes]]
+
|- valign="top" class="even" |  
-
| Classes that provide support for accessibility.
+
![[Qt:Документация 4.3.2/accessibility | Классы специальных возможностей]]
-
|- valign="top" class="odd"  
+
|Classes that provide support for accessibility.
-
| [[Qt:Документация_4.3.2/advanced | Advanced Widgets]]
+
|- valign="top" class="odd" |
-
| Advanced GUI widgets such as tab widgets and progress bars.
+
![[Qt:Документация 4.3.2/advanced | Расширеные виджеты]]
-
|- valign="top" class="even"  
+
|Advanced GUI widgets such as tab widgets and progress bars.
-
| [[Qt:Документация_4.3.2/basicwidgets | Basic Widgets]]
+
|- valign="top" class="even" |
-
| Basic GUI widgets such as buttons, comboboxes and scroll bars.
+
![[Qt:Документация 4.3.2/basicwidgets | Основные виджеты]]
-
|- valign="top" class="odd"  
+
|Basic GUI widgets such as buttons, comboboxes and scroll bars.
-
| [[Qt:Документация_4.3.2/database | Database Classes]]
+
|- valign="top" class="odd" |
-
| Database related classes, e.g&#x2e; for SQL databases.
+
![[Qt:Документация 4.3.2/database | Классы для баз данных]]
-
|- valign="top" class="even"  
+
|Database related classes, e.g. for SQL databases.
-
| [[Qt:Документация_4.3.2/time | Date and Time Classes]]
+
|- valign="top" class="even" |  
-
| Classes for handling date and time.
+
![[Qt:Документация 4.3.2/time | Классы работы с датой и временем]]
-
|- valign="top" class="odd"  
+
|Classes for handling date and time.
-
| [[Qt:Документация_4.3.2/desktop | Desktop Environment Classes]]
+
|- valign="top" class="odd" |  
-
| Classes for interacting with the user's desktop environment.
+
![[Qt:Документация 4.3.2/desktop | Классы рабочего стола]]
-
|- valign="top" class="even"  
+
|Classes for interacting with the user's desktop environment.
-
| [[Qt:Документация_4.3.2/draganddrop | Drag And Drop Classes]]
+
|- valign="top" class="even" |
-
| Classes dealing with drag and drop and mime type encoding and decoding.
+
![[Qt:Документация 4.3.2/draganddrop | Классы перетаскивания (Drag And Drop)]]
-
|- valign="top" class="odd"  
+
|Classes dealing with drag and drop and mime type encoding and decoding.
-
| [[Qt:Документация_4.3.2/environment | Environment Classes]]
+
|- valign="top" class="odd" |
-
| Classes providing various global services such as event handling, access to system settings and internationalization.
+
![[Qt:Документация 4.3.2/environment | Классы окружения]]
-
|- valign="top" class="even"  
+
|Classes providing various global services such as event handling, access to system settings and internationalization.
-
| [[Qt:Документация_4.3.2/events | Event Classes]]
+
|- valign="top" class="even" |
-
| Classes used to create and handle events.
+
![[Qt:Документация 4.3.2/events | Классы событий]]
-
|- valign="top" class="odd"  
+
|Classes used to create and handle events.
-
| [[Qt:Документация_4.3.2/containers | Generic Containers]]
+
|- valign="top" class="odd" |  
-
| Qt's template-based container classes.
+
![[Qt:Документация 4.3.2/containers | Базовые контейнеры]]
-
|- valign="top" class="even"  
+
|Qt's template-based container classes.
-
| [[Qt:Документация_4.3.2/helpsystem | Help System]]
+
|- valign="top" class="even" |  
-
| Classes used to provide online-help for applications.
+
![[Qt:Документация 4.3.2/helpsystem | Система помощи]]
-
|- valign="top" class="odd"  
+
|Classes used to provide online-help for applications.
-
| [[Qt:Документация_4.3.2/shared | Implicitly Shared Classes]]
+
|- valign="top" class="odd" |  
-
| Classes that use reference counting for fast copying.
+
![[Qt:Документация 4.3.2/shared | Implicitly Shared Classes]]
-
|- valign="top" class="even"  
+
|Classes that use reference counting for fast copying.
-
| [[Qt:Документация_4.3.2/io | Input/Output and Networking]]
+
|- valign="top" class="even" |
-
| Classes providing file input and output along with directory and network handling.
+
![[Qt:Документация 4.3.2/io | Ввод/Вывод и Сеть]]
-
|- valign="top" class="odd"  
+
|Classes providing file input and output along with directory and network handling.
-
| [[Qt:Документация_4.3.2/geomanagement | Layout Management]]
+
|- valign="top" class="odd" |  
-
| Classes handling automatic resizing and moving of widgets, for composing complex dialogs.
+
![[Qt:Документация 4.3.2/geomanagement | Управление компоновкой]]
-
|- valign="top" class="even"  
+
|Classes handling automatic resizing and moving of widgets, for composing complex dialogs.
-
| [[Qt:Документация_4.3.2/application | Main Window and Related Classes]]
+
|- valign="top" class="even" |
-
| Everything you need for a typical modern main application window, including menus, toolbars, workspace, etc.
+
![[Qt:Документация 4.3.2/application | Главное окно и связанные классы]]
-
|- valign="top" class="odd"  
+
|Everything you need for a typical modern main application window, including menus, toolbars, workspace, etc.
-
| [[Qt:Документация_4.3.2/misc | Miscellaneous Classes]]
+
|- valign="top" class="odd" |  
-
| Various other useful classes.
+
![[Qt:Документация 4.3.2/misc | Другие классы]]
-
|- valign="top" class="even"  
+
|Various other useful classes.
-
| [[Qt:Документация_4.3.2/model-view | Model/View Classes]]
+
|- valign="top" class="even" |  
-
| Classes that use the model/view design pattern.
+
![[Qt:Документация 4.3.2/model-view | Классы модель/представление]]
-
|- valign="top" class="odd"  
+
|Classes that use the model/view design pattern.
-
| [[Qt:Документация_4.3.2/multimedia | Multimedia, Graphics and Printing]]
+
|- valign="top" class="odd" |
-
| Classes that provide support for graphics (2D, and with OpenGL, 3D), image encoding, decoding, and manipulation, sound, animation, printing, etc.
+
![[Qt:Документация 4.3.2/multimedia | Мультимедиа, графика и печать]]
-
|- valign="top" class="even"  
+
|Classes that provide support for graphics (2D, and with OpenGL, 3D), image encoding, decoding, and manipulation, sound, animation, printing, etc.
-
| [[Qt:Документация_4.3.2/tools | Non-GUI Classes]]
+
|- valign="top" class="even" |  
-
| Collection classes such as list, queue, stack and string, along with other classes that can be used without needing QApplication.
+
![[Qt:Документация 4.3.2/tools | Не-GUI классы]]
-
|- valign="top" class="odd"  
+
|Collection classes such as list, queue, stack and string, along with other classes that can be used without needing QApplication.
-
| [[Qt:Документация_4.3.2/objectmodel | Object Model]]
+
|- valign="top" class="odd" |  
-
| The Qt GUI toolkit's underlying object model.
+
![[Qt:Документация 4.3.2/objectmodel | Объектная модель]]
-
|- valign="top" class="even"  
+
|The Qt GUI toolkit's underlying object model.
-
| [[Qt:Документация_4.3.2/organizers | Organizers]]
+
|- valign="top" class="even" |  
-
| User interface organizers such as splitters, tab bars, button groups, etc.
+
![[Qt:Документация 4.3.2/organizers | Организация виджетов]]
-
|- valign="top" class="odd"  
+
|User interface organizers such as splitters, tab bars, button groups, etc.
-
| [[Qt:Документация_4.3.2/plugins | Plugin Classes]]
+
|- valign="top" class="odd" |
-
| Plugin related classes.
+
![[Qt:Документация 4.3.2/plugins | Классы подключаемых модулей]]
-
|- valign="top" class="even"  
+
|Plugin related classes.
-
| [[Qt:Документация_4.3.2/qws | Qtopia Core Classes]]
+
|- valign="top" class="even" |
-
| Classes that are specific to Qtopia Core (Qt for embedded Linux).
+
![[Qt:Документация 4.3.2/qws | Классы Qtopia Core]]
-
|- valign="top" class="odd"  
+
|Classes that are specific to Qtopia Core (Qt for embedded Linux).
-
| [[Qt:Документация_4.3.2/script | Scripting Classes]]
+
|- valign="top" class="odd" |
-
| Qt Script-related classes and overviews.
+
![[Qt:Документация 4.3.2/script | Классы сценариев]]
-
|- valign="top" class="even"  
+
|Qt Script-related classes and overviews.
-
| [[Qt:Документация_4.3.2/dialogs | Standard Dialog Classes]]
+
|- valign="top" class="even" |
-
| Ready-made dialogs for file, font, color selection and more.
+
![[Qt:Документация 4.3.2/dialogs | Классы стандартных диалогов]]
-
|- valign="top" class="odd"  
+
|Ready-made dialogs for file, font, color selection and more.
-
| [[Qt:Документация_4.3.2/text | Text Processing Classes]]
+
|- valign="top" class="odd" |
-
| Classes for text processing. (See also XML Classes.)
+
![[Qt:Документация 4.3.2/text | Классы обработки текста]]
-
|- valign="top" class="even"  
+
|Classes for text processing. (See also XML Classes.)
-
| [[Qt:Документация_4.3.2/thread | Threading Classes]]
+
|- valign="top" class="even" |  
-
| Classes that provide threading support.
+
![[Qt:Документация 4.3.2/thread | Классы работы с потоками]]
-
|- valign="top" class="odd"  
+
|Classes that provide threading support.
-
| [[Qt:Документация_4.3.2/appearance | Widget Appearance and Style]]
+
|- valign="top" class="odd" |  
-
| Appearance customization with styles, fonts, colors etc.
+
![[Qt:Документация 4.3.2/appearance | Внешний вид и стиль виджета]]
-
|- valign="top" class="even"  
+
|Appearance customization with styles, fonts, colors etc.
-
| [[Qt:Документация_4.3.2/xml-tools | XML Classes]]
+
|- valign="top" class="even" |
-
| Classes that support XML, via, for example DOM and SAX.
+
![[Qt:Документация 4.3.2/xml-tools | XML классы]]
 +
|Classes that support XML, via, for example DOM and SAX.
|}
|}
-
{{qt4.3.2_footer}}
+
 
 +
 
 +
{| width="100%" class="annotated" cellpadding="2" cellspacing="1" border="0"
 +
 
 +
|}
 +
 
 +
 
 +
{{Qt4.3.2_footer}}

Текущая версия на 10:34, 12 января 2009

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

__NOTOC__

Image:qt-logo.png

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

Image:trolltech-logo.png

[править] Классы по группам

This page provides a way of navigating Qt's classes by grouping related classes together. Some classes may appear in more than one group.


Абстрактные классы виджетов Abstract widget classes usable through subclassing.
Классы специальных возможностей Classes that provide support for accessibility.
Расширеные виджеты Advanced GUI widgets such as tab widgets and progress bars.
Основные виджеты Basic GUI widgets such as buttons, comboboxes and scroll bars.
Классы для баз данных Database related classes, e.g. for SQL databases.
Классы работы с датой и временем Classes for handling date and time.
Классы рабочего стола Classes for interacting with the user's desktop environment.
Классы перетаскивания (Drag And Drop) Classes dealing with drag and drop and mime type encoding and decoding.
Классы окружения Classes providing various global services such as event handling, access to system settings and internationalization.
Классы событий Classes used to create and handle events.
Базовые контейнеры Qt's template-based container classes.
Система помощи Classes used to provide online-help for applications.
Implicitly Shared Classes Classes that use reference counting for fast copying.
Ввод/Вывод и Сеть Classes providing file input and output along with directory and network handling.
Управление компоновкой Classes handling automatic resizing and moving of widgets, for composing complex dialogs.
Главное окно и связанные классы Everything you need for a typical modern main application window, including menus, toolbars, workspace, etc.
Другие классы Various other useful classes.
Классы модель/представление Classes that use the model/view design pattern.
Мультимедиа, графика и печать Classes that provide support for graphics (2D, and with OpenGL, 3D), image encoding, decoding, and manipulation, sound, animation, printing, etc.
Не-GUI классы Collection classes such as list, queue, stack and string, along with other classes that can be used without needing QApplication.
Объектная модель The Qt GUI toolkit's underlying object model.
Организация виджетов User interface organizers such as splitters, tab bars, button groups, etc.
Классы подключаемых модулей Plugin related classes.
Классы Qtopia Core Classes that are specific to Qtopia Core (Qt for embedded Linux).
Классы сценариев Qt Script-related classes and overviews.
Классы стандартных диалогов Ready-made dialogs for file, font, color selection and more.
Классы обработки текста Classes for text processing. (See also XML Classes.)
Классы работы с потоками Classes that provide threading support.
Внешний вид и стиль виджета Appearance customization with styles, fonts, colors etc.
XML классы Classes that support XML, via, for example DOM and SAX.




Copyright © 2007 Trolltech Trademarks
Qt 4.3.2