This file is indexed.

/usr/include/KF5/templateparser/ui_templatesconfiguration_base.h is in libkf5templateparser-dev 4:16.04.3-3~deb9u1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
#include <klocalizedstring.h>

/********************************************************************************
** Form generated from reading UI file 'templatesconfiguration_base.ui'
**
** Created by: Qt User Interface Compiler version 5.7.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef UI_TEMPLATESCONFIGURATION_BASE_H
#define UI_TEMPLATESCONFIGURATION_BASE_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QToolBox>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
#include "templatesinsertcommand.h"
#include "templatestextedit.h"

QT_BEGIN_NAMESPACE

class Ui_TemplatesConfigurationBase
{
public:
    QVBoxLayout *vboxLayout;
    QToolBox *toolBox1;
    QWidget *page_new;
    QGridLayout *gridLayout;
    TemplateParser::TemplatesTextEdit *textEdit_new;
    QWidget *page_reply;
    QHBoxLayout *hboxLayout;
    TemplateParser::TemplatesTextEdit *textEdit_reply;
    QWidget *page_reply_all;
    QHBoxLayout *hboxLayout1;
    TemplateParser::TemplatesTextEdit *textEdit_reply_all;
    QWidget *page_forward;
    QHBoxLayout *hboxLayout2;
    TemplateParser::TemplatesTextEdit *textEdit_forward;
    QLabel *mHelp;
    QHBoxLayout *hboxLayout3;
    TemplateParser::TemplatesInsertCommand *mInsertCommand;
    QLabel *textLabel1;
    QLineEdit *lineEdit_quote;

    void setupUi(QWidget *TemplatesConfigurationBase)
    {
        if (TemplatesConfigurationBase->objectName().isEmpty())
            TemplatesConfigurationBase->setObjectName(QStringLiteral("TemplatesConfigurationBase"));
        TemplatesConfigurationBase->resize(450, 541);
        QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
        sizePolicy.setHorizontalStretch(3);
        sizePolicy.setVerticalStretch(3);
        sizePolicy.setHeightForWidth(TemplatesConfigurationBase->sizePolicy().hasHeightForWidth());
        TemplatesConfigurationBase->setSizePolicy(sizePolicy);
        TemplatesConfigurationBase->setMinimumSize(QSize(400, 300));
        vboxLayout = new QVBoxLayout(TemplatesConfigurationBase);
        vboxLayout->setSpacing(6);
        vboxLayout->setObjectName(QStringLiteral("vboxLayout"));
        vboxLayout->setContentsMargins(0, 0, 0, 0);
        toolBox1 = new QToolBox(TemplatesConfigurationBase);
        toolBox1->setObjectName(QStringLiteral("toolBox1"));
        sizePolicy.setHeightForWidth(toolBox1->sizePolicy().hasHeightForWidth());
        toolBox1->setSizePolicy(sizePolicy);
        toolBox1->setMinimumSize(QSize(0, 0));
        toolBox1->setFrameShape(QFrame::StyledPanel);
        toolBox1->setFrameShadow(QFrame::Sunken);
        page_new = new QWidget();
        page_new->setObjectName(QStringLiteral("page_new"));
        page_new->setGeometry(QRect(0, 0, 96, 86));
        gridLayout = new QGridLayout(page_new);
        gridLayout->setObjectName(QStringLiteral("gridLayout"));
        textEdit_new = new TemplateParser::TemplatesTextEdit(page_new);
        textEdit_new->setObjectName(QStringLiteral("textEdit_new"));
        QFont font;
        font.setFamily(QStringLiteral("Monospace"));
        font.setPointSize(9);
        textEdit_new->setFont(font);

        gridLayout->addWidget(textEdit_new, 0, 0, 1, 1);

        toolBox1->addItem(page_new, QStringLiteral("New Message"));
        page_reply = new QWidget();
        page_reply->setObjectName(QStringLiteral("page_reply"));
        page_reply->setGeometry(QRect(0, 0, 256, 192));
        hboxLayout = new QHBoxLayout(page_reply);
        hboxLayout->setSpacing(6);
        hboxLayout->setObjectName(QStringLiteral("hboxLayout"));
        hboxLayout->setContentsMargins(0, 0, 0, 0);
        textEdit_reply = new TemplateParser::TemplatesTextEdit(page_reply);
        textEdit_reply->setObjectName(QStringLiteral("textEdit_reply"));
        QSizePolicy sizePolicy1(QSizePolicy::MinimumExpanding, QSizePolicy::MinimumExpanding);
        sizePolicy1.setHorizontalStretch(0);
        sizePolicy1.setVerticalStretch(0);
        sizePolicy1.setHeightForWidth(textEdit_reply->sizePolicy().hasHeightForWidth());
        textEdit_reply->setSizePolicy(sizePolicy1);
        QFont font1;
        font1.setFamily(QStringLiteral("Monospace"));
        font1.setPointSize(9);
        font1.setBold(false);
        font1.setItalic(false);
        font1.setUnderline(false);
        font1.setWeight(50);
        font1.setStrikeOut(false);
        textEdit_reply->setFont(font1);

        hboxLayout->addWidget(textEdit_reply);

        toolBox1->addItem(page_reply, QStringLiteral("Reply to Sender"));
        page_reply_all = new QWidget();
        page_reply_all->setObjectName(QStringLiteral("page_reply_all"));
        page_reply_all->setGeometry(QRect(0, 0, 446, 345));
        hboxLayout1 = new QHBoxLayout(page_reply_all);
        hboxLayout1->setSpacing(6);
        hboxLayout1->setObjectName(QStringLiteral("hboxLayout1"));
        hboxLayout1->setContentsMargins(0, 0, 0, 0);
        textEdit_reply_all = new TemplateParser::TemplatesTextEdit(page_reply_all);
        textEdit_reply_all->setObjectName(QStringLiteral("textEdit_reply_all"));
        sizePolicy1.setHeightForWidth(textEdit_reply_all->sizePolicy().hasHeightForWidth());
        textEdit_reply_all->setSizePolicy(sizePolicy1);
        textEdit_reply_all->setFont(font1);

        hboxLayout1->addWidget(textEdit_reply_all);

        toolBox1->addItem(page_reply_all, QStringLiteral("Reply to All / Reply to List"));
        page_forward = new QWidget();
        page_forward->setObjectName(QStringLiteral("page_forward"));
        page_forward->setGeometry(QRect(0, 0, 256, 192));
        hboxLayout2 = new QHBoxLayout(page_forward);
        hboxLayout2->setSpacing(6);
        hboxLayout2->setObjectName(QStringLiteral("hboxLayout2"));
        hboxLayout2->setContentsMargins(0, 0, 0, 0);
        textEdit_forward = new TemplateParser::TemplatesTextEdit(page_forward);
        textEdit_forward->setObjectName(QStringLiteral("textEdit_forward"));
        sizePolicy1.setHeightForWidth(textEdit_forward->sizePolicy().hasHeightForWidth());
        textEdit_forward->setSizePolicy(sizePolicy1);
        textEdit_forward->setFont(font1);

        hboxLayout2->addWidget(textEdit_forward);

        toolBox1->addItem(page_forward, QStringLiteral("Forward Message"));

        vboxLayout->addWidget(toolBox1);

        mHelp = new QLabel(TemplatesConfigurationBase);
        mHelp->setObjectName(QStringLiteral("mHelp"));

        vboxLayout->addWidget(mHelp);

        hboxLayout3 = new QHBoxLayout();
        hboxLayout3->setSpacing(6);
        hboxLayout3->setObjectName(QStringLiteral("hboxLayout3"));
        hboxLayout3->setContentsMargins(0, 0, 0, 0);
        mInsertCommand = new TemplateParser::TemplatesInsertCommand(TemplatesConfigurationBase);
        mInsertCommand->setObjectName(QStringLiteral("mInsertCommand"));

        hboxLayout3->addWidget(mInsertCommand);

        textLabel1 = new QLabel(TemplatesConfigurationBase);
        textLabel1->setObjectName(QStringLiteral("textLabel1"));
        QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Preferred);
        sizePolicy2.setHorizontalStretch(2);
        sizePolicy2.setVerticalStretch(0);
        sizePolicy2.setHeightForWidth(textLabel1->sizePolicy().hasHeightForWidth());
        textLabel1->setSizePolicy(sizePolicy2);
        textLabel1->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);

        hboxLayout3->addWidget(textLabel1);

        lineEdit_quote = new QLineEdit(TemplatesConfigurationBase);
        lineEdit_quote->setObjectName(QStringLiteral("lineEdit_quote"));

        hboxLayout3->addWidget(lineEdit_quote);


        vboxLayout->addLayout(hboxLayout3);

#ifndef UI_QT_NO_SHORTCUT
        textLabel1->setBuddy(lineEdit_quote);
#endif // QT_NO_SHORTCUT

        retranslateUi(TemplatesConfigurationBase);

        toolBox1->setCurrentIndex(2);


        QMetaObject::connectSlotsByName(TemplatesConfigurationBase);
    } // setupUi

    void retranslateUi(QWidget *TemplatesConfigurationBase)
    {
        TemplatesConfigurationBase->setWindowTitle(tr2i18n("Template Configuration", "@title:window"));
#ifndef UI_QT_NO_TOOLTIP
        textEdit_new->setToolTip(tr2i18n("Create the template for new messages", "@info:tooltip"));
#endif // QT_NO_TOOLTIP
#ifndef UI_QT_NO_WHATSTHIS
        textEdit_new->setWhatsThis(tr2i18n("In this area you create the template for new email messages.  For more information about how to create the template, press the \"How does this work?\" link on this dialog.", "@info:whatsthis"));
#endif // QT_NO_WHATSTHIS
        toolBox1->setItemText(toolBox1->indexOf(page_new), tr2i18n("New Message", "@title Message template"));
#ifndef UI_QT_NO_TOOLTIP
        textEdit_reply->setToolTip(tr2i18n("Create the template for message replies", "@info:tooltip"));
#endif // QT_NO_TOOLTIP
#ifndef UI_QT_NO_WHATSTHIS
        textEdit_reply->setWhatsThis(tr2i18n("In this area you create the template for messages replies. For more information about how to create the template, press the \"How does this work?\" link on this dialog.", "@info:whatsthis"));
#endif // QT_NO_WHATSTHIS
        toolBox1->setItemText(toolBox1->indexOf(page_reply), tr2i18n("Reply to Sender", "@title Message template"));
#ifndef UI_QT_NO_TOOLTIP
        textEdit_reply_all->setToolTip(tr2i18n("Create the template for replying to all recipients or to a mailing list", "@info:tooltip"));
#endif // QT_NO_TOOLTIP
#ifndef UI_QT_NO_WHATSTHIS
        textEdit_reply_all->setWhatsThis(tr2i18n("In this area you create the template for reply-to-all messages or replies to a mailing list.  For more information about how to create the template, press the \"How does this work?\" link on this dialog.", "@info:whatsthis"));
#endif // QT_NO_WHATSTHIS
        toolBox1->setItemText(toolBox1->indexOf(page_reply_all), tr2i18n("Reply to All / Reply to List", "@title Message template"));
#ifndef UI_QT_NO_TOOLTIP
        textEdit_forward->setToolTip(tr2i18n("Create the template for message forwards", "@info:tooltip"));
#endif // QT_NO_TOOLTIP
#ifndef UI_QT_NO_WHATSTHIS
        textEdit_forward->setWhatsThis(tr2i18n("In this area you create the template for message forwards.  For more information about how to create the template, press the \"How does this work?\" link on this dialog.", "@info:whatsthis"));
#endif // QT_NO_WHATSTHIS
        toolBox1->setItemText(toolBox1->indexOf(page_forward), tr2i18n("Forward Message", "@title Message template"));
        textLabel1->setText(tr2i18n("&Quote indicator:", "@label:textbox Prefix for quoted message lines"));
#ifndef UI_QT_NO_TOOLTIP
        lineEdit_quote->setToolTip(tr2i18n("Set the Prefix for quoted message lines", "@info:tooltip"));
#endif // QT_NO_TOOLTIP
#ifndef UI_QT_NO_WHATSTHIS
        lineEdit_quote->setWhatsThis(tr2i18n("\n"
"             <qt>The following placeholders are supported in the quote indicator:\n"
"             <ul>\n"
"             <li>%f: sender's initials</li>\n"
"             <li>%%: percent sign</li>\n"
"             <li>%_: space</li>\n"
"             </ul></qt>\n"
"           ", "@info:whatsthis"));
#endif // QT_NO_WHATSTHIS
    } // retranslateUi

};

namespace Ui {
    class TemplatesConfigurationBase: public Ui_TemplatesConfigurationBase {};
} // namespace Ui

QT_END_NAMESPACE

#endif // TEMPLATESCONFIGURATION_BASE_H