umbrello
2.35.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
Go to the documentation of this file. 1 #include <klocalizedstring.h>
11 #ifndef UI_FINDDIALOG_H
12 #define UI_FINDDIALOG_H
14 #include <QtCore/QVariant>
15 #include <QtWidgets/QApplication>
16 #include <QtWidgets/QButtonGroup>
17 #include <QtWidgets/QGroupBox>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QRadioButton>
21 #include <QtWidgets/QVBoxLayout>
22 #include <QtWidgets/QWidget>
23 #include "klineedit.h"
55 FindDialog->setObjectName(QString::fromUtf8(
"FindDialog"));
61 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
63 groupBox_2->setObjectName(QString::fromUtf8(
"groupBox_2"));
70 ui_buttonGroup->setObjectName(QString::fromUtf8(
"ui_buttonGroup"));
72 ui_treeView->setObjectName(QString::fromUtf8(
"ui_treeView"));
84 ui_Diagrams->setObjectName(QString::fromUtf8(
"ui_Diagrams"));
101 groupBox->setObjectName(QString::fromUtf8(
"groupBox"));
107 ui_categoryAll->setObjectName(QString::fromUtf8(
"ui_categoryAll"));
145 label_2->setObjectName(QString::fromUtf8(
"label_2"));
150 ui_searchTerm->setObjectName(QString::fromUtf8(
"ui_searchTerm"));
160 #if QT_CONFIG(shortcut)
162 #endif // QT_CONFIG(shortcut)
174 groupBox_2->setTitle(tr2i18n(
"Filter",
nullptr));
175 ui_treeView->setText(tr2i18n(
"Tree View",
nullptr));
177 ui_Diagrams->setText(tr2i18n(
"&All diagrams",
nullptr));
185 label_2->setText(tr2i18n(
"Search Term:",
nullptr));
197 #endif // FINDDIALOG_H
QGroupBox * groupBox_2
Definition: ui_finddialog.h:38
QRadioButton * ui_categoryClass
Definition: ui_finddialog.h:48
QHBoxLayout * horizontalLayout_2
Definition: ui_finddialog.h:40
QHBoxLayout * horizontalLayout
Definition: ui_finddialog.h:53
QRadioButton * ui_categoryInterface
Definition: ui_finddialog.h:50
Definition: finddialog.h:19
QHBoxLayout * horizontalLayout_4
Definition: ui_finddialog.h:46
QRadioButton * ui_categoryOperation
Definition: ui_finddialog.h:51
QRadioButton * ui_CurrentDiagram
Definition: ui_finddialog.h:42
Definition: ui_finddialog.h:192
c Accompany it with the information you received as to the offer to distribute corresponding source complete source code means all the source code for all modules it plus any associated interface definition plus the scripts used to control compilation and installation of the executable as a special the source code distributed need not include anything that is normally and so on of the operating system on which the executable unless that component itself accompanies the executable If distribution of executable or object code is made by offering access to copy from a designated then offering equivalent access to copy the source code from the same place counts as distribution of the source even though third parties are not compelled to copy the source along with the object code You may not or distribute the Program except as expressly provided under this License Any attempt otherwise to sublicense or distribute the Program is void
Definition: GPL-2.0-only.txt:165
QRadioButton * ui_categoryAttribute
Definition: ui_finddialog.h:52
Definition: ui_autolayoutoptionpage.h:125
QRadioButton * ui_categoryAll
Definition: ui_finddialog.h:47
QHBoxLayout * horizontalLayout_5
Definition: ui_finddialog.h:45
QGroupBox * groupBox
Definition: ui_finddialog.h:44
QRadioButton * ui_treeView
Definition: ui_finddialog.h:41
QVBoxLayout * verticalLayout_2
Definition: ui_finddialog.h:39
KLineEdit * ui_searchTerm
Definition: ui_finddialog.h:55
QRadioButton * ui_categoryPackage
Definition: ui_finddialog.h:49
QRadioButton * ui_Diagrams
Definition: ui_finddialog.h:43
void setupUi(QWidget *FindDialog)
Definition: ui_finddialog.h:58
QHBoxLayout * horizontalLayout_3
Definition: ui_finddialog.h:36
Definition: ui_finddialog.h:27
QButtonGroup * ui_buttonGroup
Definition: ui_finddialog.h:56
void retranslateUi(QWidget *FindDialog)
Definition: ui_finddialog.h:178
QVBoxLayout * verticalLayout
Definition: ui_finddialog.h:37
QLabel * label_2
Definition: ui_finddialog.h:54