umbrello  2.32.1
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 #include <klocalizedstring.h>
2 
3 /********************************************************************************
4 ** Form generated from reading UI file 'exportallviewsdialogbase.ui'
5 **
6 ** Created by: Qt User Interface Compiler version 5.12.8
7 **
8 ** WARNING! All changes made in this file will be lost when recompiling UI file!
9 ********************************************************************************/
10 
11 #ifndef UI_EXPORTALLVIEWSDIALOGBASE_H
12 #define UI_EXPORTALLVIEWSDIALOGBASE_H
13 
14 #include <QtCore/QVariant>
15 #include <QtWidgets/QApplication>
16 #include <QtWidgets/QCheckBox>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QVBoxLayout>
20 #include <QtWidgets/QWidget>
21 #include "klineedit.h"
22 #include "kurlrequester.h"
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QVBoxLayout *verticalLayout;
30  QVBoxLayout *vboxLayout;
31  QLabel *kURLRequesterLabel;
32  KUrlRequester *m_kURL;
33  QHBoxLayout *ui_imageTypeLayout;
34  QHBoxLayout *ui_imageResolutionLayout;
35  QCheckBox *m_useFolders;
36 
37  void setupUi(QWidget *ExportAllViewsDialogBase)
38  {
39  if (ExportAllViewsDialogBase->objectName().isEmpty())
40  ExportAllViewsDialogBase->setObjectName(QString::fromUtf8("ExportAllViewsDialogBase"));
41  ExportAllViewsDialogBase->resize(368, 246);
42  ExportAllViewsDialogBase->setProperty("sizeGripEnabled", QVariant(true));
43  verticalLayout = new QVBoxLayout(ExportAllViewsDialogBase);
44  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
45  vboxLayout = new QVBoxLayout();
46  vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
47  kURLRequesterLabel = new QLabel(ExportAllViewsDialogBase);
48  kURLRequesterLabel->setObjectName(QString::fromUtf8("kURLRequesterLabel"));
49  kURLRequesterLabel->setWordWrap(false);
50 
51  vboxLayout->addWidget(kURLRequesterLabel);
52 
53  m_kURL = new KUrlRequester(ExportAllViewsDialogBase);
54  m_kURL->setObjectName(QString::fromUtf8("m_kURL"));
55 
56  vboxLayout->addWidget(m_kURL);
57 
58 
59  verticalLayout->addLayout(vboxLayout);
60 
61  ui_imageTypeLayout = new QHBoxLayout();
62  ui_imageTypeLayout->setObjectName(QString::fromUtf8("ui_imageTypeLayout"));
63 
65 
66  ui_imageResolutionLayout = new QHBoxLayout();
67  ui_imageResolutionLayout->setObjectName(QString::fromUtf8("ui_imageResolutionLayout"));
68 
70 
71  m_useFolders = new QCheckBox(ExportAllViewsDialogBase);
72  m_useFolders->setObjectName(QString::fromUtf8("m_useFolders"));
73 
74  verticalLayout->addWidget(m_useFolders);
75 
76 #ifndef UI_QT_NO_SHORTCUT
77  kURLRequesterLabel->setBuddy(m_kURL);
78 #endif // QT_NO_SHORTCUT
79 
80  retranslateUi(ExportAllViewsDialogBase);
81 
82  QMetaObject::connectSlotsByName(ExportAllViewsDialogBase);
83  } // setupUi
84 
85  void retranslateUi(QWidget *ExportAllViewsDialogBase)
86  {
87  ExportAllViewsDialogBase->setWindowTitle(tr2i18n("Export All Views", nullptr));
88 #ifndef UI_QT_NO_TOOLTIP
89  kURLRequesterLabel->setToolTip(tr2i18n("The base directory used to save the images", nullptr));
90 #endif // QT_NO_TOOLTIP
91  kURLRequesterLabel->setText(tr2i18n("&Directory to save the diagrams in:", nullptr));
92 #ifndef UI_QT_NO_TOOLTIP
93  m_kURL->setToolTip(tr2i18n("The base directory used to save the images", nullptr));
94 #endif // QT_NO_TOOLTIP
95 #ifndef UI_QT_NO_TOOLTIP
96  m_useFolders->setToolTip(tr2i18n("Create in the target directory the same tree structure used\n"
97 "in the document to store the views", nullptr));
98 #endif // QT_NO_TOOLTIP
99 #ifndef UI_QT_NO_WHATSTHIS
100  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"
101 "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));
102 #endif // QT_NO_WHATSTHIS
103  m_useFolders->setText(tr2i18n("Use &folders", nullptr));
104  } // retranslateUi
105 
106 };
107 
108 namespace Ui {
110 } // namespace Ui
111 
112 QT_END_NAMESPACE
113 
114 #endif // EXPORTALLVIEWSDIALOGBASE_H
115 
Ui_ExportAllViewsDialogBase::retranslateUi
void retranslateUi(QWidget *ExportAllViewsDialogBase)
Definition: ui_exportallviewsdialogbase.h:91
Ui_ExportAllViewsDialogBase::verticalLayout
QVBoxLayout * verticalLayout
Definition: ui_exportallviewsdialogbase.h:35
Ui_ExportAllViewsDialogBase::ui_imageTypeLayout
QHBoxLayout * ui_imageTypeLayout
Definition: ui_exportallviewsdialogbase.h:39
Ui_ExportAllViewsDialogBase
Definition: ui_exportallviewsdialogbase.h:26
Ui_ExportAllViewsDialogBase::kURLRequesterLabel
QLabel * kURLRequesterLabel
Definition: ui_exportallviewsdialogbase.h:37
Ui::ExportAllViewsDialogBase
Definition: ui_exportallviewsdialogbase.h:109
Ui_ExportAllViewsDialogBase::setupUi
void setupUi(QWidget *ExportAllViewsDialogBase)
Definition: ui_exportallviewsdialogbase.h:43
Ui_ExportAllViewsDialogBase::m_useFolders
QCheckBox * m_useFolders
Definition: ui_exportallviewsdialogbase.h:41
Ui_ExportAllViewsDialogBase::m_kURL
KUrlRequester * m_kURL
Definition: ui_exportallviewsdialogbase.h:38
Ui
Definition: ui_autolayoutoptionpage.h:125
Ui_ExportAllViewsDialogBase::ui_imageResolutionLayout
QHBoxLayout * ui_imageResolutionLayout
Definition: ui_exportallviewsdialogbase.h:40
Ui_ExportAllViewsDialogBase::vboxLayout
QVBoxLayout * vboxLayout
Definition: ui_exportallviewsdialogbase.h:36