Поиск по:rtm-cs.sinp.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера rtm-cs.sinp.msu.ru ,которые мы индексируем. Показаны документы 821 - 840 из 1170.
Упорядочить по:
URL
|
дате изменения
821. Qt tutorial - t8/main.cpp
Qt tutorial 8 ** ****************************************************************/ # include qapplication.h # include qpushbutton.h # include qscrollbar.h # include qlcdnumber.h # include qfont.h # include lcdrange.h # include cannon.h class MyWidget : public QWidget { public: MyWidget ( QWidget *parent=0, const ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/t8-main-cpp.html -- 4.5 Кб -- 11.07.1998
Похожие документы
Похожие документы
822. Qt tutorial - t8/makefile
. ############################################################################# # $Id: Makefile,v 2.6 1998/02/27 14:03:20 hanord Exp $ # # Win32 Makefile, requires Microsoft nmake. # # Copyright (C) 1998 by Troll Tech AS. All rights reserved. # ############################################################################# PROJECT = t8 !INCLUDE $(QTDIR)\Makefile.inc . Copyright © 1998 Troll Tech . Trademarks . Qt version 1.40
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/t8-makefile.html -- 2.1 Кб -- 11.07.1998
Похожие документы
Похожие документы
823. Qt Tutorial - Chapter 8
In this example, we introduce the first custom widget that can paint itself. lcdrange.h contains the LCDRange class definition . ... This file is very similar to the lcdrange.h in chapter 7. ... CannonField inherits QWidget and we use the same idiom as for LCDRange. int angle() const { return ang; } public slots: void setAngle( int degrees ); signals: void angleChanged( int ); . ... This will update CannonField's angle value whenever the user operates the LCDRange. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/t8.html -- 12.1 Кб -- 11.07.1998
Похожие документы
Похожие документы
824. Qt tutorial - t9/cannon.cpp
Implementation CannonField class, Qt tutorial 9 ** ****************************************************************/ # include cannon.h # include qpainter.h CannonField :: CannonField ( QWidget * parent , const char * name ) : QWidget ( parent , name ) { ang = 45; } void CannonField ::setAngle( int degrees ) { if ( degrees 5 ) degrees = 5; if ( degrees 70 ) ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/t9-cannon-cpp.html -- 3.2 Кб -- 11.07.1998
Похожие документы
Похожие документы
825. Qt tutorial - t9/cannon.h
Definition of CannonField class, Qt tutorial 9 ** ****************************************************************/ #ifndef CANNON_H #define CANNON_H #include < qwidget.h > class CannonField : public QWidget { Q_OBJECT public: CannonField( QWidget *parent=0, const char *name=0 ); int angle() const { return ang; } public slots: void setAngle( int degrees ); signals: void angleChanged( int ); protected: void paintEvent( QPaintEvent * ); private: int ang; }; #endif // CANNON_H . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/t9-cannon-h.html -- 2.4 Кб -- 11.07.1998
Похожие документы
Похожие документы
826. Qt tutorial - t9/lcdrange.cpp
Implementation of LCDRange class, Qt tutorial 9 ** ****************************************************************/ # include lcdrange .h # include qscrollbar.h # include qlcdnumber.h LCDRange :: LCDRange ( QWidget *parent, const char *name ) : QWidget ( parent, name ) { lcd = new QLCDNumber ( 2, this, lcd ); lcd - move( 0, 0 ); ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/t9-lcdrange-cpp.html -- 3.8 Кб -- 11.07.1998
Похожие документы
Похожие документы
827. Qt tutorial - t9/lcdrange.h
Definition of LCDRange class , Qt tutorial 9 ** ****************************************************************/ #ifndef LCDRANGE_H #define LCDRANGE_H #include qwidget.h class QScrollBar; class QLCDNumber ; class LCDRange : public QWidget { Q_OBJECT public : LCDRange ( QWidget *parent=0, const char *name=0 ); int value() const ; public slots: void setValue( int ); ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/t9-lcdrange-h.html -- 2.5 Кб -- 11.07.1998
Похожие документы
Похожие документы
828. Qt tutorial - t9/main.cpp
Qt tutorial 9 ** ****************************************************************/ # include qapplication.h # include qpushbutton.h # include qscrollbar.h # include qlcdnumber.h # include qfont.h # include lcdrange.h # include cannon.h class MyWidget : public QWidget { public: MyWidget ( QWidget *parent=0, const ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/t9-main-cpp.html -- 4.6 Кб -- 11.07.1998
Похожие документы
Похожие документы
829. Qt tutorial - t9/makefile
. ############################################################################# # $Id: Makefile,v 2.6 1998/02/27 14:03:20 hanord Exp $ # # Win32 Makefile, requires Microsoft nmake. # # Copyright (C) 1998 by Troll Tech AS. All rights reserved. # ############################################################################# PROJECT = t9 !INCLUDE $(QTDIR)\Makefile.inc . Copyright © 1998 Troll Tech . Trademarks . Qt version 1.40
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/t9-makefile.html -- 2.1 Кб -- 11.07.1998
Похожие документы
Похожие документы
830. Qt Tutorial - Chapter 9
... Only cannon.cpp differs from the previous chapter. lcdrange.h contains the LCDRange class definition . ... Makefile contains some rules for generating the meta object information necessary for signal/slot creation. void CannonField::paintEvent( QPaintEvent * ) { QPainter p; QBrush brush( blue ); QPen pen( NoPen ); . In order to paint our widget, we use a QPainter. ... The translate() function translates the coordinate system of the QPainter, i.e. moves it by an offset. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/t9.html -- 7.5 Кб -- 11.07.1998
Похожие документы
Похожие документы
831. Qt Toolkit - group index
. These classes provide system-independent date and time abtractions. Also available: Qt Year 2000 Compliance Statement . Classes: . QDate (Date functions) . QDateTime (Combines QDate and QTime into a single class) . QTime (Time functions) . QTimer (Timer signals and single-shot timers) . Copyright © 1998 Troll Tech . Trademarks . Qt version 1.40
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/time.html -- 2.3 Кб -- 11.07.1998
Похожие документы
Похожие документы
832. Qt Toolkit - group index
The tool classes are general-purpose collection classes that may be used independently of the GUI classes. ... Classes: . QArray (Template class that provides arrays of simple types) . ... QCache (Template class that provides a cache based on char* keys) . ... QDict (Template class that provides a dictionary based on char* keys) . ... QIntCache (Template class that provides a cache based on long keys) . ... QIntDict (Template class that provides a dictionary based on long keys) . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/tools.html -- 4.4 Кб -- 11.07.1998
Похожие документы
Похожие документы
833. Qt API Structure Overview
The Qt API consists the following modules: . Application Classes . ... Widgets . ... Dialogs . ... Classes handling automatic resizing and moving of widgets . Abstract Widgets . Abstract widget classes available for subclassing. ... Classes providing drawing primitives . ... Classes related to the handling of text fonts . ... Classes providing OS-independent I/O and file and directory handling. ... Time And Date Handling . OS-independent Classes for handling date and time. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/topicals.html -- 3.2 Кб -- 11.07.1998
Похожие документы
Похожие документы
834. Trademarks
. The Qt logo and Troll Tech logo are copyright © Troll Tech AS. Qt is a trademark of Troll Tech AS. All other trademarks mentioned in this documentation are recognized as belonging to their respective owners, including but not limited to AIX, BSD/OS, BSDI, Borland, DEC, Digital UNIX, HP, HP-UX, IBM, IRIX, Microsoft, OpenGL, OSF/1, OpenGL, SGI, Solaris, SparcWorks, Sun, SunOS, SunPRO, Symantec, Tetris, Visual C++ and Watcom. Copyright © 1998 Troll Tech . Trademarks . Qt version 1.40
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/trademarks.html -- 2.2 Кб -- 11.07.1998
Похожие документы
Похожие документы
835. Troll Tech Contact Information
The Troll Tech web server is located at: . http://www.troll.no/ . Troll Tech can be reached via the following e-mail addresses: . info@troll.no . ... sales@troll.no . Inquires related to purchasing, pricing and availability of Troll Tech products. . www@troll.no . ... Please provide as much information as possible, including Qt version and your operating system and compiler. ... Troll Tech AS . PO Box 6133 Etterstad . ... Copyright © 1998 Troll Tech . ... Qt version 1.40 ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/troll.html -- 2.9 Кб -- 11.07.1998
Похожие документы
Похожие документы
836. Qt Tutorial
This tutorial gives an introduction to GUI programming using the Qt toolkit 1.40 . It doesn't cover everything: The emphasis is on teaching the programming philosophy of GUI programming, and Qt's features are introduced as needed. Chapter one starts with a ten-line hello-world and each subsequent chapter introduces one or a few more concepts. By chapter 14, the ten lines from chapter one have turned into a 650-line game. ... Building Blocks . ... Copyright © 1998 Troll Tech . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/tutorial.html -- 2.7 Кб -- 11.07.1998
Похожие документы
Похожие документы
837. Qt Documentation
The Qt Xt/Motif Support Extension assists the migration of old Xt and Motif based code to the more comfortable Qt toolkit. The Qt Xt/Motif Extension consistsw of the following classes: . QXtApplication Allows mixing of Xt/Motif and Qt widgets . QXtWidget Base widget for Xt/Motif and Qt combination . Ensure you are using X11R6. ... Decide whether you are writing a new Qt application reusing old Xt widgets, or introducing new Qt widgets into an existing Xt/Motif application. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/xt.html -- 2.8 Кб -- 11.07.1998
Похожие документы
Похожие документы
838. Year 2000 Compliance Statement for Qt
Troll Tech defines Year 2000 Compliance as a requirement that a product or part of product does not contain errors related to transition from December 31, 1999 to January 1, 2000, or to the existence of February 29, 2000. This document certifies that the API provided by Qt and the implementation of Qt are both Year 2000 Compliant, and that the use of underlying APIs by Qt does not have any known problems. Several parts of Qt deal with dates and times: . QDate - provides date management . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/y2k.html -- 3.8 Кб -- 11.07.1998
Похожие документы
Похожие документы
839. Qt Toolkit - QAccel Class
The QAccel class handles keyboard accelerator keys. ... QAccel () . ... int insertItem ( int key, int id=-1 ) . ... A QAccel contains a list of accelerator items. Each accelerator item consists of an identifier and a keyboard code combined with modifiers ( SHIFT, CTRL, ALT or ASCII_ACCEL). ... Returns the identifier of the accelerator item with the key code key, or -1 if the item cannot be found. ... key is a key code plus a combination of SHIFT, CTRL and ALT. id is the accelerator item id. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qaccel.html -- 11.4 Кб -- 11.07.1998
Похожие документы
Похожие документы
840. Qt Toolkit - QApplication Class
The QApplication class manages the application event queue. ... Example (a complete Qt application ): #include qapplication .h // defines QApplication #include qpushbutton.h // defines QPushButton int main( int argc, char **argv ) { QApplication app( argc, argv ); // create application object QPushButton hello( Hello, world! ); // create a push button app. setMainWidget ( hello ); // define as main ... Returns the main application widget, or 0 if there is not a defined main widget. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qapplication.html -- 54.0 Кб -- 11.07.1998
Похожие документы
Похожие документы