This file is indexed.

/usr/include/tulip/AugmentedDisplayDialogData.h is in libtulip-qt4-dev 3.1.2-2.3ubuntu3.

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
/********************************************************************************
** Form generated from reading UI file 'AugmentedDisplayDialog.ui'
**
** Created: Mon Sep 19 00:48:11 2011
**      by: Qt User Interface Compiler version 4.7.4
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef AUGMENTEDDISPLAYDIALOGDATA_H
#define AUGMENTEDDISPLAYDIALOGDATA_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QDialogButtonBox>
#include <QtGui/QGridLayout>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QListWidget>
#include <QtGui/QPushButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_AugmentedDisplayDialogData
{
public:
    QGridLayout *gridLayout;
    QVBoxLayout *vboxLayout;
    QHBoxLayout *hboxLayout;
    QPushButton *removeButton;
    QSpacerItem *spacerItem;
    QDialogButtonBox *buttonBox;
    QListWidget *listWidget;

    void setupUi(QDialog *AugmentedDisplayDialogData)
    {
        if (AugmentedDisplayDialogData->objectName().isEmpty())
            AugmentedDisplayDialogData->setObjectName(QString::fromUtf8("AugmentedDisplayDialogData"));
        AugmentedDisplayDialogData->resize(168, 282);
        gridLayout = new QGridLayout(AugmentedDisplayDialogData);
        gridLayout->setSpacing(0);
        gridLayout->setContentsMargins(0, 0, 0, 0);
        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
        vboxLayout = new QVBoxLayout();
        vboxLayout->setSpacing(0);
#ifndef Q_OS_MAC
        vboxLayout->setContentsMargins(0, 0, 0, 0);
#endif
        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
        hboxLayout = new QHBoxLayout();
        hboxLayout->setSpacing(0);
#ifndef Q_OS_MAC
        hboxLayout->setContentsMargins(0, 0, 0, 0);
#endif
        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
        removeButton = new QPushButton(AugmentedDisplayDialogData);
        removeButton->setObjectName(QString::fromUtf8("removeButton"));

        hboxLayout->addWidget(removeButton);

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

        hboxLayout->addItem(spacerItem);


        vboxLayout->addLayout(hboxLayout);

        buttonBox = new QDialogButtonBox(AugmentedDisplayDialogData);
        buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
        buttonBox->setOrientation(Qt::Horizontal);
        buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok);

        vboxLayout->addWidget(buttonBox);


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

        listWidget = new QListWidget(AugmentedDisplayDialogData);
        listWidget->setObjectName(QString::fromUtf8("listWidget"));

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


        retranslateUi(AugmentedDisplayDialogData);
        QObject::connect(buttonBox, SIGNAL(accepted()), AugmentedDisplayDialogData, SLOT(accept()));
        QObject::connect(buttonBox, SIGNAL(rejected()), AugmentedDisplayDialogData, SLOT(reject()));

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

    void retranslateUi(QDialog *AugmentedDisplayDialogData)
    {
        AugmentedDisplayDialogData->setWindowTitle(QApplication::translate("AugmentedDisplayDialogData", "Augmented Display", 0, QApplication::UnicodeUTF8));
        removeButton->setText(QApplication::translate("AugmentedDisplayDialogData", "Remove", 0, QApplication::UnicodeUTF8));
    } // retranslateUi

};

namespace Ui {
    class AugmentedDisplayDialogData: public Ui_AugmentedDisplayDialogData {};
} // namespace Ui

QT_END_NAMESPACE

#endif // AUGMENTEDDISPLAYDIALOGDATA_H