代码搜索:qapplication

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

代码结果 2,601
www.eeworm.com/read/132599/14083423

html tutorial1-01.html

www.eeworm.com/read/191931/8415953

cpp main.cpp

#include #include #include #include #include #include #include #include "readcard.h" #include "RFCarder_WM_10
www.eeworm.com/read/431308/8689496

cpp main.cpp

#include "hello.h" #include /* The program starts here. It parses the command line and builds a message string to be displayed by the Hello widget. */ #define QT_NO_WIZARD int
www.eeworm.com/read/426757/9001233

h application.h

#ifndef APPLICATION_H #define APPLICATION_H #include class TicTacToe; class Application : public QApplication { Q_OBJECT public: Application(int &argc, char *argv[]);
www.eeworm.com/read/270808/11025073

h application.h

#ifndef APPLICATION_H #define APPLICATION_H #include class TicTacToe; class Application : public QApplication { Q_OBJECT public: Application(int &argc, char *argv[]);
www.eeworm.com/read/352817/7146628

cpp main.cpp

#include #include "gprs_impl.h" int main( int argc, char ** argv ) { QApplication a( argc, argv ); gprs_impl w; w.show(); return a.exec(); }
www.eeworm.com/read/453192/7424888

cpp main.cpp

#include #include "c.h" int main( int argc, char ** argv ) { QApplication a( argc, argv ); Form1 w; w.show(); a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT( q
www.eeworm.com/read/441768/7665580

h application.h

#ifndef APPLICATION_H #define APPLICATION_H #include class TicTacToe; class Application : public QApplication { Q_OBJECT public: Application(int &argc, char *argv[]);
www.eeworm.com/read/199828/7819598

cpp main.cpp

#include #include "my_widget.h" int main(int argc, char* argv[]) { QApplication a(argc, argv); QWidget* w = new MyMainWindow(); a.setMainWidget(w); w->show(); return a.exec();
www.eeworm.com/read/199828/7819612

cpp main.cpp

#include #include "my_widget.h" int main(int argc, char* argv[]) { QApplication a(argc, argv); QWidget* w = new MyMainWindow(); a.setMainWidget(w); w->show(); return a.exec();