Classified ads
ui_attachmentListDialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'attachmentListDialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.9.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_ATTACHMENTLISTDIALOG_H
10 #define UI_ATTACHMENTLISTDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QDialogButtonBox>
18 #include <QtWidgets/QGridLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QListView>
21 #include <QtWidgets/QVBoxLayout>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QGridLayout *gridLayout;
29  QVBoxLayout *verticalLayout;
30  QListView *fileListView;
31  QDialogButtonBox *bottomButtonsBox;
32 
33  void setupUi(QDialog *attachmentListDialog)
34  {
35  if (attachmentListDialog->objectName().isEmpty())
36  attachmentListDialog->setObjectName(QStringLiteral("attachmentListDialog"));
37  attachmentListDialog->resize(300, 300);
38  QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Maximum);
39  sizePolicy.setHorizontalStretch(0);
40  sizePolicy.setVerticalStretch(0);
41  sizePolicy.setHeightForWidth(attachmentListDialog->sizePolicy().hasHeightForWidth());
42  attachmentListDialog->setSizePolicy(sizePolicy);
43  attachmentListDialog->setMinimumSize(QSize(0, 0));
44  attachmentListDialog->setSizeGripEnabled(true);
45  gridLayout = new QGridLayout(attachmentListDialog);
46  gridLayout->setObjectName(QStringLiteral("gridLayout"));
47  verticalLayout = new QVBoxLayout();
48  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
49  fileListView = new QListView(attachmentListDialog);
50  fileListView->setObjectName(QStringLiteral("fileListView"));
51 
52  verticalLayout->addWidget(fileListView);
53 
54  bottomButtonsBox = new QDialogButtonBox(attachmentListDialog);
55  bottomButtonsBox->setObjectName(QStringLiteral("bottomButtonsBox"));
56  QSizePolicy sizePolicy1(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
57  sizePolicy1.setHorizontalStretch(0);
58  sizePolicy1.setVerticalStretch(0);
59  sizePolicy1.setHeightForWidth(bottomButtonsBox->sizePolicy().hasHeightForWidth());
60  bottomButtonsBox->setSizePolicy(sizePolicy1);
61  bottomButtonsBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
62 
63  verticalLayout->addWidget(bottomButtonsBox);
64 
65 
66  gridLayout->addLayout(verticalLayout, 0, 0, 1, 1);
67 
68 
69  retranslateUi(attachmentListDialog);
70  QObject::connect(bottomButtonsBox, SIGNAL(rejected()), attachmentListDialog, SLOT(reject()));
71 
72  QMetaObject::connectSlotsByName(attachmentListDialog);
73  } // setupUi
74 
75  void retranslateUi(QDialog *attachmentListDialog)
76  {
77  attachmentListDialog->setWindowTitle(QApplication::translate("attachmentListDialog", "List of attached files", Q_NULLPTR));
78  } // retranslateUi
79 
80 };
81 
82 namespace Ui {
84 } // namespace Ui
85 
86 QT_END_NAMESPACE
87 
88 #endif // UI_ATTACHMENTLISTDIALOG_H
QVBoxLayout * verticalLayout
Definition: ui_attachmentListDialog.h:29
Definition: ui_attachmentListDialog.h:83
void setupUi(QDialog *attachmentListDialog)
Definition: ui_attachmentListDialog.h:33
Definition: ui_aboutDialog.h:161
QDialogButtonBox * bottomButtonsBox
Definition: ui_attachmentListDialog.h:31
Definition: ui_attachmentListDialog.h:25
QGridLayout * gridLayout
Definition: ui_attachmentListDialog.h:28
void retranslateUi(QDialog *attachmentListDialog)
Definition: ui_attachmentListDialog.h:75
QListView * fileListView
Definition: ui_attachmentListDialog.h:30