ui_argdialog.h 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  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/QComboBox>
  14. #include <QtWidgets/QDateTimeEdit>
  15. #include <QtWidgets/QDialog>
  16. #include <QtWidgets/QDialogButtonBox>
  17. #include <QtWidgets/QHBoxLayout>
  18. #include <QtWidgets/QHeaderView>
  19. #include <QtWidgets/QLabel>
  20. #include <QtWidgets/QPushButton>
  21. #include <QtWidgets/QTableWidget>
  22. #include <QtWidgets/QTextEdit>
  23. #include <QtWidgets/QVBoxLayout>
  24. #include <QtWidgets/QWidget>
  25. QT_BEGIN_NAMESPACE
  26. class Ui_ArgDialog
  27. {
  28. public:
  29. QWidget *verticalLayoutWidget;
  30. QVBoxLayout *verticalLayout;
  31. QLabel *argDialogTitle;
  32. QHBoxLayout *horizontalLayout;
  33. QLabel *label_2;
  34. QComboBox *argType;
  35. QHBoxLayout *horizontalLayout_2;
  36. QLabel *label_3;
  37. QTextEdit *argInput;
  38. QPushButton *addArgument;
  39. QHBoxLayout *horizontalLayout_3;
  40. QLabel *label_4;
  41. QPushButton *addFile;
  42. QHBoxLayout *horizontalLayout_4;
  43. QLabel *label_5;
  44. QDateTimeEdit *dateTime;
  45. QLabel *label;
  46. QTableWidget *argList;
  47. QHBoxLayout *horizontalLayout_5;
  48. QPushButton *devTestButton;
  49. QDialogButtonBox *argCommandButtons;
  50. void setupUi(QDialog *ArgDialog)
  51. {
  52. if (ArgDialog->objectName().isEmpty())
  53. ArgDialog->setObjectName(QString::fromUtf8("ArgDialog"));
  54. ArgDialog->resize(724, 948);
  55. QIcon icon;
  56. icon.addFile(QString::fromUtf8("favicon.ico"), QSize(), QIcon::Normal, QIcon::Off);
  57. ArgDialog->setWindowIcon(icon);
  58. ArgDialog->setStyleSheet(QString::fromUtf8("border-color: rgb(0, 0, 0);\n"
  59. "background-color: rgb(0, 43, 54);"));
  60. verticalLayoutWidget = new QWidget(ArgDialog);
  61. verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWidget"));
  62. verticalLayoutWidget->setGeometry(QRect(10, 10, 701, 921));
  63. verticalLayout = new QVBoxLayout(verticalLayoutWidget);
  64. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  65. verticalLayout->setContentsMargins(0, 0, 0, 0);
  66. argDialogTitle = new QLabel(verticalLayoutWidget);
  67. argDialogTitle->setObjectName(QString::fromUtf8("argDialogTitle"));
  68. QFont font;
  69. font.setPointSize(22);
  70. font.setBold(true);
  71. font.setWeight(75);
  72. argDialogTitle->setFont(font);
  73. argDialogTitle->setStyleSheet(QString::fromUtf8("color: rgb(170, 0, 255);\n"
  74. "color: rgb(255, 85, 0);\n"
  75. " qproperty-alignment: 'AlignHCenter';\n"
  76. ""));
  77. verticalLayout->addWidget(argDialogTitle);
  78. horizontalLayout = new QHBoxLayout();
  79. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  80. label_2 = new QLabel(verticalLayoutWidget);
  81. label_2->setObjectName(QString::fromUtf8("label_2"));
  82. QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Preferred);
  83. sizePolicy.setHorizontalStretch(2);
  84. sizePolicy.setVerticalStretch(0);
  85. sizePolicy.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth());
  86. label_2->setSizePolicy(sizePolicy);
  87. label_2->setMinimumSize(QSize(108, 0));
  88. label_2->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
  89. "color: rgb(131, 148, 150);\n"
  90. "font-weight: 700;"));
  91. horizontalLayout->addWidget(label_2);
  92. argType = new QComboBox(verticalLayoutWidget);
  93. argType->addItem(QString());
  94. argType->addItem(QString());
  95. argType->addItem(QString());
  96. argType->addItem(QString());
  97. argType->addItem(QString());
  98. argType->setObjectName(QString::fromUtf8("argType"));
  99. QSizePolicy sizePolicy1(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
  100. sizePolicy1.setHorizontalStretch(0);
  101. sizePolicy1.setVerticalStretch(0);
  102. sizePolicy1.setHeightForWidth(argType->sizePolicy().hasHeightForWidth());
  103. argType->setSizePolicy(sizePolicy1);
  104. argType->setStyleSheet(QString::fromUtf8("font: 87 11pt \"Noto Sans\";\n"
  105. "background-color: #2f535f;\n"
  106. "color: rgb(131, 148, 150);\n"
  107. "font-weight: 700;\n"
  108. ""));
  109. horizontalLayout->addWidget(argType);
  110. verticalLayout->addLayout(horizontalLayout);
  111. horizontalLayout_2 = new QHBoxLayout();
  112. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  113. label_3 = new QLabel(verticalLayoutWidget);
  114. label_3->setObjectName(QString::fromUtf8("label_3"));
  115. label_3->setMinimumSize(QSize(108, 0));
  116. label_3->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
  117. "color: rgb(131, 148, 150);\n"
  118. "font-weight: 700;\n"
  119. " qproperty-alignment: 'AlignVLeft';"));
  120. horizontalLayout_2->addWidget(label_3);
  121. argInput = new QTextEdit(verticalLayoutWidget);
  122. argInput->setObjectName(QString::fromUtf8("argInput"));
  123. argInput->setStyleSheet(QString::fromUtf8("font: 87 11pt \"Noto Sans\";\n"
  124. "background-color: #2f535f;\n"
  125. "color: rgb(131, 148, 150);\n"
  126. "font-weight: 700;\n"
  127. ""));
  128. horizontalLayout_2->addWidget(argInput);
  129. verticalLayout->addLayout(horizontalLayout_2);
  130. addArgument = new QPushButton(verticalLayoutWidget);
  131. addArgument->setObjectName(QString::fromUtf8("addArgument"));
  132. addArgument->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 85, 0);\n"
  133. "font: 87 11pt \"Noto Sans\";\n"
  134. "color: rgb(0, 43, 54);\n"
  135. "font-weight: 700;\n"
  136. "padding: 4px;\n"
  137. "border-style: outset;\n"
  138. "border-width: 2px;\n"
  139. "border-radius: 4px;\n"
  140. "border-color: #00000f;\n"
  141. "min-width: 4em;\n"
  142. "padding: 4px;"));
  143. verticalLayout->addWidget(addArgument);
  144. horizontalLayout_3 = new QHBoxLayout();
  145. horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
  146. label_4 = new QLabel(verticalLayoutWidget);
  147. label_4->setObjectName(QString::fromUtf8("label_4"));
  148. QSizePolicy sizePolicy2(QSizePolicy::Fixed, QSizePolicy::Preferred);
  149. sizePolicy2.setHorizontalStretch(0);
  150. sizePolicy2.setVerticalStretch(0);
  151. sizePolicy2.setHeightForWidth(label_4->sizePolicy().hasHeightForWidth());
  152. label_4->setSizePolicy(sizePolicy2);
  153. label_4->setMinimumSize(QSize(196, 0));
  154. label_4->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
  155. "color: rgb(131, 148, 150);\n"
  156. "font-weight: 700;"));
  157. horizontalLayout_3->addWidget(label_4, 0, Qt::AlignVCenter);
  158. addFile = new QPushButton(verticalLayoutWidget);
  159. addFile->setObjectName(QString::fromUtf8("addFile"));
  160. addFile->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 85, 0);\n"
  161. "font: 87 11pt \"Noto Sans\";\n"
  162. "color: rgb(0, 43, 54);\n"
  163. "font-weight: 700;\n"
  164. "padding: 4px;\n"
  165. "border-style: outset;\n"
  166. "border-width: 2px;\n"
  167. "border-radius: 4px;\n"
  168. "border-color: #00000f;\n"
  169. "min-width: 4em;\n"
  170. "padding: 4px;"));
  171. horizontalLayout_3->addWidget(addFile);
  172. verticalLayout->addLayout(horizontalLayout_3);
  173. horizontalLayout_4 = new QHBoxLayout();
  174. horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
  175. label_5 = new QLabel(verticalLayoutWidget);
  176. label_5->setObjectName(QString::fromUtf8("label_5"));
  177. sizePolicy2.setHeightForWidth(label_5->sizePolicy().hasHeightForWidth());
  178. label_5->setSizePolicy(sizePolicy2);
  179. label_5->setMinimumSize(QSize(52, 0));
  180. label_5->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
  181. "color: rgb(131, 148, 150);\n"
  182. "font-weight: 700;\n"
  183. " qproperty-alignment: 'AlignHCenter';"));
  184. horizontalLayout_4->addWidget(label_5, 0, Qt::AlignVCenter);
  185. dateTime = new QDateTimeEdit(verticalLayoutWidget);
  186. dateTime->setObjectName(QString::fromUtf8("dateTime"));
  187. sizePolicy1.setHeightForWidth(dateTime->sizePolicy().hasHeightForWidth());
  188. dateTime->setSizePolicy(sizePolicy1);
  189. dateTime->setMinimumSize(QSize(380, 0));
  190. dateTime->setStyleSheet(QString::fromUtf8("background-color: #00000f;\n"
  191. "color: #2f535f;\n"
  192. "font-weight: 700;\n"
  193. "font-size: 16pt;"));
  194. horizontalLayout_4->addWidget(dateTime, 0, Qt::AlignRight);
  195. verticalLayout->addLayout(horizontalLayout_4);
  196. label = new QLabel(verticalLayoutWidget);
  197. label->setObjectName(QString::fromUtf8("label"));
  198. label->setStyleSheet(QString::fromUtf8("font: 75 11pt \"Noto Sans\";\n"
  199. "color: rgb(131, 148, 150);\n"
  200. "font-weight: 700;\n"
  201. "padding-left: 8px;"));
  202. verticalLayout->addWidget(label, 0, Qt::AlignLeft);
  203. argList = new QTableWidget(verticalLayoutWidget);
  204. if (argList->columnCount() < 2)
  205. argList->setColumnCount(2);
  206. argList->setObjectName(QString::fromUtf8("argList"));
  207. argList->setStyleSheet(QString::fromUtf8("font: 87 11pt \"Noto Sans\";\n"
  208. "background-color: #2f535f;\n"
  209. "color: rgb(131, 148, 150);\n"
  210. "font-weight: 700;\n"
  211. ""));
  212. argList->setColumnCount(2);
  213. argList->horizontalHeader()->setCascadingSectionResizes(false);
  214. argList->horizontalHeader()->setMinimumSectionSize(100);
  215. argList->horizontalHeader()->setDefaultSectionSize(200);
  216. argList->verticalHeader()->setMinimumSectionSize(100);
  217. argList->verticalHeader()->setDefaultSectionSize(100);
  218. verticalLayout->addWidget(argList);
  219. horizontalLayout_5 = new QHBoxLayout();
  220. horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
  221. devTestButton = new QPushButton(verticalLayoutWidget);
  222. devTestButton->setObjectName(QString::fromUtf8("devTestButton"));
  223. devTestButton->setStyleSheet(QString::fromUtf8("background-color: rgb(130, 255, 121);\n"
  224. "background-color: rgb(2, 180, 43);\n"
  225. "font: 87 11pt \"Noto Sans\";\n"
  226. "color: rgb(0, 0, 0);\n"
  227. "font-weight: 700;\n"
  228. "padding: 4px;\n"
  229. "border-style: outset;\n"
  230. "border-width: 2px;\n"
  231. "border-radius: 4px;\n"
  232. "border-color: #00000f;\n"
  233. "min-width: 4em;\n"
  234. "padding: 4px;"));
  235. horizontalLayout_5->addWidget(devTestButton);
  236. argCommandButtons = new QDialogButtonBox(verticalLayoutWidget);
  237. argCommandButtons->setObjectName(QString::fromUtf8("argCommandButtons"));
  238. QSizePolicy sizePolicy3(QSizePolicy::Fixed, QSizePolicy::Fixed);
  239. sizePolicy3.setHorizontalStretch(0);
  240. sizePolicy3.setVerticalStretch(0);
  241. sizePolicy3.setHeightForWidth(argCommandButtons->sizePolicy().hasHeightForWidth());
  242. argCommandButtons->setSizePolicy(sizePolicy3);
  243. argCommandButtons->setLayoutDirection(Qt::LeftToRight);
  244. argCommandButtons->setAutoFillBackground(false);
  245. argCommandButtons->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 85, 0);\n"
  246. "font: 87 11pt \"Noto Sans\";\n"
  247. "color: rgb(0, 43, 54);\n"
  248. "font-weight: 700;\n"
  249. "padding: 4px;\n"
  250. "border-style: outset;\n"
  251. "border-width: 2px;\n"
  252. "border-radius: 4px;\n"
  253. "border-color: #00000f;\n"
  254. "min-width: 4em;\n"
  255. "padding: 4px;"));
  256. argCommandButtons->setOrientation(Qt::Horizontal);
  257. argCommandButtons->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Save);
  258. argCommandButtons->setCenterButtons(true);
  259. horizontalLayout_5->addWidget(argCommandButtons);
  260. verticalLayout->addLayout(horizontalLayout_5);
  261. verticalLayout->setStretch(2, 2);
  262. verticalLayout->setStretch(5, 1);
  263. verticalLayout->setStretch(7, 8);
  264. verticalLayout->setStretch(8, 1);
  265. retranslateUi(ArgDialog);
  266. QObject::connect(argCommandButtons, SIGNAL(accepted()), ArgDialog, SLOT(accept()));
  267. QObject::connect(argCommandButtons, SIGNAL(rejected()), ArgDialog, SLOT(reject()));
  268. QMetaObject::connectSlotsByName(ArgDialog);
  269. } // setupUi
  270. void retranslateUi(QDialog *ArgDialog)
  271. {
  272. ArgDialog->setWindowTitle(QCoreApplication::translate("ArgDialog", "Dialog", nullptr));
  273. argDialogTitle->setText(QCoreApplication::translate("ArgDialog", "Add Arguments", nullptr));
  274. label_2->setText(QCoreApplication::translate("ArgDialog", "Type", nullptr));
  275. argType->setItemText(0, QCoreApplication::translate("ArgDialog", "description", nullptr));
  276. argType->setItemText(1, QCoreApplication::translate("ArgDialog", "hashtag", nullptr));
  277. argType->setItemText(2, QCoreApplication::translate("ArgDialog", "requested by", nullptr));
  278. argType->setItemText(3, QCoreApplication::translate("ArgDialog", "promote/share", nullptr));
  279. argType->setItemText(4, QCoreApplication::translate("ArgDialog", "link/bio", nullptr));
  280. label_3->setText(QCoreApplication::translate("ArgDialog", "Input", nullptr));
  281. addArgument->setText(QCoreApplication::translate("ArgDialog", "Add", nullptr));
  282. label_4->setText(QCoreApplication::translate("ArgDialog", "Add file attachment", nullptr));
  283. addFile->setText(QCoreApplication::translate("ArgDialog", "Choose", nullptr));
  284. label_5->setText(QCoreApplication::translate("ArgDialog", "Time", nullptr));
  285. label->setText(QCoreApplication::translate("ArgDialog", "Items to send", nullptr));
  286. devTestButton->setText(QCoreApplication::translate("ArgDialog", "DEV TEST", nullptr));
  287. } // retranslateUi
  288. };
  289. namespace Ui {
  290. class ArgDialog: public Ui_ArgDialog {};
  291. } // namespace Ui
  292. QT_END_NAMESPACE
  293. #endif // UI_ARGDIALOG_H