123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409 |
- /********************************************************************************
- ** Form generated from reading UI file 'argdialog.ui'
- **
- ** Created by: Qt User Interface Compiler version 5.13.2
- **
- ** 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/QHBoxLayout>
- #include <QtWidgets/QHeaderView>
- #include <QtWidgets/QLabel>
- #include <QtWidgets/QPushButton>
- #include <QtWidgets/QSpacerItem>
- #include <QtWidgets/QTableWidget>
- #include <QtWidgets/QTextEdit>
- #include <QtWidgets/QVBoxLayout>
- #include <QtWidgets/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_ArgDialog
- {
- public:
- QWidget *verticalLayoutWidget;
- QVBoxLayout *verticalLayout;
- QLabel *argDialogTitle;
- QHBoxLayout *horizontalLayout;
- QLabel *label_2;
- QComboBox *argType;
- QHBoxLayout *horizontalLayout_2;
- QLabel *label_3;
- QTextEdit *argInput;
- QPushButton *addArgument;
- QHBoxLayout *horizontalLayout_3;
- QLabel *label_4;
- QPushButton *addFile;
- QHBoxLayout *horizontalLayout_4;
- QLabel *label_5;
- QDateTimeEdit *dateTime;
- QHBoxLayout *horizontalLayout_5;
- QPushButton *devTestButton;
- QDialogButtonBox *argCommandButtons;
- QWidget *verticalLayoutWidget_2;
- QVBoxLayout *verticalLayout_2;
- QLabel *label;
- QHBoxLayout *horizontalLayout_6;
- QSpacerItem *horizontalSpacer;
- QTableWidget *argList;
- QSpacerItem *horizontalSpacer_2;
- QHBoxLayout *horizontalLayout_7;
- QPushButton *default_args;
- QPushButton *clear;
- void setupUi(QDialog *ArgDialog)
- {
- if (ArgDialog->objectName().isEmpty())
- ArgDialog->setObjectName(QString::fromUtf8("ArgDialog"));
- ArgDialog->resize(1366, 671);
- 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);"));
- verticalLayoutWidget = new QWidget(ArgDialog);
- verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWidget"));
- verticalLayoutWidget->setGeometry(QRect(10, 10, 701, 591));
- verticalLayout = new QVBoxLayout(verticalLayoutWidget);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- verticalLayout->setContentsMargins(0, 0, 0, 0);
- argDialogTitle = new QLabel(verticalLayoutWidget);
- argDialogTitle->setObjectName(QString::fromUtf8("argDialogTitle"));
- QFont font;
- font.setPointSize(22);
- font.setBold(true);
- font.setWeight(75);
- argDialogTitle->setFont(font);
- argDialogTitle->setStyleSheet(QString::fromUtf8("color: rgb(170, 0, 255);\n"
- "color: rgb(255, 85, 0);\n"
- " qproperty-alignment: 'AlignHCenter';\n"
- ""));
- verticalLayout->addWidget(argDialogTitle);
- horizontalLayout = new QHBoxLayout();
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- label_2 = new QLabel(verticalLayoutWidget);
- label_2->setObjectName(QString::fromUtf8("label_2"));
- QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Preferred);
- sizePolicy.setHorizontalStretch(2);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth());
- label_2->setSizePolicy(sizePolicy);
- label_2->setMinimumSize(QSize(108, 0));
- label_2->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
- "color: rgb(131, 148, 150);\n"
- "font-weight: 700;"));
- horizontalLayout->addWidget(label_2);
- argType = new QComboBox(verticalLayoutWidget);
- argType->addItem(QString());
- argType->addItem(QString());
- argType->addItem(QString());
- argType->addItem(QString());
- argType->addItem(QString());
- argType->setObjectName(QString::fromUtf8("argType"));
- QSizePolicy sizePolicy1(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(argType->sizePolicy().hasHeightForWidth());
- argType->setSizePolicy(sizePolicy1);
- argType->setStyleSheet(QString::fromUtf8("font: 87 11pt \"Noto Sans\";\n"
- "background-color: #2f535f;\n"
- "color: rgb(131, 148, 150);\n"
- "font-weight: 700;\n"
- ""));
- horizontalLayout->addWidget(argType);
- verticalLayout->addLayout(horizontalLayout);
- horizontalLayout_2 = new QHBoxLayout();
- horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
- label_3 = new QLabel(verticalLayoutWidget);
- label_3->setObjectName(QString::fromUtf8("label_3"));
- label_3->setMinimumSize(QSize(108, 0));
- label_3->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
- "color: rgb(131, 148, 150);\n"
- "font-weight: 700;\n"
- " qproperty-alignment: 'AlignVLeft';"));
- horizontalLayout_2->addWidget(label_3);
- argInput = new QTextEdit(verticalLayoutWidget);
- argInput->setObjectName(QString::fromUtf8("argInput"));
- argInput->setStyleSheet(QString::fromUtf8("font: 87 11pt \"Noto Sans\";\n"
- "background-color: #2f535f;\n"
- "color: rgb(131, 148, 150);\n"
- "font-weight: 700;\n"
- ""));
- horizontalLayout_2->addWidget(argInput);
- verticalLayout->addLayout(horizontalLayout_2);
- addArgument = new QPushButton(verticalLayoutWidget);
- addArgument->setObjectName(QString::fromUtf8("addArgument"));
- 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;\n"
- "border-style: outset;\n"
- "border-width: 2px;\n"
- "border-radius: 4px;\n"
- "border-color: #00000f;\n"
- "min-width: 4em;\n"
- "padding: 4px;"));
- verticalLayout->addWidget(addArgument);
- horizontalLayout_3 = new QHBoxLayout();
- horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
- label_4 = new QLabel(verticalLayoutWidget);
- label_4->setObjectName(QString::fromUtf8("label_4"));
- QSizePolicy sizePolicy2(QSizePolicy::Fixed, QSizePolicy::Preferred);
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(label_4->sizePolicy().hasHeightForWidth());
- label_4->setSizePolicy(sizePolicy2);
- label_4->setMinimumSize(QSize(196, 0));
- label_4->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
- "color: rgb(131, 148, 150);\n"
- "font-weight: 700;"));
- horizontalLayout_3->addWidget(label_4, 0, Qt::AlignVCenter);
- addFile = new QPushButton(verticalLayoutWidget);
- addFile->setObjectName(QString::fromUtf8("addFile"));
- 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;\n"
- "border-style: outset;\n"
- "border-width: 2px;\n"
- "border-radius: 4px;\n"
- "border-color: #00000f;\n"
- "min-width: 4em;\n"
- "padding: 4px;"));
- horizontalLayout_3->addWidget(addFile);
- verticalLayout->addLayout(horizontalLayout_3);
- horizontalLayout_4 = new QHBoxLayout();
- horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
- label_5 = new QLabel(verticalLayoutWidget);
- label_5->setObjectName(QString::fromUtf8("label_5"));
- sizePolicy2.setHeightForWidth(label_5->sizePolicy().hasHeightForWidth());
- label_5->setSizePolicy(sizePolicy2);
- label_5->setMinimumSize(QSize(52, 0));
- label_5->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
- "color: rgb(131, 148, 150);\n"
- "font-weight: 700;\n"
- " qproperty-alignment: 'AlignHCenter';"));
- horizontalLayout_4->addWidget(label_5, 0, Qt::AlignVCenter);
- dateTime = new QDateTimeEdit(verticalLayoutWidget);
- dateTime->setObjectName(QString::fromUtf8("dateTime"));
- sizePolicy1.setHeightForWidth(dateTime->sizePolicy().hasHeightForWidth());
- dateTime->setSizePolicy(sizePolicy1);
- dateTime->setMinimumSize(QSize(380, 38));
- dateTime->setStyleSheet(QString::fromUtf8("background-color: #00000f;\n"
- "color: #2f535f;\n"
- "font-weight: 700;\n"
- "font-size: 16pt;"));
- horizontalLayout_4->addWidget(dateTime, 0, Qt::AlignRight);
- verticalLayout->addLayout(horizontalLayout_4);
- horizontalLayout_5 = new QHBoxLayout();
- horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
- devTestButton = new QPushButton(verticalLayoutWidget);
- devTestButton->setObjectName(QString::fromUtf8("devTestButton"));
- 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;\n"
- "border-style: outset;\n"
- "border-width: 2px;\n"
- "border-radius: 4px;\n"
- "border-color: #00000f;\n"
- "min-width: 4em;\n"
- "padding: 4px;"));
- horizontalLayout_5->addWidget(devTestButton);
- argCommandButtons = new QDialogButtonBox(verticalLayoutWidget);
- argCommandButtons->setObjectName(QString::fromUtf8("argCommandButtons"));
- QSizePolicy sizePolicy3(QSizePolicy::Fixed, QSizePolicy::Fixed);
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(argCommandButtons->sizePolicy().hasHeightForWidth());
- argCommandButtons->setSizePolicy(sizePolicy3);
- 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;\n"
- "border-style: outset;\n"
- "border-width: 2px;\n"
- "border-radius: 4px;\n"
- "border-color: #00000f;\n"
- "min-width: 4em;\n"
- "padding: 4px;"));
- argCommandButtons->setOrientation(Qt::Horizontal);
- argCommandButtons->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Save);
- argCommandButtons->setCenterButtons(true);
- horizontalLayout_5->addWidget(argCommandButtons);
- verticalLayout->addLayout(horizontalLayout_5);
- verticalLayout->setStretch(2, 1);
- verticalLayoutWidget_2 = new QWidget(ArgDialog);
- verticalLayoutWidget_2->setObjectName(QString::fromUtf8("verticalLayoutWidget_2"));
- verticalLayoutWidget_2->setGeometry(QRect(710, 10, 641, 591));
- verticalLayout_2 = new QVBoxLayout(verticalLayoutWidget_2);
- verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
- verticalLayout_2->setContentsMargins(0, 0, 0, 0);
- label = new QLabel(verticalLayoutWidget_2);
- label->setObjectName(QString::fromUtf8("label"));
- label->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
- "color: rgb(131, 148, 150);\n"
- "font-weight: 700;\n"
- "padding-left: 8px;"));
- verticalLayout_2->addWidget(label);
- horizontalLayout_6 = new QHBoxLayout();
- horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
- horizontalSpacer = new QSpacerItem(20, 20, QSizePolicy::Maximum, QSizePolicy::Minimum);
- horizontalLayout_6->addItem(horizontalSpacer);
- argList = new QTableWidget(verticalLayoutWidget_2);
- if (argList->columnCount() < 3)
- argList->setColumnCount(3);
- argList->setObjectName(QString::fromUtf8("argList"));
- argList->setStyleSheet(QString::fromUtf8("font: 87 11pt \"Noto Sans\";\n"
- "background-color: #2f535f;\n"
- "color: rgb(131, 148, 150);\n"
- "font-weight: 700;\n"
- "padding-left: 2px;"));
- argList->setShowGrid(true);
- argList->setColumnCount(3);
- argList->horizontalHeader()->setCascadingSectionResizes(false);
- argList->horizontalHeader()->setMinimumSectionSize(100);
- argList->horizontalHeader()->setDefaultSectionSize(200);
- argList->verticalHeader()->setMinimumSectionSize(100);
- argList->verticalHeader()->setDefaultSectionSize(100);
- horizontalLayout_6->addWidget(argList);
- horizontalSpacer_2 = new QSpacerItem(20, 20, QSizePolicy::Maximum, QSizePolicy::Minimum);
- horizontalLayout_6->addItem(horizontalSpacer_2);
- verticalLayout_2->addLayout(horizontalLayout_6);
- horizontalLayout_7 = new QHBoxLayout();
- horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
- default_args = new QPushButton(verticalLayoutWidget_2);
- default_args->setObjectName(QString::fromUtf8("default_args"));
- default_args->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;\n"
- "border-style: outset;\n"
- "border-width: 2px;\n"
- "border-radius: 4px;\n"
- "border-color: #00000f;\n"
- "min-width: 4em;\n"
- "padding: 4px;"));
- horizontalLayout_7->addWidget(default_args);
- clear = new QPushButton(verticalLayoutWidget_2);
- clear->setObjectName(QString::fromUtf8("clear"));
- clear->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;\n"
- "border-style: outset;\n"
- "border-width: 2px;\n"
- "border-radius: 4px;\n"
- "border-color: #00000f;\n"
- "min-width: 4em;\n"
- "padding: 4px;"));
- horizontalLayout_7->addWidget(clear);
- verticalLayout_2->addLayout(horizontalLayout_7);
- 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));
- argDialogTitle->setText(QCoreApplication::translate("ArgDialog", "Add Arguments", nullptr));
- label_2->setText(QCoreApplication::translate("ArgDialog", "Type", 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));
- label_3->setText(QCoreApplication::translate("ArgDialog", "Input", nullptr));
- addArgument->setText(QCoreApplication::translate("ArgDialog", "Add", nullptr));
- label_4->setText(QCoreApplication::translate("ArgDialog", "Add file attachment", nullptr));
- addFile->setText(QCoreApplication::translate("ArgDialog", "Choose", nullptr));
- label_5->setText(QCoreApplication::translate("ArgDialog", "Time", nullptr));
- devTestButton->setText(QCoreApplication::translate("ArgDialog", "DEV TEST", nullptr));
- label->setText(QCoreApplication::translate("ArgDialog", "Items to send", nullptr));
- default_args->setText(QCoreApplication::translate("ArgDialog", "Default", nullptr));
- clear->setText(QCoreApplication::translate("ArgDialog", "Clear", nullptr));
- } // retranslateUi
- };
- namespace Ui {
- class ArgDialog: public Ui_ArgDialog {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_ARGDIALOG_H
|