Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_preference_editor_frame.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'preference_editor_frame.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.5.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_PREFERENCE_EDITOR_FRAME_H
10 #define UI_PREFERENCE_EDITOR_FRAME_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QDialogButtonBox>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QHeaderView>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QSpacerItem>
21 #include <QtWidgets/QToolButton>
22 #include "accordion_frame.h"
23 #include "widgets/syntax_line_edit.h"
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QHBoxLayout *horizontalLayout;
31  QToolButton *modulePreferencesToolButton;
32  QSpacerItem *horizontalSpacer_2;
33  QLabel *preferenceTitleLabel;
34  SyntaxLineEdit *preferenceLineEdit;
35  QSpacerItem *horizontalSpacer;
36  QDialogButtonBox *buttonBox;
37 
39  {
40  if (PreferenceEditorFrame->objectName().isEmpty())
41  PreferenceEditorFrame->setObjectName(QStringLiteral("PreferenceEditorFrame"));
42  PreferenceEditorFrame->resize(458, 34);
43  PreferenceEditorFrame->setFrameShape(QFrame::NoFrame);
44  PreferenceEditorFrame->setFrameShadow(QFrame::Plain);
45  horizontalLayout = new QHBoxLayout(PreferenceEditorFrame);
46  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
47  horizontalLayout->setContentsMargins(-1, 0, -1, 0);
48  modulePreferencesToolButton = new QToolButton(PreferenceEditorFrame);
49  modulePreferencesToolButton->setObjectName(QStringLiteral("modulePreferencesToolButton"));
50 
51  horizontalLayout->addWidget(modulePreferencesToolButton);
52 
53  horizontalSpacer_2 = new QSpacerItem(81, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
54 
55  horizontalLayout->addItem(horizontalSpacer_2);
56 
57  preferenceTitleLabel = new QLabel(PreferenceEditorFrame);
58  preferenceTitleLabel->setObjectName(QStringLiteral("preferenceTitleLabel"));
59 
60  horizontalLayout->addWidget(preferenceTitleLabel);
61 
62  preferenceLineEdit = new SyntaxLineEdit(PreferenceEditorFrame);
63  preferenceLineEdit->setObjectName(QStringLiteral("preferenceLineEdit"));
64  QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
65  sizePolicy.setHorizontalStretch(1);
66  sizePolicy.setVerticalStretch(0);
67  sizePolicy.setHeightForWidth(preferenceLineEdit->sizePolicy().hasHeightForWidth());
68  preferenceLineEdit->setSizePolicy(sizePolicy);
69 
70  horizontalLayout->addWidget(preferenceLineEdit);
71 
72  horizontalSpacer = new QSpacerItem(20, 13, QSizePolicy::Expanding, QSizePolicy::Minimum);
73 
74  horizontalLayout->addItem(horizontalSpacer);
75 
76  buttonBox = new QDialogButtonBox(PreferenceEditorFrame);
77  buttonBox->setObjectName(QStringLiteral("buttonBox"));
78  buttonBox->setMaximumSize(QSize(16777215, 27));
79  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
80 
81  horizontalLayout->addWidget(buttonBox);
82 
83  horizontalLayout->setStretch(1, 1);
84 
85  retranslateUi(PreferenceEditorFrame);
86 
87  QMetaObject::connectSlotsByName(PreferenceEditorFrame);
88  } // setupUi
89 
90  void retranslateUi(AccordionFrame *PreferenceEditorFrame)
91  {
92  PreferenceEditorFrame->setWindowTitle(QApplication::translate("PreferenceEditorFrame", "Frame", 0));
93  modulePreferencesToolButton->setText(QApplication::translate("PreferenceEditorFrame", "\342\200\246", 0));
94  preferenceTitleLabel->setText(QApplication::translate("PreferenceEditorFrame", "a preference", 0));
95  } // retranslateUi
96 
97 };
98 
99 namespace Ui {
101 } // namespace Ui
102 
103 QT_END_NAMESPACE
104 
105 #endif // UI_PREFERENCE_EDITOR_FRAME_H
Definition: ui_preference_editor_frame.h:27
Definition: ui_about_dialog.h:291
Definition: syntax_line_edit.h:22
Definition: preference_editor_frame.h:23
Definition: ui_preference_editor_frame.h:100
Definition: accordion_frame.h:17