This file is indexed.

/usr/include/gofigure2/ui_LsmToMegaExportDialog.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
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
223
224
225
226
227
228
229
230
231
/********************************************************************************
** Form generated from reading UI file 'LsmToMegaExportDialog.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_LSMTOMEGAEXPORTDIALOG_H
#define UI_LSMTOMEGAEXPORTDIALOG_H

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

QT_BEGIN_NAMESPACE

class Ui_LsmToMegaExportDialog
{
public:
    QGridLayout *gridLayout_11;
    QGridLayout *gridLayout_10;
    QLabel *label;
    QFrame *frame_2;
    QGridLayout *gridLayout_8;
    QGridLayout *gridLayout_6;
    QGridLayout *gridLayout_2;
    QPushButton *selectLsmFile;
    QLineEdit *lsmFileName;
    QLabel *selectLSMLabel;
    QGridLayout *gridLayout_5;
    QGridLayout *gridLayout_3;
    QPushButton *selectMegaPath;
    QLineEdit *megaFilePath;
    QLabel *megaFilePath_2;
    QGridLayout *gridLayout;
    QLabel *outputFormatLabel;
    QComboBox *outputFormat;
    QGridLayout *gridLayout_9;
    QLabel *label_2;
    QFrame *frame;
    QGridLayout *gridLayout_7;
    QGridLayout *gridLayout_4;
    QSpacerItem *horizontalSpacer;
    QPushButton *convert;
    QLabel *convertLabel;

    void setupUi(QDialog *LsmToMegaExportDialog)
    {
        if (LsmToMegaExportDialog->objectName().isEmpty())
            LsmToMegaExportDialog->setObjectName(QString::fromUtf8("LsmToMegaExportDialog"));
        LsmToMegaExportDialog->resize(294, 304);
        gridLayout_11 = new QGridLayout(LsmToMegaExportDialog);
        gridLayout_11->setObjectName(QString::fromUtf8("gridLayout_11"));
        gridLayout_10 = new QGridLayout();
        gridLayout_10->setObjectName(QString::fromUtf8("gridLayout_10"));
        label = new QLabel(LsmToMegaExportDialog);
        label->setObjectName(QString::fromUtf8("label"));

        gridLayout_10->addWidget(label, 0, 0, 1, 1);

        frame_2 = new QFrame(LsmToMegaExportDialog);
        frame_2->setObjectName(QString::fromUtf8("frame_2"));
        frame_2->setFrameShape(QFrame::StyledPanel);
        frame_2->setFrameShadow(QFrame::Raised);
        gridLayout_8 = new QGridLayout(frame_2);
        gridLayout_8->setObjectName(QString::fromUtf8("gridLayout_8"));
        gridLayout_6 = new QGridLayout();
        gridLayout_6->setObjectName(QString::fromUtf8("gridLayout_6"));
        gridLayout_2 = new QGridLayout();
        gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
        selectLsmFile = new QPushButton(frame_2);
        selectLsmFile->setObjectName(QString::fromUtf8("selectLsmFile"));

        gridLayout_2->addWidget(selectLsmFile, 0, 1, 1, 1);

        lsmFileName = new QLineEdit(frame_2);
        lsmFileName->setObjectName(QString::fromUtf8("lsmFileName"));
        lsmFileName->setReadOnly(true);

        gridLayout_2->addWidget(lsmFileName, 0, 0, 1, 1);


        gridLayout_6->addLayout(gridLayout_2, 1, 0, 1, 1);

        selectLSMLabel = new QLabel(frame_2);
        selectLSMLabel->setObjectName(QString::fromUtf8("selectLSMLabel"));

        gridLayout_6->addWidget(selectLSMLabel, 0, 0, 1, 1);


        gridLayout_8->addLayout(gridLayout_6, 0, 0, 1, 1);

        gridLayout_5 = new QGridLayout();
        gridLayout_5->setObjectName(QString::fromUtf8("gridLayout_5"));
        gridLayout_3 = new QGridLayout();
        gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
        selectMegaPath = new QPushButton(frame_2);
        selectMegaPath->setObjectName(QString::fromUtf8("selectMegaPath"));

        gridLayout_3->addWidget(selectMegaPath, 0, 1, 1, 1);

        megaFilePath = new QLineEdit(frame_2);
        megaFilePath->setObjectName(QString::fromUtf8("megaFilePath"));
        megaFilePath->setReadOnly(true);

        gridLayout_3->addWidget(megaFilePath, 0, 0, 1, 1);


        gridLayout_5->addLayout(gridLayout_3, 1, 0, 1, 1);

        megaFilePath_2 = new QLabel(frame_2);
        megaFilePath_2->setObjectName(QString::fromUtf8("megaFilePath_2"));

        gridLayout_5->addWidget(megaFilePath_2, 0, 0, 1, 1);


        gridLayout_8->addLayout(gridLayout_5, 1, 0, 1, 1);

        gridLayout = new QGridLayout();
        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
        outputFormatLabel = new QLabel(frame_2);
        outputFormatLabel->setObjectName(QString::fromUtf8("outputFormatLabel"));

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

        outputFormat = new QComboBox(frame_2);
        outputFormat->setObjectName(QString::fromUtf8("outputFormat"));

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


        gridLayout_8->addLayout(gridLayout, 2, 0, 1, 1);


        gridLayout_10->addWidget(frame_2, 1, 0, 1, 1);


        gridLayout_11->addLayout(gridLayout_10, 0, 0, 1, 1);

        gridLayout_9 = new QGridLayout();
        gridLayout_9->setObjectName(QString::fromUtf8("gridLayout_9"));
        label_2 = new QLabel(LsmToMegaExportDialog);
        label_2->setObjectName(QString::fromUtf8("label_2"));

        gridLayout_9->addWidget(label_2, 0, 0, 1, 1);

        frame = new QFrame(LsmToMegaExportDialog);
        frame->setObjectName(QString::fromUtf8("frame"));
        frame->setFrameShape(QFrame::StyledPanel);
        frame->setFrameShadow(QFrame::Raised);
        gridLayout_7 = new QGridLayout(frame);
        gridLayout_7->setObjectName(QString::fromUtf8("gridLayout_7"));
        gridLayout_4 = new QGridLayout();
        gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
        horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        gridLayout_4->addItem(horizontalSpacer, 0, 1, 1, 1);

        convert = new QPushButton(frame);
        convert->setObjectName(QString::fromUtf8("convert"));

        gridLayout_4->addWidget(convert, 0, 2, 1, 1);

        convertLabel = new QLabel(frame);
        convertLabel->setObjectName(QString::fromUtf8("convertLabel"));

        gridLayout_4->addWidget(convertLabel, 0, 0, 1, 1);


        gridLayout_7->addLayout(gridLayout_4, 0, 0, 1, 1);


        gridLayout_9->addWidget(frame, 1, 0, 1, 1);


        gridLayout_11->addLayout(gridLayout_9, 1, 0, 1, 1);


        retranslateUi(LsmToMegaExportDialog);

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

    void retranslateUi(QDialog *LsmToMegaExportDialog)
    {
        LsmToMegaExportDialog->setWindowTitle(QApplication::translate("LsmToMegaExportDialog", "LSM to MegaCapture exporter", 0, QApplication::UnicodeUTF8));
        label->setText(QApplication::translate("LsmToMegaExportDialog", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Parameters</span></p></body></html>", 0, QApplication::UnicodeUTF8));
        selectLsmFile->setText(QApplication::translate("LsmToMegaExportDialog", "Browse...", 0, QApplication::UnicodeUTF8));
        selectLSMLabel->setText(QApplication::translate("LsmToMegaExportDialog", "LSM file", 0, QApplication::UnicodeUTF8));
        selectMegaPath->setText(QApplication::translate("LsmToMegaExportDialog", "Browse...", 0, QApplication::UnicodeUTF8));
        megaFilePath_2->setText(QApplication::translate("LsmToMegaExportDialog", "Path", 0, QApplication::UnicodeUTF8));
        outputFormatLabel->setText(QApplication::translate("LsmToMegaExportDialog", "Output format", 0, QApplication::UnicodeUTF8));
        outputFormat->clear();
        outputFormat->insertItems(0, QStringList()
         << QApplication::translate("LsmToMegaExportDialog", "PNG", 0, QApplication::UnicodeUTF8)
         << QApplication::translate("LsmToMegaExportDialog", "TIFF", 0, QApplication::UnicodeUTF8)
        );
        label_2->setText(QApplication::translate("LsmToMegaExportDialog", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Conversion</span></p></body></html>", 0, QApplication::UnicodeUTF8));
        convert->setText(QApplication::translate("LsmToMegaExportDialog", "Convert", 0, QApplication::UnicodeUTF8));
        convertLabel->setText(QString());
    } // retranslateUi

};

namespace Ui {
    class LsmToMegaExportDialog: public Ui_LsmToMegaExportDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_LSMTOMEGAEXPORTDIALOG_H