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

« back to all changes in this revision

Viewing changes to resources/forms/editsongform.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
<ui version="4.0" >
 
2
 <class>EditSongForm</class>
 
3
 <widget class="QWidget" name="EditSongForm" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>665</width>
 
9
    <height>481</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Song Editor</string>
 
14
  </property>
 
15
  <property name="windowIcon" >
 
16
   <iconset resource="../images/openlp-2.qrc" >
 
17
    <normaloff>:/icon/openlp.org-icon-32.bmp</normaloff>:/icon/openlp.org-icon-32.bmp</iconset>
 
18
  </property>
 
19
  <layout class="QVBoxLayout" name="EditSongFormLayout" >
 
20
   <property name="spacing" >
 
21
    <number>8</number>
 
22
   </property>
 
23
   <property name="margin" >
 
24
    <number>8</number>
 
25
   </property>
 
26
   <item>
 
27
    <widget class="QWidget" native="1" name="TopWidget" >
 
28
     <layout class="QHBoxLayout" name="TopWidgetLayout" >
 
29
      <property name="spacing" >
 
30
       <number>8</number>
 
31
      </property>
 
32
      <property name="margin" >
 
33
       <number>0</number>
 
34
      </property>
 
35
      <item>
 
36
       <widget class="QWidget" native="1" name="TextWidget" >
 
37
        <layout class="QVBoxLayout" name="TextWidgetLayout" >
 
38
         <property name="spacing" >
 
39
          <number>8</number>
 
40
         </property>
 
41
         <property name="margin" >
 
42
          <number>0</number>
 
43
         </property>
 
44
         <item>
 
45
          <widget class="QLabel" name="TitleLabel" >
 
46
           <property name="text" >
 
47
            <string>Title:</string>
 
48
           </property>
 
49
          </widget>
 
50
         </item>
 
51
         <item>
 
52
          <widget class="QLineEdit" name="TitleEditItem" >
 
53
           <property name="sizePolicy" >
 
54
            <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
 
55
             <horstretch>0</horstretch>
 
56
             <verstretch>0</verstretch>
 
57
            </sizepolicy>
 
58
           </property>
 
59
          </widget>
 
60
         </item>
 
61
         <item>
 
62
          <widget class="QLabel" name="LyricsLabel" >
 
63
           <property name="text" >
 
64
            <string>Lyrics:</string>
 
65
           </property>
 
66
          </widget>
 
67
         </item>
 
68
         <item>
 
69
          <widget class="QTextEdit" name="LyricsTextEdit" >
 
70
           <property name="lineWrapMode" >
 
71
            <enum>QTextEdit::NoWrap</enum>
 
72
           </property>
 
73
           <property name="acceptRichText" >
 
74
            <bool>false</bool>
 
75
           </property>
 
76
          </widget>
 
77
         </item>
 
78
        </layout>
 
79
       </widget>
 
80
      </item>
 
81
      <item>
 
82
       <widget class="QWidget" native="1" name="AuthorWidget" >
 
83
        <layout class="QVBoxLayout" name="AuthorWidgetLayout" >
 
84
         <property name="spacing" >
 
85
          <number>8</number>
 
86
         </property>
 
87
         <property name="margin" >
 
88
          <number>0</number>
 
89
         </property>
 
90
         <item>
 
91
          <widget class="QLabel" name="AuthorsLabel" >
 
92
           <property name="text" >
 
93
            <string>Authors:</string>
 
94
           </property>
 
95
          </widget>
 
96
         </item>
 
97
         <item>
 
98
          <widget class="QWidget" native="1" name="AuthorSelectWidget" >
 
99
           <layout class="QHBoxLayout" name="AuthorSelectWidgetLayout" >
 
100
            <property name="spacing" >
 
101
             <number>8</number>
 
102
            </property>
 
103
            <property name="margin" >
 
104
             <number>0</number>
 
105
            </property>
 
106
            <item>
 
107
             <widget class="QComboBox" name="AuthorsSelectionComboItem" >
 
108
              <property name="sizePolicy" >
 
109
               <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
 
110
                <horstretch>0</horstretch>
 
111
                <verstretch>0</verstretch>
 
112
               </sizepolicy>
 
113
              </property>
 
114
              <property name="editable" >
 
115
               <bool>false</bool>
 
116
              </property>
 
117
              <property name="insertPolicy" >
 
118
               <enum>QComboBox::InsertAlphabetically</enum>
 
119
              </property>
 
120
              <property name="sizeAdjustPolicy" >
 
121
               <enum>QComboBox::AdjustToMinimumContentsLength</enum>
 
122
              </property>
 
123
              <property name="minimumContentsLength" >
 
124
               <number>8</number>
 
125
              </property>
 
126
             </widget>
 
127
            </item>
 
128
            <item>
 
129
             <widget class="QPushButton" name="AuthorAddtoSongItem" >
 
130
              <property name="maximumSize" >
 
131
               <size>
 
132
                <width>110</width>
 
133
                <height>16777215</height>
 
134
               </size>
 
135
              </property>
 
136
              <property name="text" >
 
137
               <string>Add to Song</string>
 
138
              </property>
 
139
             </widget>
 
140
            </item>
 
141
           </layout>
 
142
          </widget>
 
143
         </item>
 
144
         <item>
 
145
          <widget class="QWidget" native="1" name="AuthorManagementWidget" >
 
146
           <layout class="QHBoxLayout" name="AuthorManagementWidgetLayout" >
 
147
            <property name="spacing" >
 
148
             <number>8</number>
 
149
            </property>
 
150
            <property name="margin" >
 
151
             <number>0</number>
 
152
            </property>
 
153
            <item>
 
154
             <widget class="QPushButton" name="NewAuthorButton" >
 
155
              <property name="text" >
 
156
               <string>Add a New Author</string>
 
157
              </property>
 
158
             </widget>
 
159
            </item>
 
160
            <item>
 
161
             <widget class="QPushButton" name="AuthorDeleteItem" >
 
162
              <property name="text" >
 
163
               <string>Delete Author</string>
 
164
              </property>
 
165
             </widget>
 
166
            </item>
 
167
           </layout>
 
168
          </widget>
 
169
         </item>
 
170
         <item>
 
171
          <widget class="QLabel" name="SelectedAuthorsLabel" >
 
172
           <property name="text" >
 
173
            <string>Selected Authors:</string>
 
174
           </property>
 
175
          </widget>
 
176
         </item>
 
177
         <item>
 
178
          <widget class="QListView" name="AuthorsListItem" >
 
179
           <property name="editTriggers" >
 
180
            <set>QAbstractItemView::NoEditTriggers</set>
 
181
           </property>
 
182
           <property name="selectionRectVisible" >
 
183
            <bool>true</bool>
 
184
           </property>
 
185
          </widget>
 
186
         </item>
 
187
         <item>
 
188
          <widget class="QWidget" native="1" name="RemoveAuthorWidget" >
 
189
           <layout class="QHBoxLayout" name="RemoveAuthorWidgetLayout" >
 
190
            <property name="spacing" >
 
191
             <number>8</number>
 
192
            </property>
 
193
            <property name="margin" >
 
194
             <number>0</number>
 
195
            </property>
 
196
            <item>
 
197
             <spacer name="RemoveAuthorHSpacer" >
 
198
              <property name="orientation" >
 
199
               <enum>Qt::Horizontal</enum>
 
200
              </property>
 
201
              <property name="sizeHint" stdset="0" >
 
202
               <size>
 
203
                <width>122</width>
 
204
                <height>20</height>
 
205
               </size>
 
206
              </property>
 
207
             </spacer>
 
208
            </item>
 
209
            <item>
 
210
             <widget class="QPushButton" name="AuthorRemoveItem" >
 
211
              <property name="text" >
 
212
               <string>Remove Selected Author(s)</string>
 
213
              </property>
 
214
             </widget>
 
215
            </item>
 
216
           </layout>
 
217
          </widget>
 
218
         </item>
 
219
         <item>
 
220
          <widget class="QLabel" name="CopyrightInfoLabel" >
 
221
           <property name="text" >
 
222
            <string>Copyright Info:</string>
 
223
           </property>
 
224
          </widget>
 
225
         </item>
 
226
         <item>
 
227
          <widget class="QWidget" native="1" name="CopyrightWidget" >
 
228
           <layout class="QHBoxLayout" name="CopyrightWidgetLayout" >
 
229
            <property name="spacing" >
 
230
             <number>8</number>
 
231
            </property>
 
232
            <property name="margin" >
 
233
             <number>0</number>
 
234
            </property>
 
235
            <item>
 
236
             <widget class="QLineEdit" name="CopyrightEditItem" />
 
237
            </item>
 
238
            <item>
 
239
             <widget class="QPushButton" name="CopyrightInsertItem" >
 
240
              <property name="maximumSize" >
 
241
               <size>
 
242
                <width>29</width>
 
243
                <height>16777215</height>
 
244
               </size>
 
245
              </property>
 
246
              <property name="text" >
 
247
               <string>©</string>
 
248
              </property>
 
249
             </widget>
 
250
            </item>
 
251
           </layout>
 
252
          </widget>
 
253
         </item>
 
254
        </layout>
 
255
       </widget>
 
256
      </item>
 
257
     </layout>
 
258
    </widget>
 
259
   </item>
 
260
   <item>
 
261
    <widget class="QWidget" native="1" name="ThemeWidget" >
 
262
     <layout class="QHBoxLayout" name="ThemeWidgetLayout" >
 
263
      <property name="spacing" >
 
264
       <number>8</number>
 
265
      </property>
 
266
      <property name="margin" >
 
267
       <number>0</number>
 
268
      </property>
 
269
      <item>
 
270
       <widget class="QLabel" name="ThemeLabel" >
 
271
        <property name="maximumSize" >
 
272
         <size>
 
273
          <width>70</width>
 
274
          <height>16777215</height>
 
275
         </size>
 
276
        </property>
 
277
        <property name="text" >
 
278
         <string>Theme</string>
 
279
        </property>
 
280
       </widget>
 
281
      </item>
 
282
      <item>
 
283
       <widget class="QComboBox" name="ThemeSelectionComboItem" />
 
284
      </item>
 
285
      <item>
 
286
       <widget class="QPushButton" name="ThemeAddItem" >
 
287
        <property name="maximumSize" >
 
288
         <size>
 
289
          <width>110</width>
 
290
          <height>16777215</height>
 
291
         </size>
 
292
        </property>
 
293
        <property name="text" >
 
294
         <string>Add a Theme</string>
 
295
        </property>
 
296
       </widget>
 
297
      </item>
 
298
     </layout>
 
299
    </widget>
 
300
   </item>
 
301
   <item>
 
302
    <widget class="QDialogButtonBox" name="ButtonBox" >
 
303
     <property name="standardButtons" >
 
304
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
 
305
     </property>
 
306
    </widget>
 
307
   </item>
 
308
  </layout>
 
309
 </widget>
 
310
 <resources>
 
311
  <include location="../images/openlp-2.qrc" />
 
312
 </resources>
 
313
 <connections>
 
314
  <connection>
 
315
   <sender>ButtonBox</sender>
 
316
   <signal>rejected()</signal>
 
317
   <receiver>EditSongForm</receiver>
 
318
   <slot>close()</slot>
 
319
   <hints>
 
320
    <hint type="sourcelabel" >
 
321
     <x>607</x>
 
322
     <y>456</y>
 
323
    </hint>
 
324
    <hint type="destinationlabel" >
 
325
     <x>578</x>
 
326
     <y>-15</y>
 
327
    </hint>
 
328
   </hints>
 
329
  </connection>
 
330
  <connection>
 
331
   <sender>ButtonBox</sender>
 
332
   <signal>accepted()</signal>
 
333
   <receiver>EditSongForm</receiver>
 
334
   <slot>close()</slot>
 
335
   <hints>
 
336
    <hint type="sourcelabel" >
 
337
     <x>549</x>
 
338
     <y>461</y>
 
339
    </hint>
 
340
    <hint type="destinationlabel" >
 
341
     <x>91</x>
 
342
     <y>-50</y>
 
343
    </hint>
 
344
   </hints>
 
345
  </connection>
 
346
 </connections>
 
347
</ui>