This file is indexed.

/usr/lib/python2.7/dist-packages/code_saturne/Pages/StartRestartAdvancedDialogForm.py is in code-saturne-data 4.3.3+repack-1build1.

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
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'StartRestartAdvancedDialogForm.ui'
#
# Created by: PyQt4 UI code generator 4.11.4
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

try:
    _fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
    def _fromUtf8(s):
        return s

try:
    _encoding = QtGui.QApplication.UnicodeUTF8
    def _translate(context, text, disambig):
        return QtGui.QApplication.translate(context, text, disambig, _encoding)
except AttributeError:
    def _translate(context, text, disambig):
        return QtGui.QApplication.translate(context, text, disambig)

class Ui_StartRestartAdvancedDialogForm(object):
    def setupUi(self, StartRestartAdvancedDialogForm):
        StartRestartAdvancedDialogForm.setObjectName(_fromUtf8("StartRestartAdvancedDialogForm"))
        StartRestartAdvancedDialogForm.resize(336, 202)
        self.gridlayout = QtGui.QGridLayout(StartRestartAdvancedDialogForm)
        self.gridlayout.setObjectName(_fromUtf8("gridlayout"))
        self.groupBoxRestart = QtGui.QGroupBox(StartRestartAdvancedDialogForm)
        self.groupBoxRestart.setTitle(_fromUtf8(""))
        self.groupBoxRestart.setObjectName(_fromUtf8("groupBoxRestart"))
        self.gridlayout1 = QtGui.QGridLayout(self.groupBoxRestart)
        self.gridlayout1.setObjectName(_fromUtf8("gridlayout1"))
        self.hboxlayout = QtGui.QHBoxLayout()
        self.hboxlayout.setObjectName(_fromUtf8("hboxlayout"))
        spacerItem = QtGui.QSpacerItem(20, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.hboxlayout.addItem(spacerItem)
        self.labelILEAUX = QtGui.QLabel(self.groupBoxRestart)
        self.labelILEAUX.setObjectName(_fromUtf8("labelILEAUX"))
        self.hboxlayout.addWidget(self.labelILEAUX)
        self.checkBoxReadAuxFile = QtGui.QCheckBox(self.groupBoxRestart)
        self.checkBoxReadAuxFile.setText(_fromUtf8(""))
        self.checkBoxReadAuxFile.setObjectName(_fromUtf8("checkBoxReadAuxFile"))
        self.hboxlayout.addWidget(self.checkBoxReadAuxFile)
        spacerItem1 = QtGui.QSpacerItem(16, 16, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.hboxlayout.addItem(spacerItem1)
        self.gridlayout1.addLayout(self.hboxlayout, 0, 0, 1, 1)
        self.gridlayout.addWidget(self.groupBoxRestart, 0, 0, 1, 1)
        self.groupBoxFreq = QtGui.QGroupBox(StartRestartAdvancedDialogForm)
        self.groupBoxFreq.setObjectName(_fromUtf8("groupBoxFreq"))
        self.gridlayout2 = QtGui.QGridLayout(self.groupBoxFreq)
        self.gridlayout2.setObjectName(_fromUtf8("gridlayout2"))
        self.hboxlayout1 = QtGui.QHBoxLayout()
        self.hboxlayout1.setObjectName(_fromUtf8("hboxlayout1"))
        self.comboBoxFreq = QtGui.QComboBox(self.groupBoxFreq)
        self.comboBoxFreq.setMinimumSize(QtCore.QSize(200, 0))
        self.comboBoxFreq.setObjectName(_fromUtf8("comboBoxFreq"))
        self.hboxlayout1.addWidget(self.comboBoxFreq)
        spacerItem2 = QtGui.QSpacerItem(20, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.hboxlayout1.addItem(spacerItem2)
        self.lineEditNSUIT = QtGui.QLineEdit(self.groupBoxFreq)
        self.lineEditNSUIT.setMaximumSize(QtCore.QSize(60, 16777215))
        self.lineEditNSUIT.setObjectName(_fromUtf8("lineEditNSUIT"))
        self.hboxlayout1.addWidget(self.lineEditNSUIT)
        self.gridlayout2.addLayout(self.hboxlayout1, 0, 0, 1, 1)
        self.gridlayout.addWidget(self.groupBoxFreq, 1, 0, 1, 1)
        self.buttonBox = QtGui.QDialogButtonBox(StartRestartAdvancedDialogForm)
        self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
        self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.NoButton|QtGui.QDialogButtonBox.Ok)
        self.buttonBox.setCenterButtons(True)
        self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
        self.gridlayout.addWidget(self.buttonBox, 2, 0, 1, 1)
        spacerItem3 = QtGui.QSpacerItem(20, 16, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
        self.gridlayout.addItem(spacerItem3, 3, 0, 1, 1)

        self.retranslateUi(StartRestartAdvancedDialogForm)
        QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("rejected()")), StartRestartAdvancedDialogForm.reject)
        QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), StartRestartAdvancedDialogForm.accept)
        QtCore.QMetaObject.connectSlotsByName(StartRestartAdvancedDialogForm)

    def retranslateUi(self, StartRestartAdvancedDialogForm):
        StartRestartAdvancedDialogForm.setWindowTitle(_translate("StartRestartAdvancedDialogForm", "Dialog", None))
        self.labelILEAUX.setToolTip(_translate("StartRestartAdvancedDialogForm", "Code_Saturne key word: ILEAUX", None))
        self.labelILEAUX.setText(_translate("StartRestartAdvancedDialogForm", "Read the auxiliary restart file\n"
"at the begin of the calculation", None))
        self.checkBoxReadAuxFile.setToolTip(_translate("StartRestartAdvancedDialogForm", "Code_Saturne key word: ILEAUX", None))
        self.groupBoxFreq.setTitle(_translate("StartRestartAdvancedDialogForm", "Frequency of restart checkpoints", None))
        self.comboBoxFreq.setToolTip(_translate("StartRestartAdvancedDialogForm", "Code_Saturne key word: NTSUIT", None))
        self.lineEditNSUIT.setToolTip(_translate("StartRestartAdvancedDialogForm", "Code_Saturne key word: NSUIT", None))