This file is indexed.

/usr/include/tulip/CopyPropertyDialogData.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
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
/********************************************************************************
** Form generated from reading UI file 'CopyPropertyDialog.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 COPYPROPERTYDIALOGDATA_H
#define COPYPROPERTYDIALOGDATA_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QComboBox>
#include <QtGui/QDialog>
#include <QtGui/QGridLayout>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QPushButton>
#include <QtGui/QRadioButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QVBoxLayout>

QT_BEGIN_NAMESPACE

class Ui_CopyPropertyDialogData
{
public:
    QGridLayout *gridLayout;
    QVBoxLayout *vboxLayout;
    QLabel *label;
    QHBoxLayout *hboxLayout;
    QGridLayout *gridLayout1;
    QRadioButton *newPropertyButton;
    QRadioButton *localPropertyButton;
    QRadioButton *inheritedPropertyButton;
    QVBoxLayout *vboxLayout1;
    QLineEdit *newPropertyText;
    QComboBox *localProperties;
    QComboBox *inheritedProperties;
    QHBoxLayout *hboxLayout1;
    QSpacerItem *spacerItem;
    QPushButton *buttonOK;
    QPushButton *buttonCancel;

    void setupUi(QDialog *CopyPropertyDialogData)
    {
        if (CopyPropertyDialogData->objectName().isEmpty())
            CopyPropertyDialogData->setObjectName(QString::fromUtf8("CopyPropertyDialogData"));
        CopyPropertyDialogData->resize(440, 155);
        QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
        sizePolicy.setHorizontalStretch(0);
        sizePolicy.setVerticalStretch(0);
        sizePolicy.setHeightForWidth(CopyPropertyDialogData->sizePolicy().hasHeightForWidth());
        CopyPropertyDialogData->setSizePolicy(sizePolicy);
        CopyPropertyDialogData->setSizeGripEnabled(false);
        CopyPropertyDialogData->setModal(true);
        gridLayout = new QGridLayout(CopyPropertyDialogData);
        gridLayout->setSpacing(6);
        gridLayout->setContentsMargins(5, 5, 5, 5);
        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
        vboxLayout = new QVBoxLayout();
        vboxLayout->setSpacing(6);
        vboxLayout->setContentsMargins(0, 0, 0, 0);
        vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
        label = new QLabel(CopyPropertyDialogData);
        label->setObjectName(QString::fromUtf8("label"));
        label->setAlignment(Qt::AlignVCenter);
        label->setWordWrap(false);

        vboxLayout->addWidget(label);

        hboxLayout = new QHBoxLayout();
        hboxLayout->setSpacing(6);
        hboxLayout->setContentsMargins(0, 0, 0, 0);
        hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
        gridLayout1 = new QGridLayout();
        gridLayout1->setSpacing(6);
        gridLayout1->setContentsMargins(0, 0, 0, 0);
        gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
        newPropertyButton = new QRadioButton(CopyPropertyDialogData);
        newPropertyButton->setObjectName(QString::fromUtf8("newPropertyButton"));
        newPropertyButton->setMinimumSize(QSize(110, 0));
        newPropertyButton->setChecked(true);

        gridLayout1->addWidget(newPropertyButton, 0, 0, 1, 1);

        localPropertyButton = new QRadioButton(CopyPropertyDialogData);
        localPropertyButton->setObjectName(QString::fromUtf8("localPropertyButton"));
        localPropertyButton->setMinimumSize(QSize(110, 0));

        gridLayout1->addWidget(localPropertyButton, 1, 0, 1, 1);

        inheritedPropertyButton = new QRadioButton(CopyPropertyDialogData);
        inheritedPropertyButton->setObjectName(QString::fromUtf8("inheritedPropertyButton"));
        sizePolicy.setHeightForWidth(inheritedPropertyButton->sizePolicy().hasHeightForWidth());
        inheritedPropertyButton->setSizePolicy(sizePolicy);
        inheritedPropertyButton->setMinimumSize(QSize(150, 0));

        gridLayout1->addWidget(inheritedPropertyButton, 2, 0, 1, 1);


        hboxLayout->addLayout(gridLayout1);

        vboxLayout1 = new QVBoxLayout();
        vboxLayout1->setSpacing(6);
        vboxLayout1->setContentsMargins(0, 0, 0, 0);
        vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
        newPropertyText = new QLineEdit(CopyPropertyDialogData);
        newPropertyText->setObjectName(QString::fromUtf8("newPropertyText"));

        vboxLayout1->addWidget(newPropertyText);

        localProperties = new QComboBox(CopyPropertyDialogData);
        localProperties->setObjectName(QString::fromUtf8("localProperties"));
        localProperties->setEnabled(false);
        QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
        sizePolicy1.setHorizontalStretch(0);
        sizePolicy1.setVerticalStretch(0);
        sizePolicy1.setHeightForWidth(localProperties->sizePolicy().hasHeightForWidth());
        localProperties->setSizePolicy(sizePolicy1);
        localProperties->setDuplicatesEnabled(false);

        vboxLayout1->addWidget(localProperties);

        inheritedProperties = new QComboBox(CopyPropertyDialogData);
        inheritedProperties->setObjectName(QString::fromUtf8("inheritedProperties"));
        inheritedProperties->setEnabled(false);
        sizePolicy1.setHeightForWidth(inheritedProperties->sizePolicy().hasHeightForWidth());
        inheritedProperties->setSizePolicy(sizePolicy1);
        inheritedProperties->setDuplicatesEnabled(false);

        vboxLayout1->addWidget(inheritedProperties);


        hboxLayout->addLayout(vboxLayout1);


        vboxLayout->addLayout(hboxLayout);

        hboxLayout1 = new QHBoxLayout();
        hboxLayout1->setSpacing(6);
        hboxLayout1->setContentsMargins(0, 0, 0, 0);
        hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
        spacerItem = new QSpacerItem(246, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        hboxLayout1->addItem(spacerItem);

        buttonOK = new QPushButton(CopyPropertyDialogData);
        buttonOK->setObjectName(QString::fromUtf8("buttonOK"));
        buttonOK->setAutoDefault(true);
        buttonOK->setDefault(true);

        hboxLayout1->addWidget(buttonOK);

        buttonCancel = new QPushButton(CopyPropertyDialogData);
        buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
        buttonCancel->setAutoDefault(true);
        buttonCancel->setDefault(false);

        hboxLayout1->addWidget(buttonCancel);


        vboxLayout->addLayout(hboxLayout1);


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


        retranslateUi(CopyPropertyDialogData);
        QObject::connect(newPropertyButton, SIGNAL(toggled(bool)), CopyPropertyDialogData, SLOT(setNew(bool)));
        QObject::connect(localPropertyButton, SIGNAL(toggled(bool)), CopyPropertyDialogData, SLOT(setLocal(bool)));
        QObject::connect(inheritedPropertyButton, SIGNAL(toggled(bool)), CopyPropertyDialogData, SLOT(setInherited(bool)));

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

    void retranslateUi(QDialog *CopyPropertyDialogData)
    {
        CopyPropertyDialogData->setWindowTitle(QApplication::translate("CopyPropertyDialogData", "Copy Property", 0, QApplication::UnicodeUTF8));
        label->setText(QApplication::translate("CopyPropertyDialogData", "choose the destination property", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        newPropertyButton->setToolTip(QApplication::translate("CopyPropertyDialogData", "The destination property will be a new property. It's name is given by the contents of  the text field on the right", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        newPropertyButton->setText(QApplication::translate("CopyPropertyDialogData", "new property", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        localPropertyButton->setToolTip(QApplication::translate("CopyPropertyDialogData", "The destination property will be an already existing local property choosen in the list on the right", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        localPropertyButton->setText(QApplication::translate("CopyPropertyDialogData", "local property", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        inheritedPropertyButton->setToolTip(QApplication::translate("CopyPropertyDialogData", "The destination property will be an already existing parent property choosen in the list on the right", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        inheritedPropertyButton->setText(QApplication::translate("CopyPropertyDialogData", "inherited property", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        newPropertyText->setToolTip(QApplication::translate("CopyPropertyDialogData", "Enter the name of the new property", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        localProperties->setToolTip(QApplication::translate("CopyPropertyDialogData", "Choose the local property", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        inheritedProperties->setToolTip(QApplication::translate("CopyPropertyDialogData", "Choose the parent property", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        buttonOK->setText(QApplication::translate("CopyPropertyDialogData", "&OK", 0, QApplication::UnicodeUTF8));
        buttonOK->setShortcut(QApplication::translate("CopyPropertyDialogData", "Alt+O", 0, QApplication::UnicodeUTF8));
        buttonCancel->setText(QApplication::translate("CopyPropertyDialogData", "&Cancel", 0, QApplication::UnicodeUTF8));
        buttonCancel->setShortcut(QApplication::translate("CopyPropertyDialogData", "Alt+C", 0, QApplication::UnicodeUTF8));
    } // retranslateUi

};

namespace Ui {
    class CopyPropertyDialogData: public Ui_CopyPropertyDialogData {};
} // namespace Ui

QT_END_NAMESPACE

#endif // COPYPROPERTYDIALOGDATA_H