This file is indexed.

/usr/include/gofigure2/ui_ManualSegmentationSettingsDlg.h is in libgofigure-dev 0.9.0-3.

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
/********************************************************************************
** Form generated from reading UI file 'ManualSegmentationSettingsDlg.ui'
**
** Created: Fri Dec 13 17:12:57 2013
**      by: Qt User Interface Compiler version 4.8.4
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef UI_MANUALSEGMENTATIONSETTINGSDLG_H
#define UI_MANUALSEGMENTATIONSETTINGSDLG_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QDialogButtonBox>
#include <QtGui/QDoubleSpinBox>
#include <QtGui/QFormLayout>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QPushButton>
#include <QtGui/QWidget>
#include "QVTKWidget.h"

QT_BEGIN_NAMESPACE

class Ui_ManualSegmentationSettingsDlg
{
public:
    QDialogButtonBox *buttonBox;
    QVTKWidget *qvtkWidget;
    QWidget *widget;
    QFormLayout *formLayout;
    QLabel *label_2;
    QPushButton *LineColorBtn;
    QLabel *label_3;
    QPushButton *NodeColorBtn;
    QLabel *label_4;
    QPushButton *ActivatedNodeColorBtn;
    QWidget *widget1;
    QHBoxLayout *horizontalLayout;
    QLabel *label;
    QDoubleSpinBox *LineWidthSpinBox;

    void setupUi(QDialog *ManualSegmentationSettingsDlg)
    {
        if (ManualSegmentationSettingsDlg->objectName().isEmpty())
            ManualSegmentationSettingsDlg->setObjectName(QString::fromUtf8("ManualSegmentationSettingsDlg"));
        ManualSegmentationSettingsDlg->resize(350, 390);
        buttonBox = new QDialogButtonBox(ManualSegmentationSettingsDlg);
        buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
        buttonBox->setGeometry(QRect(170, 350, 177, 34));
        buttonBox->setOrientation(Qt::Horizontal);
        buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
        qvtkWidget = new QVTKWidget(ManualSegmentationSettingsDlg);
        qvtkWidget->setObjectName(QString::fromUtf8("qvtkWidget"));
        qvtkWidget->setGeometry(QRect(5, 120, 341, 221));
        widget = new QWidget(ManualSegmentationSettingsDlg);
        widget->setObjectName(QString::fromUtf8("widget"));
        widget->setGeometry(QRect(160, 10, 185, 101));
        formLayout = new QFormLayout(widget);
        formLayout->setObjectName(QString::fromUtf8("formLayout"));
        formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
        formLayout->setHorizontalSpacing(20);
        formLayout->setContentsMargins(0, 0, 0, 0);
        label_2 = new QLabel(widget);
        label_2->setObjectName(QString::fromUtf8("label_2"));

        formLayout->setWidget(0, QFormLayout::LabelRole, label_2);

        LineColorBtn = new QPushButton(widget);
        LineColorBtn->setObjectName(QString::fromUtf8("LineColorBtn"));

        formLayout->setWidget(0, QFormLayout::FieldRole, LineColorBtn);

        label_3 = new QLabel(widget);
        label_3->setObjectName(QString::fromUtf8("label_3"));

        formLayout->setWidget(1, QFormLayout::LabelRole, label_3);

        NodeColorBtn = new QPushButton(widget);
        NodeColorBtn->setObjectName(QString::fromUtf8("NodeColorBtn"));

        formLayout->setWidget(1, QFormLayout::FieldRole, NodeColorBtn);

        label_4 = new QLabel(widget);
        label_4->setObjectName(QString::fromUtf8("label_4"));

        formLayout->setWidget(2, QFormLayout::LabelRole, label_4);

        ActivatedNodeColorBtn = new QPushButton(widget);
        ActivatedNodeColorBtn->setObjectName(QString::fromUtf8("ActivatedNodeColorBtn"));

        formLayout->setWidget(2, QFormLayout::FieldRole, ActivatedNodeColorBtn);

        widget1 = new QWidget(ManualSegmentationSettingsDlg);
        widget1->setObjectName(QString::fromUtf8("widget1"));
        widget1->setGeometry(QRect(20, 10, 124, 28));
        horizontalLayout = new QHBoxLayout(widget1);
        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
        horizontalLayout->setContentsMargins(0, 0, 0, 0);
        label = new QLabel(widget1);
        label->setObjectName(QString::fromUtf8("label"));

        horizontalLayout->addWidget(label);

        LineWidthSpinBox = new QDoubleSpinBox(widget1);
        LineWidthSpinBox->setObjectName(QString::fromUtf8("LineWidthSpinBox"));
        LineWidthSpinBox->setDecimals(1);
        LineWidthSpinBox->setMaximum(10);
        LineWidthSpinBox->setSingleStep(1);
        LineWidthSpinBox->setValue(1);

        horizontalLayout->addWidget(LineWidthSpinBox);

#ifndef QT_NO_SHORTCUT
        label->setBuddy(LineWidthSpinBox);
#endif // QT_NO_SHORTCUT

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

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

    void retranslateUi(QDialog *ManualSegmentationSettingsDlg)
    {
        ManualSegmentationSettingsDlg->setWindowTitle(QApplication::translate("ManualSegmentationSettingsDlg", "Dialog", 0, QApplication::UnicodeUTF8));
        label_2->setText(QApplication::translate("ManualSegmentationSettingsDlg", "Line Color", 0, QApplication::UnicodeUTF8));
        LineColorBtn->setText(QApplication::translate("ManualSegmentationSettingsDlg", "Select Color", 0, QApplication::UnicodeUTF8));
        label_3->setText(QApplication::translate("ManualSegmentationSettingsDlg", "Node Color", 0, QApplication::UnicodeUTF8));
        NodeColorBtn->setText(QApplication::translate("ManualSegmentationSettingsDlg", "Select Color", 0, QApplication::UnicodeUTF8));
        label_4->setText(QApplication::translate("ManualSegmentationSettingsDlg", "Activated\n"
"Node Color", 0, QApplication::UnicodeUTF8));
        ActivatedNodeColorBtn->setText(QApplication::translate("ManualSegmentationSettingsDlg", "Select Color", 0, QApplication::UnicodeUTF8));
        label->setText(QApplication::translate("ManualSegmentationSettingsDlg", "Line Width", 0, QApplication::UnicodeUTF8));
    } // retranslateUi

};

namespace Ui {
    class ManualSegmentationSettingsDlg: public Ui_ManualSegmentationSettingsDlg {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_MANUALSEGMENTATIONSETTINGSDLG_H