1 #include <klocalizedstring.h>
11 #ifndef UI_EXPORTALLVIEWSDIALOGBASE_H
12 #define UI_EXPORTALLVIEWSDIALOGBASE_H
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"
37 void setupUi(QWidget *ExportAllViewsDialogBase)
39 if (ExportAllViewsDialogBase->objectName().isEmpty())
40 ExportAllViewsDialogBase->setObjectName(QString::fromUtf8(
"ExportAllViewsDialogBase"));
41 ExportAllViewsDialogBase->resize(368, 246);
42 ExportAllViewsDialogBase->setProperty(
"sizeGripEnabled", QVariant(
true));
44 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
46 vboxLayout->setObjectName(QString::fromUtf8(
"vboxLayout"));
53 m_kURL =
new KUrlRequester(ExportAllViewsDialogBase);
54 m_kURL->setObjectName(QString::fromUtf8(
"m_kURL"));
72 m_useFolders->setObjectName(QString::fromUtf8(
"m_useFolders"));
76 #ifndef UI_QT_NO_SHORTCUT
78 #endif // QT_NO_SHORTCUT
82 QMetaObject::connectSlotsByName(ExportAllViewsDialogBase);
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
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));
114 #endif // EXPORTALLVIEWSDIALOGBASE_H