You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
137 lines
6.3 KiB
C
137 lines
6.3 KiB
C
2 years ago
|
/********************************************************************************
|
||
|
** Form generated from reading UI file 'dialog_filetran.ui'
|
||
|
**
|
||
|
** Created by: Qt User Interface Compiler version 4.8.6
|
||
|
**
|
||
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||
|
********************************************************************************/
|
||
|
|
||
|
#ifndef UI_DIALOG_FILETRAN_H
|
||
|
#define UI_DIALOG_FILETRAN_H
|
||
|
|
||
|
#include <QtCore/QVariant>
|
||
|
#include <QtGui/QAction>
|
||
|
#include <QtGui/QApplication>
|
||
|
#include <QtGui/QButtonGroup>
|
||
|
#include <QtGui/QComboBox>
|
||
|
#include <QtGui/QDialog>
|
||
|
#include <QtGui/QHeaderView>
|
||
|
#include <QtGui/QLabel>
|
||
|
#include <QtGui/QLineEdit>
|
||
|
#include <QtGui/QPushButton>
|
||
|
#include <QtGui/QTableView>
|
||
|
|
||
|
QT_BEGIN_NAMESPACE
|
||
|
|
||
|
class Ui_dialog_filetran
|
||
|
{
|
||
|
public:
|
||
|
QTableView *tV_file;
|
||
|
QComboBox *cB_server;
|
||
|
QLabel *label;
|
||
|
QLabel *label_2;
|
||
|
QLineEdit *lE_path;
|
||
|
QPushButton *pB_getfilelist;
|
||
|
QPushButton *pB_fileupload;
|
||
|
QPushButton *pB_filedel;
|
||
|
QLabel *label_3;
|
||
|
QLabel *label_4;
|
||
|
QLineEdit *lE_downfilename;
|
||
|
QLineEdit *lE_filename;
|
||
|
QPushButton *pB_filebrowser;
|
||
|
QPushButton *pB_filedown;
|
||
|
|
||
|
void setupUi(QDialog *dialog_filetran)
|
||
|
{
|
||
|
if (dialog_filetran->objectName().isEmpty())
|
||
|
dialog_filetran->setObjectName(QString::fromUtf8("dialog_filetran"));
|
||
|
dialog_filetran->resize(500, 350);
|
||
|
QFont font;
|
||
|
font.setPointSize(12);
|
||
|
dialog_filetran->setFont(font);
|
||
|
tV_file = new QTableView(dialog_filetran);
|
||
|
tV_file->setObjectName(QString::fromUtf8("tV_file"));
|
||
|
tV_file->setGeometry(QRect(5, 5, 381, 261));
|
||
|
tV_file->setFont(font);
|
||
|
cB_server = new QComboBox(dialog_filetran);
|
||
|
cB_server->setObjectName(QString::fromUtf8("cB_server"));
|
||
|
cB_server->setGeometry(QRect(390, 30, 105, 25));
|
||
|
cB_server->setFont(font);
|
||
|
label = new QLabel(dialog_filetran);
|
||
|
label->setObjectName(QString::fromUtf8("label"));
|
||
|
label->setGeometry(QRect(390, 10, 81, 19));
|
||
|
label->setFont(font);
|
||
|
label_2 = new QLabel(dialog_filetran);
|
||
|
label_2->setObjectName(QString::fromUtf8("label_2"));
|
||
|
label_2->setGeometry(QRect(390, 71, 81, 19));
|
||
|
label_2->setFont(font);
|
||
|
lE_path = new QLineEdit(dialog_filetran);
|
||
|
lE_path->setObjectName(QString::fromUtf8("lE_path"));
|
||
|
lE_path->setGeometry(QRect(390, 91, 105, 26));
|
||
|
lE_path->setFont(font);
|
||
|
pB_getfilelist = new QPushButton(dialog_filetran);
|
||
|
pB_getfilelist->setObjectName(QString::fromUtf8("pB_getfilelist"));
|
||
|
pB_getfilelist->setGeometry(QRect(390, 135, 105, 29));
|
||
|
pB_getfilelist->setFont(font);
|
||
|
pB_fileupload = new QPushButton(dialog_filetran);
|
||
|
pB_fileupload->setObjectName(QString::fromUtf8("pB_fileupload"));
|
||
|
pB_fileupload->setGeometry(QRect(390, 183, 105, 29));
|
||
|
pB_fileupload->setFont(font);
|
||
|
pB_filedel = new QPushButton(dialog_filetran);
|
||
|
pB_filedel->setObjectName(QString::fromUtf8("pB_filedel"));
|
||
|
pB_filedel->setGeometry(QRect(390, 230, 105, 29));
|
||
|
pB_filedel->setFont(font);
|
||
|
label_3 = new QLabel(dialog_filetran);
|
||
|
label_3->setObjectName(QString::fromUtf8("label_3"));
|
||
|
label_3->setGeometry(QRect(5, 280, 105, 19));
|
||
|
label_3->setFont(font);
|
||
|
label_4 = new QLabel(dialog_filetran);
|
||
|
label_4->setObjectName(QString::fromUtf8("label_4"));
|
||
|
label_4->setGeometry(QRect(5, 314, 105, 19));
|
||
|
label_4->setFont(font);
|
||
|
lE_downfilename = new QLineEdit(dialog_filetran);
|
||
|
lE_downfilename->setObjectName(QString::fromUtf8("lE_downfilename"));
|
||
|
lE_downfilename->setGeometry(QRect(110, 278, 350, 26));
|
||
|
lE_downfilename->setFont(font);
|
||
|
lE_filename = new QLineEdit(dialog_filetran);
|
||
|
lE_filename->setObjectName(QString::fromUtf8("lE_filename"));
|
||
|
lE_filename->setGeometry(QRect(110, 312, 280, 26));
|
||
|
lE_filename->setFont(font);
|
||
|
pB_filebrowser = new QPushButton(dialog_filetran);
|
||
|
pB_filebrowser->setObjectName(QString::fromUtf8("pB_filebrowser"));
|
||
|
pB_filebrowser->setGeometry(QRect(460, 277, 33, 29));
|
||
|
pB_filebrowser->setFont(font);
|
||
|
pB_filedown = new QPushButton(dialog_filetran);
|
||
|
pB_filedown->setObjectName(QString::fromUtf8("pB_filedown"));
|
||
|
pB_filedown->setGeometry(QRect(390, 310, 105, 29));
|
||
|
pB_filedown->setFont(font);
|
||
|
|
||
|
retranslateUi(dialog_filetran);
|
||
|
|
||
|
QMetaObject::connectSlotsByName(dialog_filetran);
|
||
|
} // setupUi
|
||
|
|
||
|
void retranslateUi(QDialog *dialog_filetran)
|
||
|
{
|
||
|
dialog_filetran->setWindowTitle(QApplication::translate("dialog_filetran", "\346\226\207\344\273\266\344\274\240\350\276\223\346\234\215\345\212\241", 0, QApplication::UnicodeUTF8));
|
||
|
label->setText(QApplication::translate("dialog_filetran", "\351\200\211\346\213\251\346\234\215\345\212\241\345\231\250", 0, QApplication::UnicodeUTF8));
|
||
|
label_2->setText(QApplication::translate("dialog_filetran", "\350\276\223\345\205\245\350\267\257\345\276\204", 0, QApplication::UnicodeUTF8));
|
||
|
pB_getfilelist->setText(QApplication::translate("dialog_filetran", "\350\216\267\345\276\227\346\226\207\344\273\266\345\210\227\350\241\250", 0, QApplication::UnicodeUTF8));
|
||
|
pB_fileupload->setText(QApplication::translate("dialog_filetran", "\346\226\207\344\273\266\344\270\212\350\275\275", 0, QApplication::UnicodeUTF8));
|
||
|
pB_filedel->setText(QApplication::translate("dialog_filetran", "\345\210\240\351\231\244\346\226\207\344\273\266", 0, QApplication::UnicodeUTF8));
|
||
|
label_3->setText(QApplication::translate("dialog_filetran", "\344\270\213\350\243\205\346\226\207\344\273\266\345\220\215\347\247\260:", 0, QApplication::UnicodeUTF8));
|
||
|
label_4->setText(QApplication::translate("dialog_filetran", "\346\226\207\344\273\266\345\255\230\346\224\276\345\220\215\347\247\260:", 0, QApplication::UnicodeUTF8));
|
||
|
pB_filebrowser->setText(QApplication::translate("dialog_filetran", "...", 0, QApplication::UnicodeUTF8));
|
||
|
pB_filedown->setText(QApplication::translate("dialog_filetran", "\346\226\207\344\273\266\344\270\213\350\243\205", 0, QApplication::UnicodeUTF8));
|
||
|
} // retranslateUi
|
||
|
|
||
|
};
|
||
|
|
||
|
namespace Ui {
|
||
|
class dialog_filetran: public Ui_dialog_filetran {};
|
||
|
} // namespace Ui
|
||
|
|
||
|
QT_END_NAMESPACE
|
||
|
|
||
|
#endif // UI_DIALOG_FILETRAN_H
|