Поиск по: -
Поискать по всем серверам
На этой странице приведены все страницы, которые ссылаются на http://rtm-cs.sinp.msu.ru/manual/qt/t4.html. Показаны документы 1 - 1 из 1.
1. Qt Tutorial - Chapter 3
This example shows how to create mother and child widgets. ... Qt tutorial 3 ** ****************************************************************/ # include qapplication.h # include qpushbutton .h # include qfont.h int main( int argc, char **argv ) { QApplication a( argc, argv ); QWidget w; w. resize ( 200, 120 ); QPushButton quit ( Quit , w ); quit . move ( 62, 40 ); quit . resize ( 75, 30 ); QWidget w; . ... QPushButton quit( "Quit", &w ); . A child is born. ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/t3.html -- 5.2 Кб -- 11.07.1998
Похожие документы
Похожие документы
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда