~mahfiaz/openlp/opensong-bible-importer-crash

« back to all changes in this revision

Viewing changes to resources/forms/bibleimport.ui

  • Committer: Raoul Snyman
  • Date: 2008-11-27 20:14:38 UTC
  • Revision ID: svn-v4:f6764a67-73fb-4fa1-9bee-78d85457657e:openlp-2/trunk:605
Moved /openlp/resources/openlp_rc.py to /openlp/core/resources.py.
Moved /openlp/resources to /resources.
Moved /openlp/hints to /documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>BibleImportDialog</class>
 
4
 <widget class="QDialog" name="BibleImportDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>450</width>
 
10
    <height>494</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Bible Registration</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="BibleImportLayout">
 
17
   <property name="spacing">
 
18
    <number>8</number>
 
19
   </property>
 
20
   <property name="margin">
 
21
    <number>8</number>
 
22
   </property>
 
23
   <item>
 
24
    <widget class="QToolBox" name="ImportToolBox">
 
25
     <property name="currentIndex">
 
26
      <number>0</number>
 
27
     </property>
 
28
     <widget class="QWidget" name="CSVImportPage">
 
29
      <property name="geometry">
 
30
       <rect>
 
31
        <x>0</x>
 
32
        <y>0</y>
 
33
        <width>434</width>
 
34
        <height>344</height>
 
35
       </rect>
 
36
      </property>
 
37
      <property name="accessibleName">
 
38
       <string/>
 
39
      </property>
 
40
      <attribute name="label">
 
41
       <string>CVS File Import</string>
 
42
      </attribute>
 
43
     </widget>
 
44
     <widget class="QWidget" name="OSISImportPage">
 
45
      <property name="geometry">
 
46
       <rect>
 
47
        <x>0</x>
 
48
        <y>0</y>
 
49
        <width>434</width>
 
50
        <height>344</height>
 
51
       </rect>
 
52
      </property>
 
53
      <attribute name="label">
 
54
       <string>OSIS XML Bible Import</string>
 
55
      </attribute>
 
56
     </widget>
 
57
     <widget class="QWidget" name="WebBiblePage">
 
58
      <property name="geometry">
 
59
       <rect>
 
60
        <x>0</x>
 
61
        <y>0</y>
 
62
        <width>434</width>
 
63
        <height>344</height>
 
64
       </rect>
 
65
      </property>
 
66
      <attribute name="label">
 
67
       <string>Web Bible Download</string>
 
68
      </attribute>
 
69
      <layout class="QVBoxLayout" name="WebBibleLayout">
 
70
       <property name="spacing">
 
71
        <number>8</number>
 
72
       </property>
 
73
       <property name="margin">
 
74
        <number>8</number>
 
75
       </property>
 
76
       <item>
 
77
        <widget class="QGroupBox" name="OptionsGroupBox">
 
78
         <property name="title">
 
79
          <string>Download Options</string>
 
80
         </property>
 
81
         <layout class="QFormLayout" name="OptionsLayout">
 
82
          <property name="labelAlignment">
 
83
           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 
84
          </property>
 
85
          <property name="formAlignment">
 
86
           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 
87
          </property>
 
88
          <property name="horizontalSpacing">
 
89
           <number>8</number>
 
90
          </property>
 
91
          <property name="verticalSpacing">
 
92
           <number>8</number>
 
93
          </property>
 
94
          <property name="margin">
 
95
           <number>8</number>
 
96
          </property>
 
97
          <item row="0" column="0">
 
98
           <widget class="QLabel" name="LocationLabel">
 
99
            <property name="text">
 
100
             <string>Location:</string>
 
101
            </property>
 
102
           </widget>
 
103
          </item>
 
104
          <item row="0" column="1">
 
105
           <widget class="QComboBox" name="LocationComboBox">
 
106
            <item>
 
107
             <property name="text">
 
108
              <string>BibleGateway</string>
 
109
             </property>
 
110
            </item>
 
111
            <item>
 
112
             <property name="text">
 
113
              <string>CrossWire</string>
 
114
             </property>
 
115
            </item>
 
116
           </widget>
 
117
          </item>
 
118
          <item row="1" column="0">
 
119
           <widget class="QLabel" name="TypeLabel">
 
120
            <property name="text">
 
121
             <string>Type:</string>
 
122
            </property>
 
123
           </widget>
 
124
          </item>
 
125
          <item row="1" column="1">
 
126
           <widget class="QComboBox" name="TypeComboBox">
 
127
            <item>
 
128
             <property name="text">
 
129
              <string>Download As Needed</string>
 
130
             </property>
 
131
            </item>
 
132
            <item>
 
133
             <property name="text">
 
134
              <string>Download All</string>
 
135
             </property>
 
136
            </item>
 
137
           </widget>
 
138
          </item>
 
139
          <item row="2" column="0">
 
140
           <widget class="QLabel" name="BibleLabel">
 
141
            <property name="text">
 
142
             <string>Bible:</string>
 
143
            </property>
 
144
           </widget>
 
145
          </item>
 
146
          <item row="2" column="1">
 
147
           <widget class="QComboBox" name="BibleComboBox">
 
148
            <item>
 
149
             <property name="text">
 
150
              <string>NIV</string>
 
151
             </property>
 
152
            </item>
 
153
            <item>
 
154
             <property name="text">
 
155
              <string>KJV</string>
 
156
             </property>
 
157
            </item>
 
158
           </widget>
 
159
          </item>
 
160
         </layout>
 
161
        </widget>
 
162
       </item>
 
163
       <item>
 
164
        <widget class="QGroupBox" name="ProxyGroupBox">
 
165
         <property name="title">
 
166
          <string>Proxy Settings (Optional)</string>
 
167
         </property>
 
168
         <layout class="QFormLayout" name="ProxySettingsLayout">
 
169
          <property name="horizontalSpacing">
 
170
           <number>8</number>
 
171
          </property>
 
172
          <property name="verticalSpacing">
 
173
           <number>8</number>
 
174
          </property>
 
175
          <property name="margin">
 
176
           <number>8</number>
 
177
          </property>
 
178
          <item row="0" column="0">
 
179
           <widget class="QLabel" name="AddressLabel">
 
180
            <property name="text">
 
181
             <string>Proxy Address:</string>
 
182
            </property>
 
183
           </widget>
 
184
          </item>
 
185
          <item row="0" column="1">
 
186
           <widget class="QLineEdit" name="AddressEdit"/>
 
187
          </item>
 
188
          <item row="1" column="0">
 
189
           <widget class="QLabel" name="UsernameLabel">
 
190
            <property name="text">
 
191
             <string>Username:</string>
 
192
            </property>
 
193
           </widget>
 
194
          </item>
 
195
          <item row="1" column="1">
 
196
           <widget class="QLineEdit" name="UsernameEdit"/>
 
197
          </item>
 
198
          <item row="2" column="0">
 
199
           <widget class="QLabel" name="PasswordLabel">
 
200
            <property name="text">
 
201
             <string>Password:</string>
 
202
            </property>
 
203
           </widget>
 
204
          </item>
 
205
          <item row="2" column="1">
 
206
           <widget class="QLineEdit" name="PasswordEdit"/>
 
207
          </item>
 
208
         </layout>
 
209
        </widget>
 
210
       </item>
 
211
      </layout>
 
212
     </widget>
 
213
    </widget>
 
214
   </item>
 
215
   <item>
 
216
    <widget class="QDialogButtonBox" name="BibleImportButtonBox">
 
217
     <property name="orientation">
 
218
      <enum>Qt::Horizontal</enum>
 
219
     </property>
 
220
     <property name="standardButtons">
 
221
      <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel</set>
 
222
     </property>
 
223
    </widget>
 
224
   </item>
 
225
  </layout>
 
226
 </widget>
 
227
 <resources/>
 
228
 <connections>
 
229
  <connection>
 
230
   <sender>BibleImportButtonBox</sender>
 
231
   <signal>accepted()</signal>
 
232
   <receiver>BibleImportDialog</receiver>
 
233
   <slot>accept()</slot>
 
234
   <hints>
 
235
    <hint type="sourcelabel">
 
236
     <x>248</x>
 
237
     <y>254</y>
 
238
    </hint>
 
239
    <hint type="destinationlabel">
 
240
     <x>157</x>
 
241
     <y>274</y>
 
242
    </hint>
 
243
   </hints>
 
244
  </connection>
 
245
  <connection>
 
246
   <sender>BibleImportButtonBox</sender>
 
247
   <signal>rejected()</signal>
 
248
   <receiver>BibleImportDialog</receiver>
 
249
   <slot>reject()</slot>
 
250
   <hints>
 
251
    <hint type="sourcelabel">
 
252
     <x>316</x>
 
253
     <y>260</y>
 
254
    </hint>
 
255
    <hint type="destinationlabel">
 
256
     <x>286</x>
 
257
     <y>274</y>
 
258
    </hint>
 
259
   </hints>
 
260
  </connection>
 
261
 </connections>
 
262
</ui>