Поиск по:rtm-cs.sinp.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера rtm-cs.sinp.msu.ru ,которые мы индексируем. Показаны документы 721 - 740 из 1170.
Упорядочить по:
URL
|
дате изменения
721. Qt Documentation
This list shows the C++ class inheritance relations between the classes in the Qt API. The list is sorted roughly, but not completely, alphabetically. ... QMenuBar . QPopupMenu . ... QWidget . ... QSpinBox . ... QScrollBar . ... QSlider . ... Copyright © 1998 Troll Tech . ... Qt version 1.40 ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/hierarchy.html -- 10.1 Кб -- 11.07.1998
Похожие документы
Похожие документы
722. Qt Image IO Extension Library
This library is an extension to the Qt GUI Toolkit. It provides image input/output facilities for additional formats which may require additional libraries or DLLs, or simply large amounts of code to implement. The purpose of this extension is to allow the Qt GUI Toolkit to remain unbloated by such additional library code, while allowing Qt applications with specific image I/O requirements to have readily available support. ... Initialize PNG image I/O extensions. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/imageio.html -- 4.6 Кб -- 11.07.1998
Похожие документы
Похожие документы
723. Qt Toolkit - group index
These classes are used for manipulating images. Classes: . QGIFFormat (Incremental image decoder for GIF image format) . QGIFFormatType (Incremental image decoder for GIF image format) . ... QImageDecoder (Incremental image decoder for all supported image formats) . QImageFormat (Incremental image decoder for a specific image format) . ... QImageIO (Parameters for loading and saving images) . QMovie (Incrementally loads an animation or image, signalling as it progresses) . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/images.html -- 2.9 Кб -- 11.07.1998
Похожие документы
Похожие документы
724. Qt Toolkit - group index
These classes are used to handle input and output to and from external devices, files etc., as well as manipulating files and directories. Classes: . QBuffer (I/O device that operates on a QByteArray ) . QDataStream (Basic functions for serialization of binary data to a QIODevice ) . ... QFile (I/O device that operates on files) . ... QIODevice (The base class of I/O devices) . ... QTextStream (Basic functions for reading and writing text using a QIODevice ) . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/io.html -- 2.9 Кб -- 11.07.1998
Похожие документы
Похожие документы
725. Qt Toolkit - group index
These classes provide access to low-level parts of the window system . Classes: . ... QApplication (Manages the application event queue) . ... QEvent (Base class of all event classes. ... QImageDrag (The QImageDrag provides a drag and drop object for tranferring images) . QObject (The base class of all Qt objects that can deal with signals, slots and events) . ... QTextDrag (The QTextDrag provides a drag and drop object for transferring plain text) . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/kernel.html -- 3.0 Кб -- 11.07.1998
Похожие документы
Похожие документы
726. Qt Free Edition License Statement
This is license for Qt Free Edition version 1.40; it mainly covers development of free software for the free software community. ... Copyright 1992-1998 Troll Tech AS. ... This is the license for Qt Free Edition version 1.40; it covers private use, use of third-party application programs based on Qt, and development of free software for the free software community. ... Troll Tech AS makes no obligation under this license to support or upgrade Qt Free Edition, or assist in the use of Qt Free Edition. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/license.html -- 5.6 Кб -- 11.07.1998
Похожие документы
Похожие документы
727. Qt Mailing Lists Information
Troll Tech operates two mailing lists for Qt users: qt-announce and qt-interest . The subscribers to this mailing list receives all official Troll Tech announcements when new versions of Qt and other Troll Tech products are released, and other Troll Tech announcements of general interest. ... To unsubscribe yourself from the qt-announce mailing list, similarly send an email containing just the word unsubscribe or unsubscribe your@email.address to qt-announce-request@troll.no . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/mailinglists.html -- 4.2 Кб -- 11.07.1998
Похожие документы
Похожие документы
728. Qt toolkit - Meta Object Compiler description
Signals and slots are used for communication between objects. The signal/slot mechanism is a central feature of Qt and probably the part that differs most from other toolkits. ... All classes that inherit from QObject or one of its subclasses (e.g. QWidget) can contain signals and slots. ... The preprocessor changes or removes the signals , slots and emit keywords so the compiler won't see anything it can't digest. Run the moc on class definitions that contains signals or slots. ... Q_OBJECT . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/metaobjects.html -- 13.2 Кб -- 11.07.1998
Похожие документы
Похожие документы
729. Qt Toolkit - group index
Useful classes not fitting into any other category. Classes: . QDoubleValidator (Range checking of floating-point numbers) . QIconSet (Set of icons (normal, disabled, various sizes) for e.g. buttons) . QIntValidator (Range checking of integers) . QMenuData (Base class for QMenuBar and QPopupMenu ) . QRangeControl (Integer value within a range) . ... Copyright © 1998 Troll Tech . ... Qt version 1.40 ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/misc.html -- 2.7 Кб -- 11.07.1998
Похожие документы
Похожие документы
730. Qt toolkit - Using the Meta Object Compiler
The Meta Object Compiler, moc among friends, is the program which handles the C++ extensions in Qt. ... Makes the moc prepend path / to the file name of qt #include files in the generated code. moc is almost always invoked by make(1), not by hand. moc is typically used with an input file containing class declarations like this skeleton: class YourClass : public QObject { Q_OBJECT public: YourClass( QObject * parent=0, const char * name=0 ); ~YourClass(); signals: public slots: }; . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/moc.html -- 10.3 Кб -- 11.07.1998
Похожие документы
Похожие документы
731. Qt-based LiveConnect Plugins
The Qt-based Netscape Plugin software makes it easy to write plugins such that they can be used on both Unix/Linux and Windows/95/NT, in the Netscape and MS-Explorer, and any other WWW browser supporting the same protocol. Download the Plugin SDK from Netscape , and copy the following files from there to $QTDIR/extensions/nsplugin/src : . ... include/npapi.h . ... Build the Netscape Plugin extension library, found in the extensions/nsplugin/src directory of your Qt distribution. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/nsplugin.html -- 4.7 Кб -- 11.07.1998
Похожие документы
Похожие документы
732. Pictures of Most Widgets
Most of these widgets are pictured in either Motif or Windows style. They all support both, but for clarity we've chosen to cut down on the number of repeaded images. Motif . Windows . Motif 1, read-only . Motif 2, read-write . ... Non-hierarchical list view . Hierarchical list view (multi-column tree view) . ... Copyright © 1998 Troll Tech . ... Qt version 1.40 ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/pictures.html -- 5.1 Кб -- 11.07.1998
Похожие документы
Похожие документы
733. Qt Toolkit - QAccel member list
This is the complete list of member functions and enum types for QAccel , including all inherited members. QAccel . activate_filters . activate_signal . activated . badSuperclassWarning . ... Copyright © 1998 Troll Tech . ... Qt version 1.40 ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qaccel-members.html -- 4.3 Кб -- 11.07.1998
Похожие документы
Похожие документы
734. Qt Toolkit - QApplication member list
This is the complete list of member functions and enum types for QApplication , including all inherited members. QApplication . activate_filters . activate_signal . activeModalWidget . activePopupWidget . ... Copyright © 1998 Troll Tech . ... Qt version 1.40 ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qapplication-members.html -- 6.1 Кб -- 11.07.1998
Похожие документы
Похожие документы
735. Qt Toolkit - QArray member list
. This is the complete list of member functions and enum types for QArray , including all inherited members. QArray . assign . at . contains . copy . data . deleteData . detach . duplicate . fill . find . isEmpty . isEqual . isNull . newData . nrefs . operator!= . operator= . operator== . operator[] . resetRawData . resize . setExpand . setRawData . setSharedBlock . sharedBlock . size . store . truncate . ~QArray . Copyright © 1998 Troll Tech . Trademarks . Qt version 1.40
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qarray-members.html -- 3.2 Кб -- 11.07.1998
Похожие документы
Похожие документы
736. Qt Toolkit - QAsyncIO member list
. This is the complete list of member functions and enum types for QAsyncIO , including all inherited members. connect . ready . ~QAsyncIO . Copyright © 1998 Troll Tech . Trademarks . Qt version 1.40
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qasyncio-members.html -- 2.1 Кб -- 11.07.1998
Похожие документы
Похожие документы
737. Qt Toolkit - QBitArray member list
This is the complete list of member functions and enum types for QBitArray , including all inherited members. QBitArray . assign . ... clearBit . ... operator!= . ... Copyright © 1998 Troll Tech . ... Qt version 1.40 ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qbitarray-members.html -- 3.6 Кб -- 11.07.1998
Похожие документы
Похожие документы
738. Qt Toolkit - QBitArray Class
The QBitArray class provides an array of bits. ... QBitArray& operator= ( const QBitArray & ) . ... A QBitArray is a special byte array that can access individual bits and perform bit-operations (AND, OR, XOR and NOT) on entire arrays or bits. ... Constructs a shallow copy of a. Constructs a bit array of size bits. ... Will resize the bit array to size bits if size is nonnegative. ... Resizes the bit array to size bits. ... See also: size (). ... Returns the size (number of bits) of the bit array. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qbitarray.html -- 15.4 Кб -- 11.07.1998
Похожие документы
Похожие документы
739. Qt Toolkit - QBitmap member list
This is the complete list of member functions and enum types for QBitmap , including all inherited members. ... QBitmap . cmd . convertFromImage . convertToImage . ... Copyright © 1998 Troll Tech . ... Qt version 1.40 ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qbitmap-members.html -- 3.7 Кб -- 11.07.1998
Похожие документы
Похожие документы
740. Qt Toolkit - QBitVal member list
. This is the complete list of member functions and enum types for QBitVal , including all inherited members. QBitVal . operator= . Copyright © 1998 Troll Tech . Trademarks . Qt version 1.40
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qbitval-members.html -- 2.1 Кб -- 11.07.1998
Похожие документы
Похожие документы