This file is indexed.

/usr/include/tulip/StringListSelectionWidgetData.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
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
/********************************************************************************
** Form generated from reading UI file 'StringListSelectionWidget.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 STRINGLISTSELECTIONWIDGETDATA_H
#define STRINGLISTSELECTIONWIDGETDATA_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QPushButton>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>
#include "ItemsListWidget.h"

QT_BEGIN_NAMESPACE

class Ui_StringListSelectionData
{
public:
    QHBoxLayout *horizontalLayout;
    QVBoxLayout *verticalLayout_8;
    QLabel *inputListLabel;
    tlp::ItemsListWidget *inputList;
    QVBoxLayout *verticalLayout_6;
    QPushButton *addButton;
    QPushButton *removeButton;
    QVBoxLayout *verticalLayout_7;
    QLabel *outputListLabel;
    tlp::ItemsListWidget *outputList;
    QVBoxLayout *verticalLayout_5;
    QPushButton *upButton;
    QPushButton *downButton;

    void setupUi(QWidget *StringListSelectionData)
    {
        if (StringListSelectionData->objectName().isEmpty())
            StringListSelectionData->setObjectName(QString::fromUtf8("StringListSelectionData"));
        StringListSelectionData->resize(395, 284);
        horizontalLayout = new QHBoxLayout(StringListSelectionData);
        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
        verticalLayout_8 = new QVBoxLayout();
        verticalLayout_8->setObjectName(QString::fromUtf8("verticalLayout_8"));
        inputListLabel = new QLabel(StringListSelectionData);
        inputListLabel->setObjectName(QString::fromUtf8("inputListLabel"));
        inputListLabel->setAlignment(Qt::AlignCenter);

        verticalLayout_8->addWidget(inputListLabel);

        inputList = new tlp::ItemsListWidget(StringListSelectionData);
        inputList->setObjectName(QString::fromUtf8("inputList"));

        verticalLayout_8->addWidget(inputList);


        horizontalLayout->addLayout(verticalLayout_8);

        verticalLayout_6 = new QVBoxLayout();
        verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6"));
        addButton = new QPushButton(StringListSelectionData);
        addButton->setObjectName(QString::fromUtf8("addButton"));
        QIcon icon;
        icon.addFile(QString::fromUtf8(":/right.png"), QSize(), QIcon::Normal, QIcon::Off);
        addButton->setIcon(icon);

        verticalLayout_6->addWidget(addButton);

        removeButton = new QPushButton(StringListSelectionData);
        removeButton->setObjectName(QString::fromUtf8("removeButton"));
        QIcon icon1;
        icon1.addFile(QString::fromUtf8(":/left.png"), QSize(), QIcon::Normal, QIcon::Off);
        removeButton->setIcon(icon1);

        verticalLayout_6->addWidget(removeButton);


        horizontalLayout->addLayout(verticalLayout_6);

        verticalLayout_7 = new QVBoxLayout();
        verticalLayout_7->setObjectName(QString::fromUtf8("verticalLayout_7"));
        outputListLabel = new QLabel(StringListSelectionData);
        outputListLabel->setObjectName(QString::fromUtf8("outputListLabel"));
        outputListLabel->setAlignment(Qt::AlignCenter);

        verticalLayout_7->addWidget(outputListLabel);

        outputList = new tlp::ItemsListWidget(StringListSelectionData);
        outputList->setObjectName(QString::fromUtf8("outputList"));

        verticalLayout_7->addWidget(outputList);


        horizontalLayout->addLayout(verticalLayout_7);

        verticalLayout_5 = new QVBoxLayout();
        verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
        upButton = new QPushButton(StringListSelectionData);
        upButton->setObjectName(QString::fromUtf8("upButton"));
        QIcon icon2;
        icon2.addFile(QString::fromUtf8(":/up.png"), QSize(), QIcon::Normal, QIcon::Off);
        upButton->setIcon(icon2);

        verticalLayout_5->addWidget(upButton);

        downButton = new QPushButton(StringListSelectionData);
        downButton->setObjectName(QString::fromUtf8("downButton"));
        QIcon icon3;
        icon3.addFile(QString::fromUtf8(":/down.png"), QSize(), QIcon::Normal, QIcon::Off);
        downButton->setIcon(icon3);

        verticalLayout_5->addWidget(downButton);


        horizontalLayout->addLayout(verticalLayout_5);


        retranslateUi(StringListSelectionData);

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

    void retranslateUi(QWidget *StringListSelectionData)
    {
        StringListSelectionData->setWindowTitle(QApplication::translate("StringListSelectionData", "Form", 0, QApplication::UnicodeUTF8));
        inputListLabel->setText(QString());
        addButton->setText(QString());
        removeButton->setText(QString());
        outputListLabel->setText(QString());
        upButton->setText(QString());
        downButton->setText(QString());
    } // retranslateUi

};

namespace Ui {
    class StringListSelectionData: public Ui_StringListSelectionData {};
} // namespace Ui

QT_END_NAMESPACE

#endif // STRINGLISTSELECTIONWIDGETDATA_H