00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_MOVINGDIARYNOTICE_H
00011 #define UI_MOVINGDIARYNOTICE_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/QGridLayout>
00019 #include <QtGui/QHeaderView>
00020 #include <QtGui/QLabel>
00021 #include <QtGui/QPushButton>
00022 #include <QtGui/QSpacerItem>
00023 #include <QtGui/QVBoxLayout>
00024 #include <QtGui/QWidget>
00025
00026 QT_BEGIN_NAMESPACE
00027
00028 class Ui_MovingDiaryDialog
00029 {
00030 public:
00031 QGridLayout *gridLayout;
00032 QPushButton *CancelpushButton;
00033 QSpacerItem *horizontalSpacer;
00034 QWidget *widget;
00035 QVBoxLayout *verticalLayout;
00036 QLabel *MovingFileslabel;
00037 QLabel *Daylabel;
00038 QLabel *Fromlabel;
00039 QLabel *FromNamelabel;
00040 QLabel *Tolabel;
00041 QLabel *ToNamelabel;
00042 QSpacerItem *verticalSpacer;
00043
00044 void setupUi(QDialog *MovingDiaryDialog)
00045 {
00046 if (MovingDiaryDialog->objectName().isEmpty())
00047 MovingDiaryDialog->setObjectName(QString::fromUtf8("MovingDiaryDialog"));
00048 MovingDiaryDialog->resize(555, 286);
00049 gridLayout = new QGridLayout(MovingDiaryDialog);
00050 gridLayout->setMargin(1);
00051 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00052 CancelpushButton = new QPushButton(MovingDiaryDialog);
00053 CancelpushButton->setObjectName(QString::fromUtf8("CancelpushButton"));
00054 CancelpushButton->setMinimumSize(QSize(84, 28));
00055 CancelpushButton->setMaximumSize(QSize(84, 28));
00056
00057 gridLayout->addWidget(CancelpushButton, 1, 0, 1, 1);
00058
00059 horizontalSpacer = new QSpacerItem(390, 25, QSizePolicy::Expanding, QSizePolicy::Minimum);
00060
00061 gridLayout->addItem(horizontalSpacer, 1, 1, 1, 1);
00062
00063 widget = new QWidget(MovingDiaryDialog);
00064 widget->setObjectName(QString::fromUtf8("widget"));
00065 verticalLayout = new QVBoxLayout(widget);
00066 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00067 MovingFileslabel = new QLabel(widget);
00068 MovingFileslabel->setObjectName(QString::fromUtf8("MovingFileslabel"));
00069 MovingFileslabel->setTextFormat(Qt::PlainText);
00070 MovingFileslabel->setAlignment(Qt::AlignCenter);
00071
00072 verticalLayout->addWidget(MovingFileslabel);
00073
00074 Daylabel = new QLabel(widget);
00075 Daylabel->setObjectName(QString::fromUtf8("Daylabel"));
00076
00077 verticalLayout->addWidget(Daylabel);
00078
00079 Fromlabel = new QLabel(widget);
00080 Fromlabel->setObjectName(QString::fromUtf8("Fromlabel"));
00081
00082 verticalLayout->addWidget(Fromlabel);
00083
00084 FromNamelabel = new QLabel(widget);
00085 FromNamelabel->setObjectName(QString::fromUtf8("FromNamelabel"));
00086
00087 verticalLayout->addWidget(FromNamelabel);
00088
00089 Tolabel = new QLabel(widget);
00090 Tolabel->setObjectName(QString::fromUtf8("Tolabel"));
00091
00092 verticalLayout->addWidget(Tolabel);
00093
00094 ToNamelabel = new QLabel(widget);
00095 ToNamelabel->setObjectName(QString::fromUtf8("ToNamelabel"));
00096
00097 verticalLayout->addWidget(ToNamelabel);
00098
00099 verticalSpacer = new QSpacerItem(20, 72, QSizePolicy::Minimum, QSizePolicy::Expanding);
00100
00101 verticalLayout->addItem(verticalSpacer);
00102
00103
00104 gridLayout->addWidget(widget, 0, 0, 1, 2);
00105
00106
00107 retranslateUi(MovingDiaryDialog);
00108
00109 QMetaObject::connectSlotsByName(MovingDiaryDialog);
00110 }
00111
00112 void retranslateUi(QDialog *MovingDiaryDialog)
00113 {
00114 MovingDiaryDialog->setWindowTitle(QApplication::translate("MovingDiaryDialog", "Moving Existing files to new location...", 0, QApplication::UnicodeUTF8));
00115 CancelpushButton->setText(QApplication::translate("MovingDiaryDialog", "Cancel", 0, QApplication::UnicodeUTF8));
00116 MovingFileslabel->setText(QApplication::translate("MovingDiaryDialog", "Wait while your diary is being moved to new location...", 0, QApplication::UnicodeUTF8));
00117 Daylabel->setText(QApplication::translate("MovingDiaryDialog", "Moving 12.03.2009...", 0, QApplication::UnicodeUTF8));
00118 Fromlabel->setText(QApplication::translate("MovingDiaryDialog", "From", 0, QApplication::UnicodeUTF8));
00119 FromNamelabel->setText(QApplication::translate("MovingDiaryDialog", "/home/djap/oldDiary/entries/12_03_2009.html", 0, QApplication::UnicodeUTF8));
00120 Tolabel->setText(QApplication::translate("MovingDiaryDialog", "To", 0, QApplication::UnicodeUTF8));
00121 ToNamelabel->setText(QApplication::translate("MovingDiaryDialog", "/home/djap/newDiary/entries/12_03_2009.html", 0, QApplication::UnicodeUTF8));
00122 Q_UNUSED(MovingDiaryDialog);
00123 }
00124
00125 };
00126
00127 namespace Ui {
00128 class MovingDiaryDialog: public Ui_MovingDiaryDialog {};
00129 }
00130
00131 QT_END_NAMESPACE
00132
00133 #endif // UI_MOVINGDIARYNOTICE_H