ui_argdialog.h 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'argdialog.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.13.0
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_ARGDIALOG_H
  9. #define UI_ARGDIALOG_H
  10. #include <QtCore/QVariant>
  11. #include <QtGui/QIcon>
  12. #include <QtWidgets/QApplication>
  13. #include <QtWidgets/QDateTimeEdit>
  14. #include <QtWidgets/QDialog>
  15. #include <QtWidgets/QDialogButtonBox>
  16. #include <QtWidgets/QHeaderView>
  17. #include <QtWidgets/QLabel>
  18. #include <QtWidgets/QListWidget>
  19. #include <QtWidgets/QPushButton>
  20. #include <QtWidgets/QTableWidget>
  21. #include <QtWidgets/QTextEdit>
  22. QT_BEGIN_NAMESPACE
  23. class Ui_ArgDialog
  24. {
  25. public:
  26. QDialogButtonBox *argButtonBox;
  27. QPushButton *addArgument;
  28. QLabel *argDialogTitle;
  29. QPushButton *addFile;
  30. QLabel *label;
  31. QTableWidget *argList;
  32. QListWidget *argType;
  33. QLabel *label_2;
  34. QLabel *label_3;
  35. QLabel *label_4;
  36. QTextEdit *argInput;
  37. QLabel *label_5;
  38. QDateTimeEdit *dateTime;
  39. void setupUi(QDialog *ArgDialog)
  40. {
  41. if (ArgDialog->objectName().isEmpty())
  42. ArgDialog->setObjectName(QString::fromUtf8("ArgDialog"));
  43. ArgDialog->resize(608, 710);
  44. QIcon icon;
  45. icon.addFile(QString::fromUtf8("favicon.ico"), QSize(), QIcon::Normal, QIcon::Off);
  46. ArgDialog->setWindowIcon(icon);
  47. ArgDialog->setStyleSheet(QString::fromUtf8("background-color: rgb(33, 33, 33);"));
  48. argButtonBox = new QDialogButtonBox(ArgDialog);
  49. argButtonBox->setObjectName(QString::fromUtf8("argButtonBox"));
  50. argButtonBox->setGeometry(QRect(340, 510, 201, 32));
  51. argButtonBox->setLayoutDirection(Qt::LeftToRight);
  52. argButtonBox->setAutoFillBackground(false);
  53. argButtonBox->setStyleSheet(QString::fromUtf8("background-color: rgb(203, 0, 239);\n"
  54. "color: rgb(16, 16, 16);"));
  55. argButtonBox->setOrientation(Qt::Horizontal);
  56. argButtonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Save);
  57. argButtonBox->setCenterButtons(true);
  58. addArgument = new QPushButton(ArgDialog);
  59. addArgument->setObjectName(QString::fromUtf8("addArgument"));
  60. addArgument->setGeometry(QRect(380, 190, 80, 26));
  61. addArgument->setStyleSheet(QString::fromUtf8("background-color: rgb(203, 0, 239);\n"
  62. "color: rgb(16, 16, 16);"));
  63. argDialogTitle = new QLabel(ArgDialog);
  64. argDialogTitle->setObjectName(QString::fromUtf8("argDialogTitle"));
  65. argDialogTitle->setGeometry(QRect(210, 10, 231, 51));
  66. QFont font;
  67. font.setPointSize(22);
  68. font.setBold(true);
  69. font.setWeight(75);
  70. argDialogTitle->setFont(font);
  71. argDialogTitle->setStyleSheet(QString::fromUtf8("color: rgb(170, 0, 255);"));
  72. addFile = new QPushButton(ArgDialog);
  73. addFile->setObjectName(QString::fromUtf8("addFile"));
  74. addFile->setGeometry(QRect(190, 220, 80, 26));
  75. addFile->setStyleSheet(QString::fromUtf8("background-color: rgb(203, 0, 239);\n"
  76. "color: rgb(16, 16, 16);"));
  77. label = new QLabel(ArgDialog);
  78. label->setObjectName(QString::fromUtf8("label"));
  79. label->setGeometry(QRect(60, 290, 91, 18));
  80. argList = new QTableWidget(ArgDialog);
  81. if (argList->columnCount() < 2)
  82. argList->setColumnCount(2);
  83. argList->setObjectName(QString::fromUtf8("argList"));
  84. argList->setGeometry(QRect(60, 320, 481, 171));
  85. argList->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 255, 0);\n"
  86. "color: rgb(5, 5, 5);\n"
  87. "font: 87 12pt \"Noto Sans\";\n"
  88. "selection-background-color: rgb(255, 0, 174);"));
  89. argList->setColumnCount(2);
  90. argList->horizontalHeader()->setCascadingSectionResizes(false);
  91. argList->horizontalHeader()->setMinimumSectionSize(100);
  92. argList->horizontalHeader()->setDefaultSectionSize(200);
  93. argList->verticalHeader()->setMinimumSectionSize(100);
  94. argList->verticalHeader()->setDefaultSectionSize(100);
  95. argType = new QListWidget(ArgDialog);
  96. new QListWidgetItem(argType);
  97. new QListWidgetItem(argType);
  98. argType->setObjectName(QString::fromUtf8("argType"));
  99. argType->setGeometry(QRect(190, 80, 81, 41));
  100. argType->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 255, 0);\n"
  101. "color: rgb(5, 5, 5);\n"
  102. "font: 87 10pt \"Noto Sans\";\n"
  103. "selection-background-color: rgb(255, 0, 174);"));
  104. label_2 = new QLabel(ArgDialog);
  105. label_2->setObjectName(QString::fromUtf8("label_2"));
  106. label_2->setGeometry(QRect(130, 80, 58, 18));
  107. label_3 = new QLabel(ArgDialog);
  108. label_3->setObjectName(QString::fromUtf8("label_3"));
  109. label_3->setGeometry(QRect(120, 130, 41, 18));
  110. label_4 = new QLabel(ArgDialog);
  111. label_4->setObjectName(QString::fromUtf8("label_4"));
  112. label_4->setGeometry(QRect(90, 220, 71, 20));
  113. argInput = new QTextEdit(ArgDialog);
  114. argInput->setObjectName(QString::fromUtf8("argInput"));
  115. argInput->setGeometry(QRect(190, 130, 281, 51));
  116. argInput->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 255, 0);\n"
  117. "color: rgb(5, 5, 5);\n"
  118. "font: 87 12pt \"Noto Sans\";\n"
  119. "selection-background-color: rgb(255, 0, 174);"));
  120. label_5 = new QLabel(ArgDialog);
  121. label_5->setObjectName(QString::fromUtf8("label_5"));
  122. label_5->setGeometry(QRect(130, 260, 31, 20));
  123. dateTime = new QDateTimeEdit(ArgDialog);
  124. dateTime->setObjectName(QString::fromUtf8("dateTime"));
  125. dateTime->setGeometry(QRect(200, 260, 194, 27));
  126. retranslateUi(ArgDialog);
  127. QObject::connect(argButtonBox, SIGNAL(accepted()), ArgDialog, SLOT(accept()));
  128. QObject::connect(argButtonBox, SIGNAL(rejected()), ArgDialog, SLOT(reject()));
  129. QMetaObject::connectSlotsByName(ArgDialog);
  130. } // setupUi
  131. void retranslateUi(QDialog *ArgDialog)
  132. {
  133. ArgDialog->setWindowTitle(QCoreApplication::translate("ArgDialog", "Dialog", nullptr));
  134. addArgument->setText(QCoreApplication::translate("ArgDialog", "Add", nullptr));
  135. argDialogTitle->setText(QCoreApplication::translate("ArgDialog", "Add Arguments", nullptr));
  136. addFile->setText(QCoreApplication::translate("ArgDialog", "File", nullptr));
  137. label->setText(QCoreApplication::translate("ArgDialog", "Items to send", nullptr));
  138. const bool __sortingEnabled = argType->isSortingEnabled();
  139. argType->setSortingEnabled(false);
  140. QListWidgetItem *___qlistwidgetitem = argType->item(0);
  141. ___qlistwidgetitem->setText(QCoreApplication::translate("ArgDialog", "description", nullptr));
  142. QListWidgetItem *___qlistwidgetitem1 = argType->item(1);
  143. ___qlistwidgetitem1->setText(QCoreApplication::translate("ArgDialog", "hashtag", nullptr));
  144. argType->setSortingEnabled(__sortingEnabled);
  145. label_2->setText(QCoreApplication::translate("ArgDialog", "Type", nullptr));
  146. label_3->setText(QCoreApplication::translate("ArgDialog", "Input", nullptr));
  147. label_4->setText(QCoreApplication::translate("ArgDialog", "Attachment", nullptr));
  148. label_5->setText(QCoreApplication::translate("ArgDialog", "Time", nullptr));
  149. } // retranslateUi
  150. };
  151. namespace Ui {
  152. class ArgDialog: public Ui_ArgDialog {};
  153. } // namespace Ui
  154. QT_END_NAMESPACE
  155. #endif // UI_ARGDIALOG_H