00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_RESTOREPROJECTBACKUPDIALOG_H
00011 #define UI_RESTOREPROJECTBACKUPDIALOG_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QDialog>
00018 #include <QtGui/QDialogButtonBox>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QTreeWidget>
00023 #include <QtGui/QVBoxLayout>
00024
00025 QT_BEGIN_NAMESPACE
00026
00027 class Ui_RestoreProjectBackupDialog
00028 {
00029 public:
00030 QVBoxLayout *vboxLayout;
00031 QLabel *label;
00032 QHBoxLayout *hboxLayout;
00033 QVBoxLayout *vboxLayout1;
00034 QLabel *label_2;
00035 QLabel *label_3;
00036 QVBoxLayout *vboxLayout2;
00037 QLabel *currentDateLable;
00038 QLabel *lastBackupLable;
00039 QTreeWidget *dateTreeWidget;
00040 QDialogButtonBox *buttonBox;
00041
00042 void setupUi(QDialog *RestoreProjectBackupDialog)
00043 {
00044 if (RestoreProjectBackupDialog->objectName().isEmpty())
00045 RestoreProjectBackupDialog->setObjectName(QString::fromUtf8("RestoreProjectBackupDialog"));
00046 RestoreProjectBackupDialog->resize(323, 358);
00047 vboxLayout = new QVBoxLayout(RestoreProjectBackupDialog);
00048 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00049 label = new QLabel(RestoreProjectBackupDialog);
00050 label->setObjectName(QString::fromUtf8("label"));
00051
00052 vboxLayout->addWidget(label);
00053
00054 hboxLayout = new QHBoxLayout();
00055 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00056 vboxLayout1 = new QVBoxLayout();
00057 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00058 label_2 = new QLabel(RestoreProjectBackupDialog);
00059 label_2->setObjectName(QString::fromUtf8("label_2"));
00060
00061 vboxLayout1->addWidget(label_2);
00062
00063 label_3 = new QLabel(RestoreProjectBackupDialog);
00064 label_3->setObjectName(QString::fromUtf8("label_3"));
00065
00066 vboxLayout1->addWidget(label_3);
00067
00068
00069 hboxLayout->addLayout(vboxLayout1);
00070
00071 vboxLayout2 = new QVBoxLayout();
00072 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00073 currentDateLable = new QLabel(RestoreProjectBackupDialog);
00074 currentDateLable->setObjectName(QString::fromUtf8("currentDateLable"));
00075
00076 vboxLayout2->addWidget(currentDateLable);
00077
00078 lastBackupLable = new QLabel(RestoreProjectBackupDialog);
00079 lastBackupLable->setObjectName(QString::fromUtf8("lastBackupLable"));
00080
00081 vboxLayout2->addWidget(lastBackupLable);
00082
00083
00084 hboxLayout->addLayout(vboxLayout2);
00085
00086
00087 vboxLayout->addLayout(hboxLayout);
00088
00089 dateTreeWidget = new QTreeWidget(RestoreProjectBackupDialog);
00090 dateTreeWidget->setObjectName(QString::fromUtf8("dateTreeWidget"));
00091
00092 vboxLayout->addWidget(dateTreeWidget);
00093
00094 buttonBox = new QDialogButtonBox(RestoreProjectBackupDialog);
00095 buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
00096 buttonBox->setOrientation(Qt::Horizontal);
00097 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok);
00098
00099 vboxLayout->addWidget(buttonBox);
00100
00101
00102 retranslateUi(RestoreProjectBackupDialog);
00103 QObject::connect(buttonBox, SIGNAL(accepted()), RestoreProjectBackupDialog, SLOT(accept()));
00104 QObject::connect(buttonBox, SIGNAL(rejected()), RestoreProjectBackupDialog, SLOT(reject()));
00105
00106 QMetaObject::connectSlotsByName(RestoreProjectBackupDialog);
00107 }
00108
00109 void retranslateUi(QDialog *RestoreProjectBackupDialog)
00110 {
00111 RestoreProjectBackupDialog->setWindowTitle(QApplication::translate("RestoreProjectBackupDialog", "Restore from backup ", 0, QApplication::UnicodeUTF8));
00112 label->setText(QApplication::translate("RestoreProjectBackupDialog", "Set the date to restore the selected backup.", 0, QApplication::UnicodeUTF8));
00113 label_2->setText(QApplication::translate("RestoreProjectBackupDialog", "Current date and time:", 0, QApplication::UnicodeUTF8));
00114 label_3->setText(QApplication::translate("RestoreProjectBackupDialog", "Last backup:", 0, QApplication::UnicodeUTF8));
00115 currentDateLable->setText(QApplication::translate("RestoreProjectBackupDialog", "-", 0, QApplication::UnicodeUTF8));
00116 lastBackupLable->setText(QApplication::translate("RestoreProjectBackupDialog", "-", 0, QApplication::UnicodeUTF8));
00117 QTreeWidgetItem *___qtreewidgetitem = dateTreeWidget->headerItem();
00118 ___qtreewidgetitem->setText(1, QApplication::translate("RestoreProjectBackupDialog", "Time", 0, QApplication::UnicodeUTF8));
00119 ___qtreewidgetitem->setText(0, QApplication::translate("RestoreProjectBackupDialog", "Date", 0, QApplication::UnicodeUTF8));
00120 Q_UNUSED(RestoreProjectBackupDialog);
00121 }
00122
00123 };
00124
00125 namespace Ui {
00126 class RestoreProjectBackupDialog: public Ui_RestoreProjectBackupDialog {};
00127 }
00128
00129 QT_END_NAMESPACE
00130
00131 #endif // UI_RESTOREPROJECTBACKUPDIALOG_H