This file is indexed.

/usr/share/monkeystudio/templates/C++/Qt Form - No Inheritance/template.ini is in monkeystudio-common 1.9.0.1-2.

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
[General]
Description=Qt Form - No Inheritance
Files=$Class Name$.ui
FilesToOpen=$Class Name$.ui
FilesToAdd=$Class Name$.ui
Icon=qt_form.png
Language=C++
Script=
Type=Forms
Variables=Class Name, Qt Widget Class, Width, Height, Window Title, Central Widget
Class%20NameValues=MyFormClass
Qt%20Widget%20ClassValues=QMainWindow, QDialog, QWidget, QDockWidget, QFrame, QLabel, QGroupBox
WidthValues=400
HeightValues=300
Window%20TitleValues=My Form Class
Central%20WidgetValues=, <widget class=\"QWidget\" name=\"centralwidget\" />