代码搜索:qapplication
找到约 2,601 项符合「qapplication」的源代码
代码结果 2,601
www.eeworm.com/read/123764/6057888
cpp main.cpp
#include
#include "weatherballoon.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
WeatherBalloon balloon;
balloon.setCaption(QObject::tr("Weather Bal
www.eeworm.com/read/123764/6057898
cpp main.cpp
#include
#include
#include "tripserver.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
TripServer server;
if (!server.ok()) {
www.eeworm.com/read/118801/6093998
cpp main.cpp
/****************************************************************************
** $Id: qt/main.cpp 3.1.1 edited Nov 8 10:35 $
**
** Example application showing how to use Qt and Qt OpenGL Extension
www.eeworm.com/read/118801/6094326
cpp main.cpp
/****************************************************************
**
** Translation tutorial 1
**
****************************************************************/
#include
#include
www.eeworm.com/read/118801/6094344
cpp main.cpp
/**********************************************************************
** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
** This file is part of Qt Linguist.
**
** This file may be di
www.eeworm.com/read/118801/6095659
cpp main.cpp
#include "mainwindow.h"
#include
#include
int main( int argc, char **argv )
{
XtSetLanguageProc( NULL, NULL, NULL );
QMotif integrator( "customwidget" );
QA
www.eeworm.com/read/118801/6095666
cpp qmotif.cpp
/****************************************************************************
** $Id: qt/qmotif.cpp 3.1.1 edited Dec 4 10:34 $
**
** Implementation of Qt extension classes for Xt/Motif support.
**
www.eeworm.com/read/493500/6394545
cpp main.cpp
#include
#include
#include "src/xcom.h"
void mydebug(const char *format, ...)
{
static int isInit = 0;
static char strbuf[8196];
va_list argList;
va_start(
www.eeworm.com/read/493541/6395222
cpp main.cpp
#include "cwidget.h"
#include
int main(int argc, char **argv)
{
int result = 0;
QApplication app(argc, argv);
CWidget *main = new CWidget();
main->setCaption("Calculat
www.eeworm.com/read/485607/6554428
cpp main.cpp
#include
#include
#include "saxhandler.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QStringList args = QApplication::arguments();
if (args.coun