123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- /********************************************************************************
- ** Form generated from reading UI file 'argdialog.ui'
- **
- ** Created by: Qt User Interface Compiler version 5.13.0
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
- #ifndef UI_ARGDIALOG_H
- #define UI_ARGDIALOG_H
- #include <QtCore/QVariant>
- #include <QtGui/QIcon>
- #include <QtWidgets/QApplication>
- #include <QtWidgets/QComboBox>
- #include <QtWidgets/QDateTimeEdit>
- #include <QtWidgets/QDialog>
- #include <QtWidgets/QDialogButtonBox>
- #include <QtWidgets/QHeaderView>
- #include <QtWidgets/QLabel>
- #include <QtWidgets/QPushButton>
- #include <QtWidgets/QTableWidget>
- #include <QtWidgets/QTextEdit>
- QT_BEGIN_NAMESPACE
- class Ui_ArgDialog
- {
- public:
- QDialogButtonBox *argCommandButtons;
- QPushButton *addArgument;
- QLabel *argDialogTitle;
- QPushButton *addFile;
- QLabel *label;
- QTableWidget *argList;
- QLabel *label_2;
- QLabel *label_3;
- QLabel *label_4;
- QTextEdit *argInput;
- QLabel *label_5;
- QDateTimeEdit *dateTime;
- QComboBox *argType;
- QPushButton *devTestButton;
- void setupUi(QDialog *ArgDialog)
- {
- if (ArgDialog->objectName().isEmpty())
- ArgDialog->setObjectName(QString::fromUtf8("ArgDialog"));
- ArgDialog->resize(608, 710);
- QIcon icon;
- icon.addFile(QString::fromUtf8("favicon.ico"), QSize(), QIcon::Normal, QIcon::Off);
- ArgDialog->setWindowIcon(icon);
- ArgDialog->setStyleSheet(QString::fromUtf8("border-color: rgb(0, 0, 0);\n"
- "background-color: rgb(0, 43, 54);"));
- argCommandButtons = new QDialogButtonBox(ArgDialog);
- argCommandButtons->setObjectName(QString::fromUtf8("argCommandButtons"));
- argCommandButtons->setGeometry(QRect(330, 510, 211, 32));
- QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(argCommandButtons->sizePolicy().hasHeightForWidth());
- argCommandButtons->setSizePolicy(sizePolicy);
- argCommandButtons->setLayoutDirection(Qt::LeftToRight);
- argCommandButtons->setAutoFillBackground(false);
- argCommandButtons->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 85, 0);\n"
- "font: 87 11pt \"Noto Sans\";\n"
- "color: rgb(0, 43, 54);\n"
- "font-weight: 700;\n"
- "padding: 4px;"));
- argCommandButtons->setOrientation(Qt::Horizontal);
- argCommandButtons->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Save);
- argCommandButtons->setCenterButtons(true);
- addArgument = new QPushButton(ArgDialog);
- addArgument->setObjectName(QString::fromUtf8("addArgument"));
- addArgument->setGeometry(QRect(380, 190, 80, 26));
- addArgument->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 85, 0);\n"
- "font: 87 11pt \"Noto Sans\";\n"
- "color: rgb(0, 43, 54);\n"
- "font-weight: 700;\n"
- "padding: 4px;"));
- argDialogTitle = new QLabel(ArgDialog);
- argDialogTitle->setObjectName(QString::fromUtf8("argDialogTitle"));
- argDialogTitle->setGeometry(QRect(210, 10, 231, 51));
- QFont font;
- font.setPointSize(22);
- font.setBold(true);
- font.setWeight(75);
- argDialogTitle->setFont(font);
- argDialogTitle->setStyleSheet(QString::fromUtf8("color: rgb(170, 0, 255);"));
- addFile = new QPushButton(ArgDialog);
- addFile->setObjectName(QString::fromUtf8("addFile"));
- addFile->setGeometry(QRect(190, 220, 80, 26));
- addFile->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 85, 0);\n"
- "font: 87 11pt \"Noto Sans\";\n"
- "color: rgb(0, 43, 54);\n"
- "font-weight: 700;\n"
- "padding: 4px;"));
- label = new QLabel(ArgDialog);
- label->setObjectName(QString::fromUtf8("label"));
- label->setGeometry(QRect(60, 290, 111, 18));
- label->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
- "color: rgb(131, 148, 150);\n"
- "font-weight: 700;"));
- argList = new QTableWidget(ArgDialog);
- if (argList->columnCount() < 2)
- argList->setColumnCount(2);
- argList->setObjectName(QString::fromUtf8("argList"));
- argList->setGeometry(QRect(60, 320, 481, 171));
- argList->setStyleSheet(QString::fromUtf8("font: 87 11pt \"Noto Sans\";\n"
- "background-color: rgb(7, 54, 66);\n"
- "color: rgb(131, 148, 150);\n"
- "font-weight: 700;\n"
- ""));
- argList->setColumnCount(2);
- argList->horizontalHeader()->setCascadingSectionResizes(false);
- argList->horizontalHeader()->setMinimumSectionSize(100);
- argList->horizontalHeader()->setDefaultSectionSize(200);
- argList->verticalHeader()->setMinimumSectionSize(100);
- argList->verticalHeader()->setDefaultSectionSize(100);
- label_2 = new QLabel(ArgDialog);
- label_2->setObjectName(QString::fromUtf8("label_2"));
- label_2->setGeometry(QRect(130, 80, 58, 18));
- label_2->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
- "color: rgb(131, 148, 150);\n"
- "font-weight: 700;"));
- label_3 = new QLabel(ArgDialog);
- label_3->setObjectName(QString::fromUtf8("label_3"));
- label_3->setGeometry(QRect(110, 130, 51, 20));
- label_3->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
- "color: rgb(131, 148, 150);\n"
- "font-weight: 700;"));
- label_4 = new QLabel(ArgDialog);
- label_4->setObjectName(QString::fromUtf8("label_4"));
- label_4->setGeometry(QRect(60, 220, 101, 20));
- label_4->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
- "color: rgb(131, 148, 150);\n"
- "font-weight: 700;"));
- argInput = new QTextEdit(ArgDialog);
- argInput->setObjectName(QString::fromUtf8("argInput"));
- argInput->setGeometry(QRect(190, 130, 281, 51));
- argInput->setStyleSheet(QString::fromUtf8("font: 87 11pt \"Noto Sans\";\n"
- "background-color: rgb(7, 54, 66);\n"
- "color: rgb(131, 148, 150);\n"
- "font-weight: 700;\n"
- ""));
- label_5 = new QLabel(ArgDialog);
- label_5->setObjectName(QString::fromUtf8("label_5"));
- label_5->setGeometry(QRect(120, 260, 41, 20));
- label_5->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
- "color: rgb(131, 148, 150);\n"
- "font-weight: 700;"));
- dateTime = new QDateTimeEdit(ArgDialog);
- dateTime->setObjectName(QString::fromUtf8("dateTime"));
- dateTime->setGeometry(QRect(200, 260, 194, 27));
- argType = new QComboBox(ArgDialog);
- argType->addItem(QString());
- argType->addItem(QString());
- argType->addItem(QString());
- argType->addItem(QString());
- argType->addItem(QString());
- argType->setObjectName(QString::fromUtf8("argType"));
- argType->setGeometry(QRect(190, 80, 141, 31));
- argType->setStyleSheet(QString::fromUtf8("font: 87 11pt \"Noto Sans\";\n"
- "background-color: rgb(7, 54, 66);\n"
- "color: rgb(131, 148, 150);\n"
- "font-weight: 700;\n"
- ""));
- devTestButton = new QPushButton(ArgDialog);
- devTestButton->setObjectName(QString::fromUtf8("devTestButton"));
- devTestButton->setGeometry(QRect(240, 590, 81, 31));
- devTestButton->setStyleSheet(QString::fromUtf8("background-color: rgb(130, 255, 121);\n"
- "background-color: rgb(2, 180, 43);\n"
- "font: 87 11pt \"Noto Sans\";\n"
- "color: rgb(0, 0, 0);\n"
- "font-weight: 700;\n"
- "padding: 4px;"));
- retranslateUi(ArgDialog);
- QObject::connect(argCommandButtons, SIGNAL(accepted()), ArgDialog, SLOT(accept()));
- QObject::connect(argCommandButtons, SIGNAL(rejected()), ArgDialog, SLOT(reject()));
- QMetaObject::connectSlotsByName(ArgDialog);
- } // setupUi
- void retranslateUi(QDialog *ArgDialog)
- {
- ArgDialog->setWindowTitle(QCoreApplication::translate("ArgDialog", "Dialog", nullptr));
- addArgument->setText(QCoreApplication::translate("ArgDialog", "Add", nullptr));
- argDialogTitle->setText(QCoreApplication::translate("ArgDialog", "Add Arguments", nullptr));
- addFile->setText(QCoreApplication::translate("ArgDialog", "File", nullptr));
- label->setText(QCoreApplication::translate("ArgDialog", "Items to send", nullptr));
- label_2->setText(QCoreApplication::translate("ArgDialog", "Type", nullptr));
- label_3->setText(QCoreApplication::translate("ArgDialog", "Input", nullptr));
- label_4->setText(QCoreApplication::translate("ArgDialog", "Attachment", nullptr));
- label_5->setText(QCoreApplication::translate("ArgDialog", "Time", nullptr));
- argType->setItemText(0, QCoreApplication::translate("ArgDialog", "description", nullptr));
- argType->setItemText(1, QCoreApplication::translate("ArgDialog", "hashtag", nullptr));
- argType->setItemText(2, QCoreApplication::translate("ArgDialog", "requested by", nullptr));
- argType->setItemText(3, QCoreApplication::translate("ArgDialog", "promote/share", nullptr));
- argType->setItemText(4, QCoreApplication::translate("ArgDialog", "link/bio", nullptr));
- devTestButton->setText(QCoreApplication::translate("ArgDialog", "TEST", nullptr));
- } // retranslateUi
- };
- namespace Ui {
- class ArgDialog: public Ui_ArgDialog {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_ARGDIALOG_H
|