umbrello 26.04.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
ui_exportallviewsdialogbase.h
Go to the documentation of this file.
1/********************************************************************************
2** Form generated from reading UI file 'exportallviewsdialogbase.ui'
3**
4** Created by: Qt User Interface Compiler version 6.11.1
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_EXPORTALLVIEWSDIALOGBASE_H
10#define UI_EXPORTALLVIEWSDIALOGBASE_H
11
12#include <KUrlRequester>
13#include <QtCore/QVariant>
14#include <QtWidgets/QApplication>
15#include <QtWidgets/QCheckBox>
16#include <QtWidgets/QHBoxLayout>
17#include <QtWidgets/QLabel>
18#include <QtWidgets/QVBoxLayout>
19#include <QtWidgets/QWidget>
20#include <klocalizedstring.h>
21#include "KUrlRequester"
22
23QT_BEGIN_NAMESPACE
24
26{
27public:
28 QVBoxLayout *verticalLayout;
29 QVBoxLayout *vboxLayout;
31 KUrlRequester *m_kURL;
32 QHBoxLayout *ui_imageTypeLayout;
34 QCheckBox *m_useFolders;
35
36 void setupUi(QWidget *ExportAllViewsDialogBase)
37 {
38 if (ExportAllViewsDialogBase->objectName().isEmpty())
39 ExportAllViewsDialogBase->setObjectName("ExportAllViewsDialogBase");
40 ExportAllViewsDialogBase->resize(368, 246);
41 ExportAllViewsDialogBase->setProperty("sizeGripEnabled", QVariant(true));
42 verticalLayout = new QVBoxLayout(ExportAllViewsDialogBase);
43 verticalLayout->setObjectName("verticalLayout");
44 vboxLayout = new QVBoxLayout();
45 vboxLayout->setObjectName("vboxLayout");
46 kURLRequesterLabel = new QLabel(ExportAllViewsDialogBase);
47 kURLRequesterLabel->setObjectName("kURLRequesterLabel");
48 kURLRequesterLabel->setWordWrap(false);
49
51
52 m_kURL = new KUrlRequester(ExportAllViewsDialogBase);
53 m_kURL->setObjectName("m_kURL");
54
55 vboxLayout->addWidget(m_kURL);
56
57
58 verticalLayout->addLayout(vboxLayout);
59
60 ui_imageTypeLayout = new QHBoxLayout();
61 ui_imageTypeLayout->setObjectName("ui_imageTypeLayout");
62
64
65 ui_imageResolutionLayout = new QHBoxLayout();
66 ui_imageResolutionLayout->setObjectName("ui_imageResolutionLayout");
67
69
70 m_useFolders = new QCheckBox(ExportAllViewsDialogBase);
71 m_useFolders->setObjectName("m_useFolders");
72
73 verticalLayout->addWidget(m_useFolders);
74
75#if QT_CONFIG(shortcut)
76 kURLRequesterLabel->setBuddy(m_kURL);
77#endif // QT_CONFIG(shortcut)
78
79 retranslateUi(ExportAllViewsDialogBase);
80
81 QMetaObject::connectSlotsByName(ExportAllViewsDialogBase);
82 } // setupUi
83
84 void retranslateUi(QWidget *ExportAllViewsDialogBase)
85 {
86 ExportAllViewsDialogBase->setWindowTitle(tr2i18n("Export All Views", nullptr));
87#if QT_CONFIG(tooltip)
88 kURLRequesterLabel->setToolTip(tr2i18n("The base directory used to save the images", nullptr));
89#endif // QT_CONFIG(tooltip)
90 kURLRequesterLabel->setText(tr2i18n("&Directory to save the diagrams in:", nullptr));
91#if QT_CONFIG(tooltip)
92 m_kURL->setToolTip(tr2i18n("The base directory used to save the images", nullptr));
93#endif // QT_CONFIG(tooltip)
94#if QT_CONFIG(tooltip)
95 m_useFolders->setToolTip(tr2i18n("Create in the target directory the same tree structure used\n"
96"in the document to store the views", nullptr));
97#endif // QT_CONFIG(tooltip)
98#if QT_CONFIG(whatsthis)
99 m_useFolders->setWhatsThis(tr2i18n("The views are stored in folders in the document. The same tree structure used in the document to store the views can be created in the selected base directory with this option.\n"
100"Only the folders made by the user are created in the base directory (Logical view, use case view and so on are not created).", nullptr));
101#endif // QT_CONFIG(whatsthis)
102 m_useFolders->setText(tr2i18n("Use &folders", nullptr));
103 } // retranslateUi
104
105};
106
107namespace Ui {
109} // namespace Ui
110
111QT_END_NAMESPACE
112
113#endif // EXPORTALLVIEWSDIALOGBASE_H
114
Definition ui_exportallviewsdialogbase.h:108
Definition ui_exportallviewsdialogbase.h:26
QLabel * kURLRequesterLabel
Definition ui_exportallviewsdialogbase.h:30
void setupUi(QWidget *ExportAllViewsDialogBase)
Definition ui_exportallviewsdialogbase.h:36
QHBoxLayout * ui_imageTypeLayout
Definition ui_exportallviewsdialogbase.h:32
void retranslateUi(QWidget *ExportAllViewsDialogBase)
Definition ui_exportallviewsdialogbase.h:84
QCheckBox * m_useFolders
Definition ui_exportallviewsdialogbase.h:34
QVBoxLayout * vboxLayout
Definition ui_exportallviewsdialogbase.h:29
QVBoxLayout * verticalLayout
Definition ui_exportallviewsdialogbase.h:28
KUrlRequester * m_kURL
Definition ui_exportallviewsdialogbase.h:31
QHBoxLayout * ui_imageResolutionLayout
Definition ui_exportallviewsdialogbase.h:33
Definition ui_autolayoutoptionpage.h:124