1/********************************************************************************
2** Form generated from reading UI file 'twitterdialog.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.9
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_TWITTERDIALOG_H
10#define UI_TWITTERDIALOG_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QDialog>
15#include <QtWidgets/QFormLayout>
16#include <QtWidgets/QHeaderView>
17#include <QtWidgets/QLabel>
18#include <QtWidgets/QLineEdit>
19#include <QtWidgets/QPushButton>
20#include <QtWidgets/QTableView>
21
22QT_BEGIN_NAMESPACE
23
24class Ui_TwitterDialog
25{
26public:
27 QFormLayout *formLayout;
28 QLabel *clientIdLabel;
29 QLineEdit *clientIdLineEdit;
30 QLabel *clientSecretLabel;
31 QLineEdit *clientSecretLineEdit;
32 QPushButton *pushButton;
33 QTableView *view;
34
35 void setupUi(QDialog *TwitterDialog)
36 {
37 if (TwitterDialog->objectName().isEmpty())
38 TwitterDialog->setObjectName(QString::fromUtf8(str: "TwitterDialog"));
39 TwitterDialog->resize(w: 800, h: 600);
40 formLayout = new QFormLayout(TwitterDialog);
41 formLayout->setObjectName(QString::fromUtf8(str: "formLayout"));
42 clientIdLabel = new QLabel(TwitterDialog);
43 clientIdLabel->setObjectName(QString::fromUtf8(str: "clientIdLabel"));
44
45 formLayout->setWidget(row: 0, role: QFormLayout::LabelRole, widget: clientIdLabel);
46
47 clientIdLineEdit = new QLineEdit(TwitterDialog);
48 clientIdLineEdit->setObjectName(QString::fromUtf8(str: "clientIdLineEdit"));
49
50 formLayout->setWidget(row: 0, role: QFormLayout::FieldRole, widget: clientIdLineEdit);
51
52 clientSecretLabel = new QLabel(TwitterDialog);
53 clientSecretLabel->setObjectName(QString::fromUtf8(str: "clientSecretLabel"));
54
55 formLayout->setWidget(row: 1, role: QFormLayout::LabelRole, widget: clientSecretLabel);
56
57 clientSecretLineEdit = new QLineEdit(TwitterDialog);
58 clientSecretLineEdit->setObjectName(QString::fromUtf8(str: "clientSecretLineEdit"));
59
60 formLayout->setWidget(row: 1, role: QFormLayout::FieldRole, widget: clientSecretLineEdit);
61
62 pushButton = new QPushButton(TwitterDialog);
63 pushButton->setObjectName(QString::fromUtf8(str: "pushButton"));
64
65 formLayout->setWidget(row: 2, role: QFormLayout::SpanningRole, widget: pushButton);
66
67 view = new QTableView(TwitterDialog);
68 view->setObjectName(QString::fromUtf8(str: "view"));
69 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
70 sizePolicy.setHorizontalStretch(0);
71 sizePolicy.setVerticalStretch(1);
72 sizePolicy.setHeightForWidth(view->sizePolicy().hasHeightForWidth());
73 view->setSizePolicy(sizePolicy);
74 view->setSelectionMode(QAbstractItemView::NoSelection);
75 view->horizontalHeader()->setStretchLastSection(true);
76 view->verticalHeader()->setVisible(false);
77
78 formLayout->setWidget(row: 3, role: QFormLayout::SpanningRole, widget: view);
79
80#if QT_CONFIG(shortcut)
81 clientIdLabel->setBuddy(clientIdLineEdit);
82 clientSecretLabel->setBuddy(clientSecretLineEdit);
83#endif // QT_CONFIG(shortcut)
84
85 retranslateUi(TwitterDialog);
86
87 QMetaObject::connectSlotsByName(o: TwitterDialog);
88 } // setupUi
89
90 void retranslateUi(QDialog *TwitterDialog)
91 {
92 TwitterDialog->setWindowTitle(QCoreApplication::translate(context: "TwitterDialog", key: "Twitter Timeline", disambiguation: nullptr));
93 clientIdLabel->setText(QCoreApplication::translate(context: "TwitterDialog", key: "C&lient Id:", disambiguation: nullptr));
94 clientSecretLabel->setText(QCoreApplication::translate(context: "TwitterDialog", key: "Client &secret:", disambiguation: nullptr));
95 pushButton->setText(QCoreApplication::translate(context: "TwitterDialog", key: "&Connect", disambiguation: nullptr));
96 } // retranslateUi
97
98};
99
100namespace Ui {
101 class TwitterDialog: public Ui_TwitterDialog {};
102} // namespace Ui
103
104QT_END_NAMESPACE
105
106#endif // UI_TWITTERDIALOG_H
107

source code of qtnetworkauth/examples/oauth/twittertimeline/.uic/ui_twitterdialog.h