~ubuntu-branches/debian/sid/openlp/sid

« back to all changes in this revision

Viewing changes to resources/forms/editcustomslidedialog.ui

  • Committer: Package Import Robot
  • Author(s): Raoul Snyman
  • Date: 2012-05-09 18:40:30 UTC
  • Revision ID: package-import@ubuntu.com-20120509184030-pqz3jwr61635nld9
Tags: upstream-1.9.9
ImportĀ upstreamĀ versionĀ 1.9.9

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>customSlideEditDialog</class>
 
4
 <widget class="QDialog" name="customSlideEditDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>474</width>
 
10
    <height>442</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Dialog</string>
 
15
  </property>
 
16
  <widget class="QDialogButtonBox" name="buttonBox">
 
17
   <property name="geometry">
 
18
    <rect>
 
19
     <x>8</x>
 
20
     <y>407</y>
 
21
     <width>458</width>
 
22
     <height>32</height>
 
23
    </rect>
 
24
   </property>
 
25
   <property name="orientation">
 
26
    <enum>Qt::Horizontal</enum>
 
27
   </property>
 
28
   <property name="standardButtons">
 
29
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
 
30
   </property>
 
31
  </widget>
 
32
  <widget class="QTextEdit" name="VerseTextEdit">
 
33
   <property name="geometry">
 
34
    <rect>
 
35
     <x>8</x>
 
36
     <y>8</y>
 
37
     <width>458</width>
 
38
     <height>349</height>
 
39
    </rect>
 
40
   </property>
 
41
  </widget>
 
42
  <widget class="QPushButton" name="SplitButton">
 
43
   <property name="geometry">
 
44
    <rect>
 
45
     <x>380</x>
 
46
     <y>370</y>
 
47
     <width>85</width>
 
48
     <height>27</height>
 
49
    </rect>
 
50
   </property>
 
51
   <property name="toolTip">
 
52
    <string extracomment="Add new slide split"/>
 
53
   </property>
 
54
   <property name="text">
 
55
    <string>Split Slide</string>
 
56
   </property>
 
57
  </widget>
 
58
 </widget>
 
59
 <resources>
 
60
  <include location="../images/openlp-2.qrc"/>
 
61
 </resources>
 
62
 <connections>
 
63
  <connection>
 
64
   <sender>buttonBox</sender>
 
65
   <signal>accepted()</signal>
 
66
   <receiver>customSlideEditDialog</receiver>
 
67
   <slot>accept()</slot>
 
68
   <hints>
 
69
    <hint type="sourcelabel">
 
70
     <x>248</x>
 
71
     <y>254</y>
 
72
    </hint>
 
73
    <hint type="destinationlabel">
 
74
     <x>157</x>
 
75
     <y>274</y>
 
76
    </hint>
 
77
   </hints>
 
78
  </connection>
 
79
  <connection>
 
80
   <sender>buttonBox</sender>
 
81
   <signal>rejected()</signal>
 
82
   <receiver>customSlideEditDialog</receiver>
 
83
   <slot>reject()</slot>
 
84
   <hints>
 
85
    <hint type="sourcelabel">
 
86
     <x>316</x>
 
87
     <y>260</y>
 
88
    </hint>
 
89
    <hint type="destinationlabel">
 
90
     <x>286</x>
 
91
     <y>274</y>
 
92
    </hint>
 
93
   </hints>
 
94
  </connection>
 
95
 </connections>
 
96
</ui>