This file is indexed.

/usr/share/doc/libplplot12/examples/c++/README.qt_example is in libplplot-dev 5.10.0+dfsg2-0.1ubuntu2.

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
The files qt_example.cpp, qt_PlotWindow.cpp, and qt_PlotWindow.h contain
source code for a simple example demonstrating how to access the PLplot API
from a Qt GUI application.

For all our build systems (cmake in the build tree, cmake in the
installed examples build tree, and the traditional pkg-config+Makefile
build system for the installed examples tree), you build this simple
Qt example (with all dependencies taken care of automatically) by
running

make qt_example

For our two CMake-based build systems you can run this example (with
all dependencies taken care of automatically) by running

make test_qt_example