This file is indexed.

/usr/include/openrpt/MetaSQL/tmp/ui_selectmql.h is in libopenrpt-dev 3.3.12-2.

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
/********************************************************************************
** Form generated from reading UI file 'selectmql.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_SELECTMQL_H
#define UI_SELECTMQL_H

#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QTreeView>
#include <QtWidgets/QWidget>

QT_BEGIN_NAMESPACE

class Ui_SelectMQL
{
public:
    QGridLayout *gridLayout;
    QLabel *_schemaLit;
    QComboBox *_schema;
    QDialogButtonBox *_buttons;
    QTreeView *_list;

    void setupUi(QWidget *SelectMQL)
    {
        if (SelectMQL->objectName().isEmpty())
            SelectMQL->setObjectName(QStringLiteral("SelectMQL"));
        SelectMQL->resize(470, 247);
        gridLayout = new QGridLayout(SelectMQL);
        gridLayout->setObjectName(QStringLiteral("gridLayout"));
        _schemaLit = new QLabel(SelectMQL);
        _schemaLit->setObjectName(QStringLiteral("_schemaLit"));

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

        _schema = new QComboBox(SelectMQL);
        _schema->setObjectName(QStringLiteral("_schema"));

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

        _buttons = new QDialogButtonBox(SelectMQL);
        _buttons->setObjectName(QStringLiteral("_buttons"));
        _buttons->setOrientation(Qt::Vertical);
        _buttons->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);

        gridLayout->addWidget(_buttons, 0, 2, 2, 1);

        _list = new QTreeView(SelectMQL);
        _list->setObjectName(QStringLiteral("_list"));
        _list->setEditTriggers(QAbstractItemView::NoEditTriggers);

        gridLayout->addWidget(_list, 1, 0, 1, 2);


        retranslateUi(SelectMQL);

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

    void retranslateUi(QWidget *SelectMQL)
    {
        SelectMQL->setWindowTitle(QApplication::translate("SelectMQL", "Choose a MetaSQL Query", Q_NULLPTR));
        _schemaLit->setText(QApplication::translate("SelectMQL", "Schema or Package:", Q_NULLPTR));
    } // retranslateUi

};

namespace Ui {
    class SelectMQL: public Ui_SelectMQL {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_SELECTMQL_H