~ubuntu-branches/ubuntu/jaunty/bibletime/jaunty

« back to all changes in this revision

Viewing changes to bibletime/frontend/manageindicesform.ui

  • Committer: Bazaar Package Importer
  • Author(s): Ralph Janke
  • Date: 2008-05-10 15:18:16 UTC
  • mfrom: (1.1.6 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080510151816-bqp8y1to705zd0fm
Tags: 1.6.5.1-1
* New upstream version (Closes: #441161, #271502)
* fixes for new autotools and gcc 4.3 (Closes: #407291)
* added poxml to Build-Depends
* No DFSG necessary anymore since biblestudy howto has 
  now Commons Licence 
* Added libclucene-dev to dev-depends (Closes: #436677)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
 
2
<class>ManageIndicesForm</class>
 
3
<widget class="QWidget">
 
4
    <property name="name">
 
5
        <cstring>ManageIndicesForm</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>415</width>
 
12
            <height>404</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>Manage Indicies</string>
 
17
    </property>
 
18
    <vbox>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <property name="margin">
 
23
            <number>0</number>
 
24
        </property>
 
25
        <property name="spacing">
 
26
            <number>8</number>
 
27
        </property>
 
28
        <widget class="QFrame">
 
29
            <property name="name">
 
30
                <cstring>m_labelFrame</cstring>
 
31
            </property>
 
32
            <property name="sizePolicy">
 
33
                <sizepolicy>
 
34
                    <hsizetype>7</hsizetype>
 
35
                    <vsizetype>5</vsizetype>
 
36
                    <horstretch>0</horstretch>
 
37
                    <verstretch>0</verstretch>
 
38
                </sizepolicy>
 
39
            </property>
 
40
            <property name="frameShape">
 
41
                <enum>NoFrame</enum>
 
42
            </property>
 
43
            <property name="frameShadow">
 
44
                <enum>Plain</enum>
 
45
            </property>
 
46
        </widget>
 
47
        <widget class="QCheckBox">
 
48
            <property name="name">
 
49
                <cstring>m_autoDeleteOrphanedIndicesBox</cstring>
 
50
            </property>
 
51
            <property name="text">
 
52
                <string>Automaticall&amp;y delete orphaned indices when BibleTime starts</string>
 
53
            </property>
 
54
            <property name="accel">
 
55
                <string>Alt+Y</string>
 
56
            </property>
 
57
        </widget>
 
58
        <widget class="KListView">
 
59
            <property name="name">
 
60
                <cstring>m_moduleList</cstring>
 
61
            </property>
 
62
        </widget>
 
63
        <widget class="QLayoutWidget">
 
64
            <property name="name">
 
65
                <cstring>layout1</cstring>
 
66
            </property>
 
67
            <hbox>
 
68
                <property name="name">
 
69
                    <cstring>unnamed</cstring>
 
70
                </property>
 
71
                <spacer>
 
72
                    <property name="name">
 
73
                        <cstring>spacer1</cstring>
 
74
                    </property>
 
75
                    <property name="orientation">
 
76
                        <enum>Horizontal</enum>
 
77
                    </property>
 
78
                    <property name="sizeType">
 
79
                        <enum>Expanding</enum>
 
80
                    </property>
 
81
                    <property name="sizeHint">
 
82
                        <size>
 
83
                            <width>40</width>
 
84
                            <height>20</height>
 
85
                        </size>
 
86
                    </property>
 
87
                </spacer>
 
88
                <widget class="QPushButton">
 
89
                    <property name="name">
 
90
                        <cstring>m_createIndicesButton</cstring>
 
91
                    </property>
 
92
                    <property name="text">
 
93
                        <string>&amp;Create selected indices</string>
 
94
                    </property>
 
95
                </widget>
 
96
                <widget class="QPushButton">
 
97
                    <property name="name">
 
98
                        <cstring>m_deleteIndicesButton</cstring>
 
99
                    </property>
 
100
                    <property name="text">
 
101
                        <string>De&amp;lete selected indices</string>
 
102
                    </property>
 
103
                </widget>
 
104
            </hbox>
 
105
        </widget>
 
106
    </vbox>
 
107
</widget>
 
108
<customwidgets>
 
109
</customwidgets>
 
110
<layoutdefaults spacing="6" margin="11"/>
 
111
<includehints>
 
112
    <includehint>klistview.h</includehint>
 
113
</includehints>
 
114
</UI>