This file is indexed.

/usr/share/aqbanking/dialogs/dlg_setup.dlg is in libaqbanking-data 5.3.5beta-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
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
<?xml version="1.0" encoding="utf-8"?>

<!--
/***************************************************************************
 copyright   : (C) 2010 by Martin Preuss
 email       : martin@aqbanking.de

 ***************************************************************************
 * This file is part of the project "AqBanking".                           *
 * Please see toplevel file COPYING of that project for license details.   *
 ***************************************************************************/
-->

<dialog type="dialog" name="ab_setup" i18n="aqbanking"
        flags="decorShrinkable decorStretchable decorMaximize decorMinimize decorClose decorMenu" >
  <widget type="vlayout" flags="fillX fillY" >

    <!-- pages -->
    <widget type="tabBook" name="tabBook" flags="fillX fillY" >

      <!-- user page -->
      <widget type="tabPage" text="Users" flags="fillX fillY" >
        <widget type="hlayout" flags="fillX fillY" >
          <widget type="listBox" name="userListBox" flags="fillX fillY" />
          <widget type="vlayout" flags="fillY equalWidth" >
            <widget type="pushButton" text="Edit User"    name="editUserButton" />
            <widget type="pushButton" text="Create User"  name="addUserButton" />
            <widget type="pushButton" text="Delete User"  name="delUserButton" />
            <widget type="vspacer" flags="fillY" />
          </widget>
        </widget>
      </widget>

      <!-- account page -->
      <widget type="tabPage" text="Accounts" flags="fillX fillY" >
        <widget type="hlayout" flags="fillX fillY" >
          <widget type="listBox" name="accountListBox" flags="fillX fillY" />
          <widget type="vlayout" flags="fillY equalWidth" >
            <widget type="pushButton" text="Edit Account"    name="editAccountButton" />
            <widget type="pushButton" text="Create Account"  name="addAccountButton" />
            <widget type="pushButton" text="Delete Account"  name="delAccountButton" />
            <widget type="vspacer" flags="fillY" />
          </widget>
        </widget>
      </widget>

    </widget>

    <!-- wizard controls -->
    <widget type="hLine" flags="fillX" />
    <widget type="hlayout" flags="fillX equalWidth" >
      <widget type="pushButton" text="Help"     name="wiz_help_button" />
      <widget type="hspacer" flags="fillX" />
      <widget type="pushButton" text="Close"    name="closeButton" />
    </widget>

  </widget>

</dialog>