XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:rtm-cs.sinp.msu.ru   - Поискать по всем серверам
На этой странице приведены все страницы сервера rtm-cs.sinp.msu.ru ,которые мы индексируем. Показаны документы 921 - 940 из 1170.

В начало ] Пред. | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | След.В конец ]

Упорядочить по: URL  |  дате изменения
921. Qt Toolkit - QTabBar Class
The QTabBar class provides a tab bar, for use in e.g. tabbed dialogs. ... QTabBar ?(?QWidget?*?parent?=?0, const?char?*?name?=?0?)? . QTabBar ?()? . ... virtual?void? show ?()? . ... void? selected ?(?int?)? . virtual?void? paint ?(?QPainter?*, QTab?*, bool?)?const . ... Allocate a new id, set t's id, locate it just to the right of the existing tabs, insert an accelerator if the tab's label contains the string " " for some value of p, add it to the bar, and return the newly allocated id. ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtabbar.html -- 14.1 Кб -- 11.07.1998
Похожие документы

922. Qt Toolkit - QTabDialog Class
The QTabDialog class provides a stack of tabbed widgets. ... virtual?void? show ?()? . ... A tabbed dialog is one in which several "pages" are available, and the user selects which page to see and use by clicking on its tab, or by pressing the indicated Alt-(letter) key combination. ... QTabDialog provides an OK button and optionally Apply, Cancel and Defaults buttons. ... Providing Apply, Cancel or OK buttons on the individual pages is likely to weaken the users' mental model of how tab dialogs work. ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtabdialog.html -- 24.2 Кб -- 11.07.1998
Похожие документы

923. Qt Toolkit - QTableView Class
This is the abstract base class of all the table views. ... QTableView ?()? . ... void? setTopCell ?(?int?row?)? . ... bool? rowIsVisible ?(?int?row?)?const . ... bool? rowYPos ?(?int?row, int?*?yPos?)?const . ... A table view consists of a number of abstract cells organized in rows and columns and a visible part called a view. ... Returns TRUE if the view updates itself automatically whenever it is changed in some way. ... Returns the index of the first row in the table that is visible in the view. ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtableview.html -- 45.1 Кб -- 11.07.1998
Похожие документы

924. Qt Toolkit - QTextDrag Class
The QTextDrag provides a drag and drop object for transferring plain text. ... QTextDrag ?(?const?char?*, QWidget?*?dragSource?=?0, const?char?*?name?=?0?)? . QTextDrag ?(?QWidget?*?dragSource?=?0, const?char?*?name?=?0?)? . QTextDrag ?()? . void? setText ?(?const?char?*?)? . ... Creates a default text drag object. dragSource must be the drag source, name is the object name. Creates a text drag object and sets it to text. dragSource must be the drag source, name is the object name. ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtextdrag.html -- 5.3 Кб -- 11.07.1998
Похожие документы

925. Qt Toolkit - QTimer Class
The QTimer class provides timer signals and single-shot timers. ... int? start ?(?int?msec, bool?sshot?=?FALSE?)? . ... QTimer is very easy to use, create a QTimer, call start () to start it and connect its timeout () to the appropriate slots, then when the time is up it will emit timeout(). ... An alternative to using QTimer is to call QObject::startTimer () for your object and reimplement the QObject::timerEvent () event handler in your class (which must of course inherit QObject ). ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtimer.html -- 9.1 Кб -- 11.07.1998
Похожие документы

926. Qt Toolkit - QToolBar Class
The QToolBar class provides a simple tool bar. More... #include < qtoolbar.h > . ... QToolBar ?(?const?char?*?label, QMainWindow?*, QMainWindow::ToolBarDock?=?QMainWindow::Top, bool?newLine?=?FALSE, const?char?*?name?=?0?)? . ... QToolBar ?(?QMainWindow?*?parent?=?0, const?char?*?name?=?0?)? . ... Constructs an empty tool bar which is a chilf od parent and managed by parent, initially in dock, labelled and starting a new line in the dock if newLine is TRUE. name is the object name, as usual. ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtoolbar.html -- 8.8 Кб -- 11.07.1998
Похожие документы

927. Qt Toolkit - QToolButton Class
The QToolButton class provides a push button whose appearance has been tailored for use in a QToolBar . ... QToolButton ?(?QWidget?*?parent?=?0, const?char?*?name?=?0?)? . QToolButton ?(?const?QPixmap?&?pm, const?char?*?textLabel, const?char?*?grouptext, QObject?*?receiver, const?char?*?slot, QToolBar?*?parent, const?char?*?name?=?0?)? . ... void? setIconSet ?(?const?QIconSet?&?)? . ... void? setOn ?(?bool?enable?)? . ... See also: QPushButton , QToolButton and GUI Design Handbook: Push Button . ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtoolbutton.html -- 13.9 Кб -- 11.07.1998
Похожие документы

928. Qt Toolkit - QToolTip Class
The QToolTip class provides tool tips (sometimes called balloon help) for any widget or rectangular part of a widget. ... Adds a tool tip to an entire widget, and to tool tip group group. text is the text shown in the tool tip and longText is the text emitted from group. ... Adds a tool tip to widget. text is the text to be shown in the tool tip. ... Adds a tool tip to widget, and to tool tip group group. text is the text shown in the tool tip and longText is the text emitted from group. ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtooltip.html -- 15.6 Кб -- 11.07.1998
Похожие документы

929. Qt Toolkit - QToolTipGroup Class
The QToolTipGroup class collects tool tips into natural groups. ... QToolTipGroup ?(?QObject?*?parent, const?char?*?name?=?0?)? . ... QToolTipGroup * g = new QToolTipGroup ( this, "tool tip relay" ); connect( g, SIGNAL(showTip(const char *)), myLabel, SLOT(setText(const char *)) ); connect( g, SIGNAL(removeTip()), myLabel, SLOT(clear()) ); QToolTip::add ( giraffeButton, "feed giraffe", g, "Give the giraffe a meal" ); QToolTip::add ( gorillaButton, "feed gorilla", g, "Give the gorilla a meal" ); . ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtooltipgroup.html -- 5.5 Кб -- 11.07.1998
Похожие документы

930. Qt Toolkit - QValidator Class
The QValidator class provides validation of input text. More... #include < qvalidator.h > . ... virtual?void? fixup ?(?QString?&?)? . ... It returns Invalid, Valid or Acceptable depending on whether its argument is valid (for the class' definition of valid). fixup() is provided for validators that can repair some or all user errors. ... Need not result in a valid string - callers of this function must re-test afterwards. ... You can change input even if you aren't able to produce a valid string. ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qvalidator.html -- 6.3 Кб -- 11.07.1998
Похожие документы

931. Qt Toolkit - QVBoxLayout Class
The QVBoxLayout class lines up child widgets vertically. ... Inherits QBoxLayout . ... QVBoxLayout ?(?QWidget?*?parent, int?border=0, int?autoBorder?=?-1, const?char?*?name=0?)? . ... This class provides an easier way to construct vertical box layout objects. ... QBoxLayout * l = new QVBoxLayout ( widget ); l-> addWidget ( aWidget ); l-> addWidget ( anotherWidget ); l-> activate () . ... Creates a new top-level vertical box. Creates a new vertical box. ... qlayout.h: 1998/07/03 . ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qvboxlayout.html -- 4.5 Кб -- 11.07.1998
Похожие документы

932. Qt Toolkit - QWidget Class
The QWidget class is the base class of all user interface objects. ... To force those keys to be processed by your widget, you must override QWidget::event (). focusInEvent() - called when the widget gains keyboard focus (assuming you have called setFocusPolicy(), of course). ... Returns QWidget::TabFocus if the widget accepts focus by tabbing, QWidget::ClickFocus if the widget accepts focus by clicking, QWidget::StrongFocus if it accepts both and QWidget::NoFocus if it does not accept focus at all. ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qwidget.html -- 138.4 Кб -- 11.07.1998
Похожие документы

933. Qt Toolkit - QWindow Class
The QWindow class is reserved for future extensions. More... #include < qwindow.h > . Inherits QWidget . ... QWindow ?(?QWidget?*?parent=0, const?char?*?name=0, WFlags?f=0?)? . QWindow ?()? . ... This class is not yet finished. ... Constructs a window named name, which will be a child widget of parent. ... This file is part of the Qt toolkit , copyright 1995-98 Troll Tech , all rights reserved. ... qwindow.h: 1998/07/03 . qwindow.cpp: 1998/07/03 . Copyright ? 1998 Troll Tech . ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qwindow.html -- 3.7 Кб -- 11.07.1998
Похожие документы

934. Qt Toolkit - QXtApplication Class
Allows mixing of Xt/Motif and Qt widgets. This class is part of the Qt Xt/Motif Extension. ... QXtApplication ?(?int?&?argc, char?**?argv, const?char?*?appclass=0, XrmOptionDescRec?*?options=0, int?num_options=0, const?char?**?resources=0?)? . ... The QXtApplication and QXtWidget classes allow old Xt or Motif widgets to be used in new Qt applications. They also allow Qt widgets to be used in primarily Xt/Motif applications. ... Constructs a QApplication and initializes the Xt toolkit. ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qxtapplication.html -- 5.3 Кб -- 11.07.1998
Похожие документы

935. Qt Toolkit - QXtWidget Class
Allows mixing of Xt/Motif and Qt widgets. ... QXtWidget ?(?const?char?*?name, Widget?parent, bool?managed=FALSE?)? . QXtWidget ?(?const?char?*?name, WidgetClass?widget_class, QXtWidget?*?parent, ArgList?args=0, Cardinal?num_args=0, bool?managed=FALSE?)? . QXtWidget ?()? . ... For including Qt widgets in an existing Xt/Motif application, it can be a special Xt widget class that is a QWidget. ... Constructs a QXtWidget of the special Xt widget class known as " QWidget " to the resource manager. ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qxtwidget.html -- 7.0 Кб -- 11.07.1998
Похожие документы

936. Qt Tutorial - Chapter 7
This example shows how to create custom widgets with signals and slots, and how to connect them together in more complex ways. ... int value() const; public slots: void setValue( int ); signals: void valueChanged( int ); . ... Let's look at what happens when the user operates the scroll bar: The scroll bar sees that its value has changed, and emits the valueChanged() signal. That signal is connected both to the display() slot of the QLCDNumber and to the valueChanged() signal of the LCDRange. ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/t7.html -- 8.1 Кб -- 11.07.1998
Похожие документы

937. Qt Toolkit - aclock/aclock.cpp example file
This example displays an analog clock widget. ... AnalogClock :: AnalogClock ( QWidget *parent, const char *name ) : QWidget ( parent, name ) { time = QTime::currentTime(); // get current time QTimer *internalTimer ... internalTimer- start ( 5000 ); // emit signal every 5 seconds } // // The QTimer::timeout() signal is received by this slot. // void AnalogClock ::timeout() { QTime new_time = QTime::currentTime(); // get the current time if ( new_time. minute () != time.minute() ) // minute ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/aclock-aclock-cpp.html -- 7.5 Кб -- 11.07.1998
Похожие документы

938. Qt Toolkit - application/application.cpp example file
This example program looks like a complete modern application. ... ApplicationWindow :: ApplicationWindow () : QMainWindow ( 0, example application main window ) { printer = new QPrinter ; printer- setMinMax( 1, 10 ); QPixmap openIcon, saveIcon, printIcon; fileTools = new QToolBar ( this, file operations ); openIcon = QPixmap( fileopen ); QToolButton * fileOpen = new QToolButton ( openIcon, Open File , 0, this, SLOT ( load ()), fileTools, open ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/application-application-cpp.html -- 14.6 Кб -- 11.07.1998
Похожие документы

939. Qt Toolkit - biff/biff.cpp example file
... This file is part of an example program for Qt. ... This example ** program may be used, distributed and modified without limitation. ** *****************************************************************************/ #ifndef BIFF _H #define BIFF _H # include qwidget.h # include qdatetime.h # include qpixmap.h class Biff : public QWidget { Q_OBJECT public: Biff ( QWidget *parent=0, const char *name=0 ); protected: void timerEvent( QTimerEvent * ); ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/biff-biff-cpp.html -- 7.6 Кб -- 11.07.1998
Похожие документы

940. Qt Toolkit - cursor/cursor.cpp example file
This example shows how to set a mouse cursor for a widget. ... This example ** program may be used, distributed and modified without limitation. ** ******************************************************* ... and cm_bits were generated by X bitmap program. #define cb_width 32 #define cb_height 32 static unsigned char cb_bits[] = { // cursor bitmap 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0xf8, 0x0f, 0x00 , 0x00 , 0x06, 0x30, 0x00 , 0x80, 0x01, 0xc0, ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/cursor-cursor-cpp.html -- 8.0 Кб -- 11.07.1998
Похожие документы

В начало ] Пред. | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования