代码搜索:qapplication
找到约 2,601 项符合「qapplication」的源代码
代码结果 2,601
www.eeworm.com/read/194118/8199001
cpp main.cpp
#include
#include "mytest3dialog.h"
int main( int argc, char** argv )
{
QApplication app( argc, argv );
MyTest3Dialog dialog( 0, 0, TRUE );
app.setMainWidget(&dialog);
www.eeworm.com/read/106368/15638612
h dining_gui.h
#ifndef DINING_GUI_H
#define DINING_GUI_H
#include
#include
#include
#include
#include
#include "dining.h"
class Dining : public QWi
www.eeworm.com/read/439718/7702533
cpp main.cpp
#include
#include "light_mainform.h"
int main( int argc, char ** argv )
{
QApplication a( argc, argv );
light_MainForm w;
w.show();
a.connect( &a, SIGNAL( lastWindowC
www.eeworm.com/read/320842/13417544
cpp main.cpp
#include "form1.h"
#include
#include
QTOPIA_ADD_APPLICATION("Objlist",Form1)
QTOPIA_MAIN
/* The program starts here. It parses the command line and build
www.eeworm.com/read/339313/12243468
cpp mymain.cpp
#include
#include "my_serical.h"
int main( int argc, char ** argv )
{
QApplication a( argc, argv );
my_serical_impl w;
w.show();
return a.exec();
}
www.eeworm.com/read/483328/6604059
h tabletapplication.h
/****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
** Contact: Qt Software Information (qt-info@no
www.eeworm.com/read/248047/12605465
3qt qsessionmanager.3qt
'\" t
.TH QSessionManager 3qt "11 October 2001" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a
www.eeworm.com/read/202497/15380414
cpp kwqapplication.cpp
/*
* Copyright (C) 2003 Apple Computer, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following
www.eeworm.com/read/376170/9328013
h msg_handler.h
/*
* msg_handler.h
*/
#ifndef MSG_HANDLER_H
#define MSG_HANDLER_H
#undef OWN_DEBUG_MODE
// comment following message if no "-debug" command allowed
// DON'T DO IT - THERE'S A PROBLEM I MUST SOLV
www.eeworm.com/read/383062/8975400
cpp main.cpp
/**********************************************************************
** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
** This file is part of the Qtopia Environment.
**
** This fil