This file is indexed.

/usr/include/qgis/ui_qgsauthtrustedcasdialog.h is in libqgis-dev 2.18.17+dfsg-1.

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
/********************************************************************************
** Form generated from reading UI file 'qgsauthtrustedcasdialog.ui'
**
** Created by: Qt User Interface Compiler version 4.8.7
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef UI_QGSAUTHTRUSTEDCASDIALOG_H
#define UI_QGSAUTHTRUSTEDCASDIALOG_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QDialogButtonBox>
#include <QtGui/QGridLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QSpacerItem>
#include <QtGui/QToolButton>
#include <QtGui/QTreeWidget>
#include <QtGui/QVBoxLayout>
#include "qgsmessagebar.h"

QT_BEGIN_NAMESPACE

class Ui_QgsAuthTrustedCAsDialog
{
public:
    QVBoxLayout *verticalLayout;
    QLabel *lblTrustedCAs;
    QGridLayout *gridLayout;
    QVBoxLayout *verticalLayout_2;
    QToolButton *btnInfoCa;
    QToolButton *btnGroupByOrg;
    QSpacerItem *verticalSpacer;
    QTreeWidget *treeTrustedCAs;
    QgsMessageBar *msgBar;
    QDialogButtonBox *buttonBox;

    void setupUi(QDialog *QgsAuthTrustedCAsDialog)
    {
        if (QgsAuthTrustedCAsDialog->objectName().isEmpty())
            QgsAuthTrustedCAsDialog->setObjectName(QString::fromUtf8("QgsAuthTrustedCAsDialog"));
        QgsAuthTrustedCAsDialog->resize(621, 528);
        verticalLayout = new QVBoxLayout(QgsAuthTrustedCAsDialog);
        verticalLayout->setSpacing(6);
        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
        lblTrustedCAs = new QLabel(QgsAuthTrustedCAsDialog);
        lblTrustedCAs->setObjectName(QString::fromUtf8("lblTrustedCAs"));
        lblTrustedCAs->setWordWrap(true);

        verticalLayout->addWidget(lblTrustedCAs);

        gridLayout = new QGridLayout();
        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
        gridLayout->setHorizontalSpacing(0);
        gridLayout->setVerticalSpacing(6);
        verticalLayout_2 = new QVBoxLayout();
        verticalLayout_2->setSpacing(12);
        verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
        verticalLayout_2->setContentsMargins(6, -1, -1, -1);
        btnInfoCa = new QToolButton(QgsAuthTrustedCAsDialog);
        btnInfoCa->setObjectName(QString::fromUtf8("btnInfoCa"));
        btnInfoCa->setMinimumSize(QSize(32, 32));
        QIcon icon;
        icon.addFile(QString::fromUtf8(":/images/themes/default/propertyicons/metadata.svg"), QSize(), QIcon::Normal, QIcon::Off);
        btnInfoCa->setIcon(icon);
        btnInfoCa->setIconSize(QSize(20, 20));

        verticalLayout_2->addWidget(btnInfoCa);

        btnGroupByOrg = new QToolButton(QgsAuthTrustedCAsDialog);
        btnGroupByOrg->setObjectName(QString::fromUtf8("btnGroupByOrg"));
        btnGroupByOrg->setMinimumSize(QSize(32, 32));
        QIcon icon1;
        icon1.addFile(QString::fromUtf8(":/images/themes/default/mActionFilter.svg"), QSize(), QIcon::Normal, QIcon::Off);
        btnGroupByOrg->setIcon(icon1);
        btnGroupByOrg->setIconSize(QSize(20, 20));
        btnGroupByOrg->setCheckable(true);
        btnGroupByOrg->setChecked(false);

        verticalLayout_2->addWidget(btnGroupByOrg);

        verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);

        verticalLayout_2->addItem(verticalSpacer);


        gridLayout->addLayout(verticalLayout_2, 0, 1, 1, 1);

        treeTrustedCAs = new QTreeWidget(QgsAuthTrustedCAsDialog);
        QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem();
        __qtreewidgetitem->setText(0, QString::fromUtf8("1"));
        treeTrustedCAs->setHeaderItem(__qtreewidgetitem);
        treeTrustedCAs->setObjectName(QString::fromUtf8("treeTrustedCAs"));
        treeTrustedCAs->setEditTriggers(QAbstractItemView::NoEditTriggers);
        treeTrustedCAs->setAlternatingRowColors(true);
        treeTrustedCAs->setIconSize(QSize(26, 22));

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

        msgBar = new QgsMessageBar(QgsAuthTrustedCAsDialog);
        msgBar->setObjectName(QString::fromUtf8("msgBar"));

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


        verticalLayout->addLayout(gridLayout);

        buttonBox = new QDialogButtonBox(QgsAuthTrustedCAsDialog);
        buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
        buttonBox->setOrientation(Qt::Horizontal);
        buttonBox->setStandardButtons(QDialogButtonBox::Close);

        verticalLayout->addWidget(buttonBox);

        QWidget::setTabOrder(treeTrustedCAs, btnInfoCa);
        QWidget::setTabOrder(btnInfoCa, btnGroupByOrg);

        retranslateUi(QgsAuthTrustedCAsDialog);
        QObject::connect(buttonBox, SIGNAL(rejected()), QgsAuthTrustedCAsDialog, SLOT(reject()));

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

    void retranslateUi(QDialog *QgsAuthTrustedCAsDialog)
    {
        QgsAuthTrustedCAsDialog->setWindowTitle(QApplication::translate("QgsAuthTrustedCAsDialog", "Trusted Certificate Authorities", 0, QApplication::UnicodeUTF8));
        lblTrustedCAs->setText(QApplication::translate("QgsAuthTrustedCAsDialog", "Trusted Certificate Authorities/Issuers (used in secure connections)", 0, QApplication::UnicodeUTF8));
        btnInfoCa->setText(QApplication::translate("QgsAuthTrustedCAsDialog", "...", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        btnGroupByOrg->setToolTip(QApplication::translate("QgsAuthTrustedCAsDialog", "Group by organization", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        btnGroupByOrg->setText(QApplication::translate("QgsAuthTrustedCAsDialog", "...", 0, QApplication::UnicodeUTF8));
    } // retranslateUi

};

namespace Ui {
    class QgsAuthTrustedCAsDialog: public Ui_QgsAuthTrustedCAsDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_QGSAUTHTRUSTEDCASDIALOG_H