#include "doxywizard.h"
#include "version.h"
#include "expert.h"
#include "wizard.h"
#include <QMenu>
#include <QMenuBar>
#include <QPushButton>
#include <QMessageBox>
#include <QVBoxLayout>
#include <QLineEdit>
#include <QLabel>
#include <QTextEdit>
#include <QStatusBar>
#include <QProcess>
#include <QTimer>
#include <QCloseEvent>
#include <QApplication>
#include <QDir>
#include <QFileDialog>
#include <QDesktopServices>
#include <QUrl>
#include <QTextStream>
#include <QDebug>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
#define MAX_RECENT_FILES 10 |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 654 of file doxywizard.cpp.
656 QApplication
a(argc,
argv);
662 msgBox.setText(
QString().sprintf(
"Usage: %s [config file]",
argv[0]));
670 msgBox.setText(
QString().sprintf(
"Too many arguments specified\n\nUsage: %s [config file]",
argv[0]));
677 if (argc==2 &&
argv[1][0]!=
'-')
static QString fromLocal8Bit(const char *, int len=-1)
The QString class provides an abstraction of Unicode text and the classic C null-terminated char arra...
void loadConfigFromFile(const QString &fileName)
int main(int argc, char **argv)
Q_EXPORT int qstrcmp(const char *str1, const char *str2)
static MainWindow & instance()
const int messageTimeout = 5000 |
status bar message timeout in milliseconds.
Definition at line 32 of file doxywizard.cpp.