This file is indexed.

/usr/share/monkeystudio/templates/Python/PyQt Gui/template.ini is in monkeystudio-common 1.9.0.4-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
[General]
Description=PYTHON-Qt Gui Application
Files=$Project Name$.xpyqt, $Main File Name$, $Class File Name$.py, $Form File Name$.ui
ProjectsToOpen=$Project Name$.xpyqt
FilesToOpen=$Main File Name$, $Class File Name$.py
FilesToAdd=$Project Name$.xpyqt, $Main File Name$, $Class File Name$.py, $Form File Name$.ui
Icon=qt_gui.png
Language=PYTHON
Script=
Type=Projects
Variables=Project Name, Main File Name, Class Name, Base Class, Class File Name, Form File Name, License, Home Page, Authors, Comment
Project%20NameValues=My PyQt4 QtGui Project
Main%20File%20NameValues=main.py, main.pyw
Class%20NameValues=MainWindow
Base%20ClassValues=QMainWindow, QDialog, QWidget
Class%20File%20NameValues=mainwindow
Form%20File%20NameValues=mainwindow
LicenseValues=GPL, GPL2, GPL3, LGPL, LGPL2, LGPL3, QPL, BSD
Home%20PageValues=http://www.mydomain.org
AuthorsValues=You Name <your@email.org>
CommentValues=Creating using Monkey Studio RAD