ui_argdialog.h 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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/QHeaderView>
  18. #include <QtWidgets/QLabel>
  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 *argCommandButtons;
  27. QPushButton *addArgument;
  28. QLabel *argDialogTitle;
  29. QPushButton *addFile;
  30. QLabel *label;
  31. QTableWidget *argList;
  32. QLabel *label_2;
  33. QLabel *label_3;
  34. QLabel *label_4;
  35. QTextEdit *argInput;
  36. QLabel *label_5;
  37. QDateTimeEdit *dateTime;
  38. QComboBox *argType;
  39. QPushButton *devTestButton;
  40. void setupUi(QDialog *ArgDialog)
  41. {
  42. if (ArgDialog->objectName().isEmpty())
  43. ArgDialog->setObjectName(QString::fromUtf8("ArgDialog"));
  44. ArgDialog->resize(608, 710);
  45. QIcon icon;
  46. icon.addFile(QString::fromUtf8("favicon.ico"), QSize(), QIcon::Normal, QIcon::Off);
  47. ArgDialog->setWindowIcon(icon);
  48. ArgDialog->setStyleSheet(QString::fromUtf8("background-color: rgb(33, 33, 33);"));
  49. argCommandButtons = new QDialogButtonBox(ArgDialog);
  50. argCommandButtons->setObjectName(QString::fromUtf8("argCommandButtons"));
  51. argCommandButtons->setGeometry(QRect(340, 510, 201, 32));
  52. argCommandButtons->setLayoutDirection(Qt::LeftToRight);
  53. argCommandButtons->setAutoFillBackground(false);
  54. argCommandButtons->setStyleSheet(QString::fromUtf8("background-color: rgb(203, 0, 239);\n"
  55. "color: rgb(16, 16, 16);"));
  56. argCommandButtons->setOrientation(Qt::Horizontal);
  57. argCommandButtons->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Save);
  58. argCommandButtons->setCenterButtons(true);
  59. addArgument = new QPushButton(ArgDialog);
  60. addArgument->setObjectName(QString::fromUtf8("addArgument"));
  61. addArgument->setGeometry(QRect(380, 190, 80, 26));
  62. addArgument->setStyleSheet(QString::fromUtf8("background-color: rgb(203, 0, 239);\n"
  63. "color: rgb(16, 16, 16);"));
  64. argDialogTitle = new QLabel(ArgDialog);
  65. argDialogTitle->setObjectName(QString::fromUtf8("argDialogTitle"));
  66. argDialogTitle->setGeometry(QRect(210, 10, 231, 51));
  67. QFont font;
  68. font.setPointSize(22);
  69. font.setBold(true);
  70. font.setWeight(75);
  71. argDialogTitle->setFont(font);
  72. argDialogTitle->setStyleSheet(QString::fromUtf8("color: rgb(170, 0, 255);"));
  73. addFile = new QPushButton(ArgDialog);
  74. addFile->setObjectName(QString::fromUtf8("addFile"));
  75. addFile->setGeometry(QRect(190, 220, 80, 26));
  76. addFile->setStyleSheet(QString::fromUtf8("background-color: rgb(203, 0, 239);\n"
  77. "color: rgb(16, 16, 16);"));
  78. label = new QLabel(ArgDialog);
  79. label->setObjectName(QString::fromUtf8("label"));
  80. label->setGeometry(QRect(60, 290, 91, 18));
  81. argList = new QTableWidget(ArgDialog);
  82. if (argList->columnCount() < 2)
  83. argList->setColumnCount(2);
  84. argList->setObjectName(QString::fromUtf8("argList"));
  85. argList->setGeometry(QRect(60, 320, 481, 171));
  86. argList->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);\n"
  87. "color: rgb(5, 5, 5);\n"
  88. "font: 87 10pt \"Noto Sans\";\n"
  89. "selection-background-color: rgb(255, 0, 174);"));
  90. argList->setColumnCount(2);
  91. argList->horizontalHeader()->setCascadingSectionResizes(false);
  92. argList->horizontalHeader()->setMinimumSectionSize(100);
  93. argList->horizontalHeader()->setDefaultSectionSize(200);
  94. argList->verticalHeader()->setMinimumSectionSize(100);
  95. argList->verticalHeader()->setDefaultSectionSize(100);
  96. label_2 = new QLabel(ArgDialog);
  97. label_2->setObjectName(QString::fromUtf8("label_2"));
  98. label_2->setGeometry(QRect(130, 80, 58, 18));
  99. label_3 = new QLabel(ArgDialog);
  100. label_3->setObjectName(QString::fromUtf8("label_3"));
  101. label_3->setGeometry(QRect(120, 130, 41, 18));
  102. label_4 = new QLabel(ArgDialog);
  103. label_4->setObjectName(QString::fromUtf8("label_4"));
  104. label_4->setGeometry(QRect(90, 220, 71, 20));
  105. argInput = new QTextEdit(ArgDialog);
  106. argInput->setObjectName(QString::fromUtf8("argInput"));
  107. argInput->setGeometry(QRect(190, 130, 281, 51));
  108. argInput->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);\n"
  109. "color: rgb(5, 5, 5);\n"
  110. "font: 87 10pt \"Noto Sans\";"));
  111. label_5 = new QLabel(ArgDialog);
  112. label_5->setObjectName(QString::fromUtf8("label_5"));
  113. label_5->setGeometry(QRect(130, 260, 31, 20));
  114. dateTime = new QDateTimeEdit(ArgDialog);
  115. dateTime->setObjectName(QString::fromUtf8("dateTime"));
  116. dateTime->setGeometry(QRect(200, 260, 194, 27));
  117. argType = new QComboBox(ArgDialog);
  118. argType->addItem(QString());
  119. argType->addItem(QString());
  120. argType->addItem(QString());
  121. argType->addItem(QString());
  122. argType->addItem(QString());
  123. argType->setObjectName(QString::fromUtf8("argType"));
  124. argType->setGeometry(QRect(190, 80, 141, 31));
  125. argType->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);\n"
  126. "color: rgb(5, 5, 5);\n"
  127. "font: 87 10pt \"Noto Sans\";\n"
  128. "selection-background-color: rgb(255, 0, 174);"));
  129. devTestButton = new QPushButton(ArgDialog);
  130. devTestButton->setObjectName(QString::fromUtf8("devTestButton"));
  131. devTestButton->setGeometry(QRect(240, 590, 80, 26));
  132. devTestButton->setStyleSheet(QString::fromUtf8("background-color: rgb(59, 255, 0);\n"
  133. "color: rgb(0, 0, 0);"));
  134. retranslateUi(ArgDialog);
  135. QObject::connect(argCommandButtons, SIGNAL(accepted()), ArgDialog, SLOT(accept()));
  136. QObject::connect(argCommandButtons, SIGNAL(rejected()), ArgDialog, SLOT(reject()));
  137. QMetaObject::connectSlotsByName(ArgDialog);
  138. } // setupUi
  139. void retranslateUi(QDialog *ArgDialog)
  140. {
  141. ArgDialog->setWindowTitle(QCoreApplication::translate("ArgDialog", "Dialog", nullptr));
  142. addArgument->setText(QCoreApplication::translate("ArgDialog", "Add", nullptr));
  143. argDialogTitle->setText(QCoreApplication::translate("ArgDialog", "Add Arguments", nullptr));
  144. addFile->setText(QCoreApplication::translate("ArgDialog", "File", nullptr));
  145. label->setText(QCoreApplication::translate("ArgDialog", "Items to send", nullptr));
  146. label_2->setText(QCoreApplication::translate("ArgDialog", "Type", nullptr));
  147. label_3->setText(QCoreApplication::translate("ArgDialog", "Input", nullptr));
  148. label_4->setText(QCoreApplication::translate("ArgDialog", "Attachment", nullptr));
  149. label_5->setText(QCoreApplication::translate("ArgDialog", "Time", nullptr));
  150. argType->setItemText(0, QCoreApplication::translate("ArgDialog", "description", nullptr));
  151. argType->setItemText(1, QCoreApplication::translate("ArgDialog", "hashtag", nullptr));
  152. argType->setItemText(2, QCoreApplication::translate("ArgDialog", "requested by", nullptr));
  153. argType->setItemText(3, QCoreApplication::translate("ArgDialog", "promote/share", nullptr));
  154. argType->setItemText(4, QCoreApplication::translate("ArgDialog", "link/bio", nullptr));
  155. devTestButton->setText(QCoreApplication::translate("ArgDialog", "TEST", nullptr));
  156. } // retranslateUi
  157. };
  158. namespace Ui {
  159. class ArgDialog: public Ui_ArgDialog {};
  160. } // namespace Ui
  161. QT_END_NAMESPACE
  162. #endif // UI_ARGDIALOG_H