This file is indexed.

/usr/share/pyshared/UiQT4/desChoixMap.py is in eficas 2.0.3-1-1.

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

# Form implementation generated from reading ui file '/tmp/oo/EficasV1/UiQT4/desChoixMap.ui'
#
# Created: Mon Jun 21 09:54:19 2010
#      by: PyQt4 UI code generator 4.4.2
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

class Ui_ChoixMap(object):
    def setupUi(self, ChoixMap):
        ChoixMap.setObjectName("ChoixMap")
        ChoixMap.resize(788,752)
        self.label = QtGui.QLabel(ChoixMap)
        self.label.setGeometry(QtCore.QRect(10,370,141,41))
        self.label.setObjectName("label")
        self.pushButton = QtGui.QPushButton(ChoixMap)
        self.pushButton.setGeometry(QtCore.QRect(10,440,83,30))
        self.pushButton.setObjectName("pushButton")
        self.PBIconeMap = QtGui.QPushButton(ChoixMap)
        self.PBIconeMap.setGeometry(QtCore.QRect(10,30,83,91))
        icon = QtGui.QIcon()
        icon.addPixmap(QtGui.QPixmap("../../../map.ppm"),QtGui.QIcon.Normal,QtGui.QIcon.Off)
        self.PBIconeMap.setIcon(icon)
        self.PBIconeMap.setIconSize(QtCore.QSize(160,160))
        self.PBIconeMap.setObjectName("PBIconeMap")
        self.pushButton_3 = QtGui.QPushButton(ChoixMap)
        self.pushButton_3.setGeometry(QtCore.QRect(670,30,81,101))
        icon = QtGui.QIcon()
        icon.addPixmap(QtGui.QPixmap("image120.png"),QtGui.QIcon.Normal,QtGui.QIcon.Off)
        self.pushButton_3.setIcon(icon)
        self.pushButton_3.setIconSize(QtCore.QSize(160,160))
        self.pushButton_3.setObjectName("pushButton_3")
        self.groupBoxScheme = QtGui.QGroupBox(ChoixMap)
        self.groupBoxScheme.setGeometry(QtCore.QRect(390,20,261,311))
        self.groupBoxScheme.setObjectName("groupBoxScheme")
        self.groupBoxModule = QtGui.QGroupBox(ChoixMap)
        self.groupBoxModule.setGeometry(QtCore.QRect(110,20,261,311))
        self.groupBoxModule.setObjectName("groupBoxModule")
        self.verticalLayout = QtGui.QVBoxLayout(self.groupBoxModule)
        self.verticalLayout.setObjectName("verticalLayout")
        self.RBM1 = QtGui.QRadioButton(self.groupBoxModule)
        self.RBM1.setObjectName("RBM1")
        self.verticalLayout.addWidget(self.RBM1)
        self.RBM2 = QtGui.QRadioButton(self.groupBoxModule)
        self.RBM2.setObjectName("RBM2")
        self.verticalLayout.addWidget(self.RBM2)
        self.RBM3 = QtGui.QRadioButton(self.groupBoxModule)
        self.RBM3.setObjectName("RBM3")
        self.verticalLayout.addWidget(self.RBM3)
        self.RBM4 = QtGui.QRadioButton(self.groupBoxModule)
        self.RBM4.setObjectName("RBM4")
        self.verticalLayout.addWidget(self.RBM4)
        self.RBM5 = QtGui.QRadioButton(self.groupBoxModule)
        self.RBM5.setObjectName("RBM5")
        self.verticalLayout.addWidget(self.RBM5)
        self.RBM6 = QtGui.QRadioButton(self.groupBoxModule)
        self.RBM6.setObjectName("RBM6")
        self.verticalLayout.addWidget(self.RBM6)
        self.RBM7 = QtGui.QRadioButton(self.groupBoxModule)
        self.RBM7.setObjectName("RBM7")
        self.verticalLayout.addWidget(self.RBM7)
        self.RBM8 = QtGui.QRadioButton(self.groupBoxModule)
        self.RBM8.setObjectName("RBM8")
        self.verticalLayout.addWidget(self.RBM8)
        self.RBM9 = QtGui.QRadioButton(self.groupBoxModule)
        self.RBM9.setObjectName("RBM9")
        self.verticalLayout.addWidget(self.RBM9)
        self.RBM10 = QtGui.QRadioButton(self.groupBoxModule)
        self.RBM10.setObjectName("RBM10")
        self.verticalLayout.addWidget(self.RBM10)
        self.labelScheme = QtGui.QLabel(ChoixMap)
        self.labelScheme.setGeometry(QtCore.QRect(160,380,551,31))
        self.labelScheme.setObjectName("labelScheme")

        self.retranslateUi(ChoixMap)
        QtCore.QMetaObject.connectSlotsByName(ChoixMap)

    def retranslateUi(self, ChoixMap):
        ChoixMap.setWindowTitle(QtGui.QApplication.translate("ChoixMap", "Dialog", None, QtGui.QApplication.UnicodeUTF8))
        self.label.setText(QtGui.QApplication.translate("ChoixMap", "scheme description :", None, QtGui.QApplication.UnicodeUTF8))
        self.pushButton.setText(QtGui.QApplication.translate("ChoixMap", "Doc", None, QtGui.QApplication.UnicodeUTF8))
        self.groupBoxScheme.setTitle(QtGui.QApplication.translate("ChoixMap", "Scheme", None, QtGui.QApplication.UnicodeUTF8))
        self.groupBoxModule.setTitle(QtGui.QApplication.translate("ChoixMap", "Modules", None, QtGui.QApplication.UnicodeUTF8))
        self.RBM1.setText(QtGui.QApplication.translate("ChoixMap", "oxides", None, QtGui.QApplication.UnicodeUTF8))
        self.RBM2.setText(QtGui.QApplication.translate("ChoixMap", "scc", None, QtGui.QApplication.UnicodeUTF8))
        self.RBM3.setText(QtGui.QApplication.translate("ChoixMap", "concrete", None, QtGui.QApplication.UnicodeUTF8))
        self.RBM4.setText(QtGui.QApplication.translate("ChoixMap", "polycristals", None, QtGui.QApplication.UnicodeUTF8))
        self.RBM5.setText(QtGui.QApplication.translate("ChoixMap", "polymers", None, QtGui.QApplication.UnicodeUTF8))
        self.RBM6.setText(QtGui.QApplication.translate("ChoixMap", "micro", None, QtGui.QApplication.UnicodeUTF8))
        self.RBM7.setText(QtGui.QApplication.translate("ChoixMap", "seal", None, QtGui.QApplication.UnicodeUTF8))
        self.RBM8.setText(QtGui.QApplication.translate("ChoixMap", "mox", None, QtGui.QApplication.UnicodeUTF8))
        self.RBM9.setText(QtGui.QApplication.translate("ChoixMap", "nano", None, QtGui.QApplication.UnicodeUTF8))
        self.RBM10.setText(QtGui.QApplication.translate("ChoixMap", "insulator", None, QtGui.QApplication.UnicodeUTF8))


if __name__ == "__main__":
    import sys
    app = QtGui.QApplication(sys.argv)
    ChoixMap = QtGui.QDialog()
    ui = Ui_ChoixMap()
    ui.setupUi(ChoixMap)
    ChoixMap.show()
    sys.exit(app.exec_())