Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_address_editor_frame.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'address_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_ADDRESS_EDITOR_FRAME_H
10 #define UI_ADDRESS_EDITOR_FRAME_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QComboBox>
17 #include <QtWidgets/QDialogButtonBox>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QSpacerItem>
22 #include <QtWidgets/QToolButton>
23 #include "accordion_frame.h"
24 #include "widgets/syntax_line_edit.h"
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QHBoxLayout *horizontalLayout;
32  QToolButton *nameResolutionPreferencesToolButton;
33  QSpacerItem *horizontalSpacer_2;
34  QLabel *addressLabel;
35  QComboBox *addressComboBox;
36  QSpacerItem *horizontalSpacer_3;
37  QLabel *label;
38  SyntaxLineEdit *nameLineEdit;
39  QSpacerItem *horizontalSpacer;
40  QDialogButtonBox *buttonBox;
41 
42  void setupUi(AccordionFrame *AddressEditorFrame)
43  {
44  if (AddressEditorFrame->objectName().isEmpty())
45  AddressEditorFrame->setObjectName(QStringLiteral("AddressEditorFrame"));
46  AddressEditorFrame->resize(833, 34);
47  AddressEditorFrame->setFrameShape(QFrame::NoFrame);
48  AddressEditorFrame->setFrameShadow(QFrame::Plain);
49  horizontalLayout = new QHBoxLayout(AddressEditorFrame);
50  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
51  horizontalLayout->setContentsMargins(-1, 0, -1, 0);
52  nameResolutionPreferencesToolButton = new QToolButton(AddressEditorFrame);
53  nameResolutionPreferencesToolButton->setObjectName(QStringLiteral("nameResolutionPreferencesToolButton"));
54 
55  horizontalLayout->addWidget(nameResolutionPreferencesToolButton);
56 
57  horizontalSpacer_2 = new QSpacerItem(81, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
58 
59  horizontalLayout->addItem(horizontalSpacer_2);
60 
61  addressLabel = new QLabel(AddressEditorFrame);
62  addressLabel->setObjectName(QStringLiteral("addressLabel"));
63 
64  horizontalLayout->addWidget(addressLabel);
65 
66  addressComboBox = new QComboBox(AddressEditorFrame);
67  addressComboBox->setObjectName(QStringLiteral("addressComboBox"));
68 
69  horizontalLayout->addWidget(addressComboBox);
70 
71  horizontalSpacer_3 = new QSpacerItem(10, 5, QSizePolicy::Expanding, QSizePolicy::Minimum);
72 
73  horizontalLayout->addItem(horizontalSpacer_3);
74 
75  label = new QLabel(AddressEditorFrame);
76  label->setObjectName(QStringLiteral("label"));
77 
78  horizontalLayout->addWidget(label);
79 
80  nameLineEdit = new SyntaxLineEdit(AddressEditorFrame);
81  nameLineEdit->setObjectName(QStringLiteral("nameLineEdit"));
82  QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
83  sizePolicy.setHorizontalStretch(1);
84  sizePolicy.setVerticalStretch(0);
85  sizePolicy.setHeightForWidth(nameLineEdit->sizePolicy().hasHeightForWidth());
86  nameLineEdit->setSizePolicy(sizePolicy);
87  nameLineEdit->setMinimumSize(QSize(80, 0));
88 
89  horizontalLayout->addWidget(nameLineEdit);
90 
91  horizontalSpacer = new QSpacerItem(20, 13, QSizePolicy::Expanding, QSizePolicy::Minimum);
92 
93  horizontalLayout->addItem(horizontalSpacer);
94 
95  buttonBox = new QDialogButtonBox(AddressEditorFrame);
96  buttonBox->setObjectName(QStringLiteral("buttonBox"));
97  buttonBox->setMaximumSize(QSize(16777215, 27));
98  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
99 
100  horizontalLayout->addWidget(buttonBox);
101 
102  horizontalLayout->setStretch(1, 3);
103  horizontalLayout->setStretch(6, 1);
104 
105  retranslateUi(AddressEditorFrame);
106 
107  QMetaObject::connectSlotsByName(AddressEditorFrame);
108  } // setupUi
109 
110  void retranslateUi(AccordionFrame *AddressEditorFrame)
111  {
112  AddressEditorFrame->setWindowTitle(QApplication::translate("AddressEditorFrame", "Frame", 0));
113  nameResolutionPreferencesToolButton->setText(QApplication::translate("AddressEditorFrame", "Name Resolution Preferences\342\200\246", 0));
114  addressLabel->setText(QApplication::translate("AddressEditorFrame", "Address:", 0));
115  label->setText(QApplication::translate("AddressEditorFrame", "Name:", 0));
116  } // retranslateUi
117 
118 };
119 
120 namespace Ui {
122 } // namespace Ui
123 
124 QT_END_NAMESPACE
125 
126 #endif // UI_ADDRESS_EDITOR_FRAME_H
Definition: ui_address_editor_frame.h:28
Definition: ui_about_dialog.h:291
Definition: address_editor_frame.h:23
Definition: syntax_line_edit.h:22
Definition: accordion_frame.h:17
Definition: ui_address_editor_frame.h:121