Delete unnecessary files
authorjasu <jasu@skeletor.(none)>
Sat, 8 May 2010 18:00:55 +0000 (21:00 +0300)
committerjasu <jasu@skeletor.(none)>
Sat, 8 May 2010 18:00:55 +0000 (21:00 +0300)
src/evehomescreen [deleted file]
src/ui_evesettingsdialog.h [deleted file]
src/ui_mainwindow.h [deleted file]

diff --git a/src/evehomescreen b/src/evehomescreen
deleted file mode 100755 (executable)
index 98c3c56..0000000
Binary files a/src/evehomescreen and /dev/null differ
diff --git a/src/ui_evesettingsdialog.h b/src/ui_evesettingsdialog.h
deleted file mode 100644 (file)
index 73e737c..0000000
+++ /dev/null
@@ -1,132 +0,0 @@
-/********************************************************************************
-** Form generated from reading UI file 'evesettingsdialog.ui'
-**
-** Created: Sat May 8 12:01:14 2010
-**      by: Qt User Interface Compiler version 4.6.2
-**
-** WARNING! All changes made in this file will be lost when recompiling UI file!
-********************************************************************************/
-
-#ifndef UI_EVESETTINGSDIALOG_H
-#define UI_EVESETTINGSDIALOG_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QComboBox>
-#include <QtGui/QDialog>
-#include <QtGui/QDialogButtonBox>
-#include <QtGui/QHeaderView>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QScrollArea>
-#include <QtGui/QWidget>
-
-QT_BEGIN_NAMESPACE
-
-class Ui_EveSettingsDialog
-{
-public:
-    QDialogButtonBox *buttonBox;
-    QLabel *label_4;
-    QScrollArea *scrollArea;
-    QWidget *scrollAreaWidgetContents;
-    QLineEdit *apiKeyEdit;
-    QLabel *label;
-    QLabel *label_2;
-    QLineEdit *userIdEdit;
-    QComboBox *characterCombo;
-    QLabel *label_3;
-    QPushButton *getCharactersButton;
-
-    void setupUi(QDialog *EveSettingsDialog)
-    {
-        if (EveSettingsDialog->objectName().isEmpty())
-            EveSettingsDialog->setObjectName(QString::fromUtf8("EveSettingsDialog"));
-        EveSettingsDialog->resize(800, 300);
-        buttonBox = new QDialogButtonBox(EveSettingsDialog);
-        buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
-        buttonBox->setGeometry(QRect(710, 20, 81, 241));
-        buttonBox->setOrientation(Qt::Vertical);
-        buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
-        label_4 = new QLabel(EveSettingsDialog);
-        label_4->setObjectName(QString::fromUtf8("label_4"));
-        label_4->setGeometry(QRect(20, 10, 171, 34));
-        label_4->setOpenExternalLinks(true);
-        scrollArea = new QScrollArea(EveSettingsDialog);
-        scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
-        scrollArea->setGeometry(QRect(10, 50, 701, 241));
-        scrollArea->setWidgetResizable(true);
-        scrollAreaWidgetContents = new QWidget();
-        scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
-        scrollAreaWidgetContents->setGeometry(QRect(0, 0, 695, 235));
-        apiKeyEdit = new QLineEdit(scrollAreaWidgetContents);
-        apiKeyEdit->setObjectName(QString::fromUtf8("apiKeyEdit"));
-        apiKeyEdit->setGeometry(QRect(10, 10, 671, 61));
-        QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
-        sizePolicy.setHorizontalStretch(0);
-        sizePolicy.setVerticalStretch(0);
-        sizePolicy.setHeightForWidth(apiKeyEdit->sizePolicy().hasHeightForWidth());
-        apiKeyEdit->setSizePolicy(sizePolicy);
-        QFont font;
-        font.setPointSize(24);
-        apiKeyEdit->setFont(font);
-        apiKeyEdit->setFrame(true);
-        label = new QLabel(scrollAreaWidgetContents);
-        label->setObjectName(QString::fromUtf8("label"));
-        label->setGeometry(QRect(20, 0, 39, 16));
-        label_2 = new QLabel(scrollAreaWidgetContents);
-        label_2->setObjectName(QString::fromUtf8("label_2"));
-        label_2->setGeometry(QRect(20, 70, 34, 16));
-        userIdEdit = new QLineEdit(scrollAreaWidgetContents);
-        userIdEdit->setObjectName(QString::fromUtf8("userIdEdit"));
-        userIdEdit->setGeometry(QRect(10, 90, 661, 61));
-        sizePolicy.setHeightForWidth(userIdEdit->sizePolicy().hasHeightForWidth());
-        userIdEdit->setSizePolicy(sizePolicy);
-        userIdEdit->setFont(font);
-        characterCombo = new QComboBox(scrollAreaWidgetContents);
-        characterCombo->setObjectName(QString::fromUtf8("characterCombo"));
-        characterCombo->setGeometry(QRect(20, 170, 70, 24));
-        label_3 = new QLabel(scrollAreaWidgetContents);
-        label_3->setObjectName(QString::fromUtf8("label_3"));
-        label_3->setGeometry(QRect(20, 153, 87, 16));
-        getCharactersButton = new QPushButton(scrollAreaWidgetContents);
-        getCharactersButton->setObjectName(QString::fromUtf8("getCharactersButton"));
-        getCharactersButton->setGeometry(QRect(540, 180, 121, 22));
-        scrollArea->setWidget(scrollAreaWidgetContents);
-
-        retranslateUi(EveSettingsDialog);
-        QObject::connect(buttonBox, SIGNAL(accepted()), EveSettingsDialog, SLOT(accept()));
-        QObject::connect(buttonBox, SIGNAL(rejected()), EveSettingsDialog, SLOT(reject()));
-
-        QMetaObject::connectSlotsByName(EveSettingsDialog);
-    } // setupUi
-
-    void retranslateUi(QDialog *EveSettingsDialog)
-    {
-        EveSettingsDialog->setWindowTitle(QApplication::translate("EveSettingsDialog", "EVE settings", 0, QApplication::UnicodeUTF8));
-        label_4->setText(QApplication::translate("EveSettingsDialog", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
-"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
-"p, li { white-space: pre-wrap; }\n"
-"</style></head><body style=\" font-family:'DejaVu Sans'; font-size:8pt; font-weight:400; font-style:normal;\">\n"
-"<table style=\"-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;\">\n"
-"<tr>\n"
-"<td style=\"border: none;\">\n"
-"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">To see character info visit<br /><a href=\"http://www.eveonline.com/api/\"><span style=\" text-decoration: underline; color:#0057ae;\">EVE Online account page</span></a></p></td></tr></table></body></html>", 0, QApplication::UnicodeUTF8));
-        label->setText(QApplication::translate("EveSettingsDialog", "API key", 0, QApplication::UnicodeUTF8));
-        label_2->setText(QApplication::translate("EveSettingsDialog", "UserID", 0, QApplication::UnicodeUTF8));
-        label_3->setText(QApplication::translate("EveSettingsDialog", "Choose character", 0, QApplication::UnicodeUTF8));
-        getCharactersButton->setText(QApplication::translate("EveSettingsDialog", "Fetch characters", 0, QApplication::UnicodeUTF8));
-    } // retranslateUi
-
-};
-
-namespace Ui {
-    class EveSettingsDialog: public Ui_EveSettingsDialog {};
-} // namespace Ui
-
-QT_END_NAMESPACE
-
-#endif // UI_EVESETTINGSDIALOG_H
diff --git a/src/ui_mainwindow.h b/src/ui_mainwindow.h
deleted file mode 100644 (file)
index 6f40eb6..0000000
+++ /dev/null
@@ -1,84 +0,0 @@
-/********************************************************************************
-** Form generated from reading UI file 'mainwindow.ui'
-**
-** Created: Sat May 8 12:01:14 2010
-**      by: Qt User Interface Compiler version 4.6.2
-**
-** WARNING! All changes made in this file will be lost when recompiling UI file!
-********************************************************************************/
-
-#ifndef UI_MAINWINDOW_H
-#define UI_MAINWINDOW_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QHeaderView>
-#include <QtGui/QLabel>
-#include <QtGui/QMainWindow>
-#include <QtGui/QMenuBar>
-#include <QtGui/QPushButton>
-#include <QtGui/QStatusBar>
-#include <QtGui/QWidget>
-
-QT_BEGIN_NAMESPACE
-
-class Ui_MainWindow
-{
-public:
-    QWidget *centralwidget;
-    QPushButton *fetchButton;
-    QLabel *iconLabel;
-    QLabel *trainingLabel;
-    QMenuBar *menubar;
-    QStatusBar *statusbar;
-
-    void setupUi(QMainWindow *MainWindow)
-    {
-        if (MainWindow->objectName().isEmpty())
-            MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
-        MainWindow->resize(394, 236);
-        centralwidget = new QWidget(MainWindow);
-        centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
-        fetchButton = new QPushButton(centralwidget);
-        fetchButton->setObjectName(QString::fromUtf8("fetchButton"));
-        fetchButton->setGeometry(QRect(280, 150, 90, 22));
-        iconLabel = new QLabel(centralwidget);
-        iconLabel->setObjectName(QString::fromUtf8("iconLabel"));
-        iconLabel->setGeometry(QRect(80, 60, 70, 70));
-        trainingLabel = new QLabel(centralwidget);
-        trainingLabel->setObjectName(QString::fromUtf8("trainingLabel"));
-        trainingLabel->setGeometry(QRect(10, 150, 221, 20));
-        trainingLabel->setAlignment(Qt::AlignCenter);
-        MainWindow->setCentralWidget(centralwidget);
-        menubar = new QMenuBar(MainWindow);
-        menubar->setObjectName(QString::fromUtf8("menubar"));
-        menubar->setGeometry(QRect(0, 0, 394, 20));
-        MainWindow->setMenuBar(menubar);
-        statusbar = new QStatusBar(MainWindow);
-        statusbar->setObjectName(QString::fromUtf8("statusbar"));
-        MainWindow->setStatusBar(statusbar);
-
-        retranslateUi(MainWindow);
-
-        QMetaObject::connectSlotsByName(MainWindow);
-    } // setupUi
-
-    void retranslateUi(QMainWindow *MainWindow)
-    {
-        MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8));
-        fetchButton->setText(QApplication::translate("MainWindow", "Fetch!", 0, QApplication::UnicodeUTF8));
-        iconLabel->setText(QApplication::translate("MainWindow", "TextLabel", 0, QApplication::UnicodeUTF8));
-        trainingLabel->setText(QString());
-    } // retranslateUi
-
-};
-
-namespace Ui {
-    class MainWindow: public Ui_MainWindow {};
-} // namespace Ui
-
-QT_END_NAMESPACE
-
-#endif // UI_MAINWINDOW_H