1#include <klocalizedstring.h>
11#ifndef UI_EXPORTALLVIEWSDIALOGBASE_H
12#define UI_EXPORTALLVIEWSDIALOGBASE_H
14#include <KUrlRequester>
15#include <QtCore/QVariant>
16#include <QtWidgets/QApplication>
17#include <QtWidgets/QCheckBox>
18#include <QtWidgets/QHBoxLayout>
19#include <QtWidgets/QLabel>
20#include <QtWidgets/QVBoxLayout>
21#include <QtWidgets/QWidget>
22#include "KUrlRequester"
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#if QT_CONFIG(shortcut)
82 QMetaObject::connectSlotsByName(ExportAllViewsDialogBase);
87 ExportAllViewsDialogBase->setWindowTitle(tr2i18n(
"Export All Views",
nullptr));
89 kURLRequesterLabel->setToolTip(tr2i18n(
"The base directory used to save the images",
nullptr));
93 m_kURL->setToolTip(tr2i18n(
"The base directory used to save the images",
nullptr));
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));
99#if QT_CONFIG(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));
103 m_useFolders->setText(tr2i18n(
"Use &folders",
nullptr));
Definition ui_exportallviewsdialogbase.h:109
Definition ui_exportallviewsdialogbase.h:27
QLabel * kURLRequesterLabel
Definition ui_exportallviewsdialogbase.h:31
void setupUi(QWidget *ExportAllViewsDialogBase)
Definition ui_exportallviewsdialogbase.h:37
QHBoxLayout * ui_imageTypeLayout
Definition ui_exportallviewsdialogbase.h:33
void retranslateUi(QWidget *ExportAllViewsDialogBase)
Definition ui_exportallviewsdialogbase.h:85
QCheckBox * m_useFolders
Definition ui_exportallviewsdialogbase.h:35
QVBoxLayout * vboxLayout
Definition ui_exportallviewsdialogbase.h:30
QVBoxLayout * verticalLayout
Definition ui_exportallviewsdialogbase.h:29
KUrlRequester * m_kURL
Definition ui_exportallviewsdialogbase.h:32
QHBoxLayout * ui_imageResolutionLayout
Definition ui_exportallviewsdialogbase.h:34
Definition ui_autolayoutoptionpage.h:125