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

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

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