代码搜索:qapplication

找到约 2,601 项符合「qapplication」的源代码

代码结果 2,601
www.eeworm.com/read/136815/5855433

cpp main.cpp

/**************************************************************************** ** $Id: qt/main.cpp 3.3.4 edited May 27 2003 $ ** ** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** **
www.eeworm.com/read/118801/6094231

cpp main.cpp

/**************************************************************************** ** $Id: qt/main.cpp 3.1.1 edited Nov 8 10:35 $ ** ** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** **
www.eeworm.com/read/118801/6094275

cpp main.cpp

/**************************************************************************** ** $Id: qt/main.cpp 3.1.1 edited Nov 8 10:35 $ ** ** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** **
www.eeworm.com/read/291938/8386579

html qevent.html

www.eeworm.com/read/291938/8386831

html tutorial1-01.html

www.eeworm.com/read/189334/8474557

cpp main.cpp

#include #include #include int main( int argc, char **argv ) { QApplication a( argc, argv ); QPushButton quit( "Quit", 0 ); quit.resize( 75, 30
www.eeworm.com/read/189334/8474593

cpp main.cpp

/**************************************************************** ** ** Qt tutorial 14 ** ****************************************************************/ #include #include "gamebr
www.eeworm.com/read/189334/8474751

cpp main.cpp

#include #include "drawdemo.h" int main(int argc,char **argv) { QApplication app(argc,argv); DrawDemo *drawdemo = new DrawDemo(0); drawdemo->setGeometry(10,20,480,320); app.setMa
www.eeworm.com/read/189334/8474763

cpp main.cpp

#include #include #include int main(int argc, char **argv) { QApplication app(argc,argv);
www.eeworm.com/read/189334/8474772

cpp main.cpp

#include #include "mousekeyevent.h" int main(int argc, char **argv) { QApplication app(argc,argv); MouseKeyEvent *mousekeyevent = new MouseKeyEvent(0); mousekeyevent->setGeometry(