~ubuntu-branches/ubuntu/precise/ipe/precise

« back to all changes in this revision

Viewing changes to src/ipe/dlgeffects.ui

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2009-12-11 21:22:35 UTC
  • mfrom: (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091211212235-5iio4nzpra64snab
Tags: 7.0.10-1
* New upstream.  Closes: #551192.
  - New build-depends: libcairo2-dev, liblua5.1-0-dev, gsfonts
  - patches/config.diff: Remove.  Upstream build system replaced.
  - Runtime lib package changed to libipe7.0.10 from libipe1c2a
  - Devel package renamed to libipe-dev (from libipe1-dev)
  - Package ipe depends on lua5.1 due to ipe-update-master.

* rules: Re-write to use dh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <author></author>
3
 
 <comment></comment>
4
 
 <exportmacro></exportmacro>
5
 
 <class>DlgEffects</class>
6
 
 <widget class="QDialog" name="DlgEffects" >
7
 
  <property name="geometry" >
8
 
   <rect>
9
 
    <x>0</x>
10
 
    <y>0</y>
11
 
    <width>486</width>
12
 
    <height>169</height>
13
 
   </rect>
14
 
  </property>
15
 
  <property name="windowTitle" >
16
 
   <string>Ipe view effect</string>
17
 
  </property>
18
 
  <property name="sizeGripEnabled" >
19
 
   <bool>true</bool>
20
 
  </property>
21
 
  <layout class="QGridLayout" >
22
 
   <property name="margin" >
23
 
    <number>8</number>
24
 
   </property>
25
 
   <property name="spacing" >
26
 
    <number>6</number>
27
 
   </property>
28
 
   <item row="1" column="0" >
29
 
    <layout class="QHBoxLayout" >
30
 
     <property name="margin" >
31
 
      <number>0</number>
32
 
     </property>
33
 
     <property name="spacing" >
34
 
      <number>6</number>
35
 
     </property>
36
 
     <item>
37
 
      <widget class="QPushButton" name="iButtonHelp" >
38
 
       <property name="text" >
39
 
        <string>&amp;What's this?</string>
40
 
       </property>
41
 
       <property name="autoDefault" >
42
 
        <bool>true</bool>
43
 
       </property>
44
 
      </widget>
45
 
     </item>
46
 
     <item>
47
 
      <spacer>
48
 
       <property name="orientation" >
49
 
        <enum>Qt::Horizontal</enum>
50
 
       </property>
51
 
       <property name="sizeType" >
52
 
        <enum>QSizePolicy::Expanding</enum>
53
 
       </property>
54
 
       <property name="sizeHint" >
55
 
        <size>
56
 
         <width>211</width>
57
 
         <height>25</height>
58
 
        </size>
59
 
       </property>
60
 
      </spacer>
61
 
     </item>
62
 
     <item>
63
 
      <widget class="QPushButton" name="iButtonOk" >
64
 
       <property name="text" >
65
 
        <string>&amp;OK</string>
66
 
       </property>
67
 
       <property name="autoDefault" >
68
 
        <bool>true</bool>
69
 
       </property>
70
 
       <property name="default" >
71
 
        <bool>true</bool>
72
 
       </property>
73
 
      </widget>
74
 
     </item>
75
 
     <item>
76
 
      <widget class="QPushButton" name="iButtonCancel" >
77
 
       <property name="text" >
78
 
        <string>&amp;Cancel</string>
79
 
       </property>
80
 
       <property name="autoDefault" >
81
 
        <bool>true</bool>
82
 
       </property>
83
 
      </widget>
84
 
     </item>
85
 
    </layout>
86
 
   </item>
87
 
   <item row="0" column="0" >
88
 
    <widget class="QGroupBox" name="iPresentationGroup" >
89
 
     <property name="whatsThis" >
90
 
      <string>Here you define a view of the current Ipe page. A view consists of one or more layers of the page, and can optionally include a blend-in effect and a view duration.</string>
91
 
     </property>
92
 
     <property name="title" >
93
 
      <string>Transition effect</string>
94
 
     </property>
95
 
     <layout class="QGridLayout" >
96
 
      <property name="margin" >
97
 
       <number>8</number>
98
 
      </property>
99
 
      <property name="spacing" >
100
 
       <number>6</number>
101
 
      </property>
102
 
      <item row="2" column="2" >
103
 
       <widget class="QSpinBox" name="iTransitionSpinBox" >
104
 
        <property name="toolTip" >
105
 
         <string>Duration of the blend-in effect</string>
106
 
        </property>
107
 
        <property name="whatsThis" >
108
 
         <string>Here you can change the speed of the effect. The time indicates how long the effect lasts.</string>
109
 
        </property>
110
 
        <property name="buttonSymbols" >
111
 
         <enum>QAbstractSpinBox::UpDownArrows</enum>
112
 
        </property>
113
 
        <property name="suffix" >
114
 
         <string> sec</string>
115
 
        </property>
116
 
        <property name="maximum" >
117
 
         <number>10</number>
118
 
        </property>
119
 
        <property name="minimum" >
120
 
         <number>1</number>
121
 
        </property>
122
 
        <property name="singleStep" >
123
 
         <number>1</number>
124
 
        </property>
125
 
        <property name="value" >
126
 
         <number>1</number>
127
 
        </property>
128
 
       </widget>
129
 
      </item>
130
 
      <item row="1" column="1" colspan="2" >
131
 
       <widget class="QComboBox" name="iEffectComboBox" >
132
 
        <property name="toolTip" >
133
 
         <string>Blend-in effect for the view</string>
134
 
        </property>
135
 
        <property name="whatsThis" >
136
 
         <string>Here you can select any special effect to be used for moving to this page view. In other words, this effect is used when this view is blended &lt;em>in&lt;/em>.</string>
137
 
        </property>
138
 
       </widget>
139
 
      </item>
140
 
      <item row="0" column="1" colspan="2" >
141
 
       <widget class="QSpinBox" name="iDurationSpinBox" >
142
 
        <property name="toolTip" >
143
 
         <string>View duration</string>
144
 
        </property>
145
 
        <property name="whatsThis" >
146
 
         <string>Here you can determine how long the PDF viewer rests on this page view, before it proceeds to the next page. &lt;em>Manual&lt;/em> means that the PDF viewer does not proceed automatically.</string>
147
 
        </property>
148
 
        <property name="wrapping" >
149
 
         <bool>true</bool>
150
 
        </property>
151
 
        <property name="specialValueText" >
152
 
         <string>Manual</string>
153
 
        </property>
154
 
        <property name="suffix" >
155
 
         <string> sec</string>
156
 
        </property>
157
 
        <property name="maximum" >
158
 
         <number>600</number>
159
 
        </property>
160
 
       </widget>
161
 
      </item>
162
 
      <item row="0" column="0" >
163
 
       <widget class="QLabel" name="iDurationLabel" >
164
 
        <property name="text" >
165
 
         <string>Duration:</string>
166
 
        </property>
167
 
       </widget>
168
 
      </item>
169
 
      <item row="2" column="0" colspan="2" >
170
 
       <widget class="QLabel" name="iTransitionLabel" >
171
 
        <property name="text" >
172
 
         <string>Transition time:</string>
173
 
        </property>
174
 
       </widget>
175
 
      </item>
176
 
      <item row="1" column="0" >
177
 
       <widget class="QLabel" name="iEffectLabel" >
178
 
        <property name="text" >
179
 
         <string>Effect:</string>
180
 
        </property>
181
 
       </widget>
182
 
      </item>
183
 
      <item row="3" column="0" colspan="3" >
184
 
       <spacer>
185
 
        <property name="orientation" >
186
 
         <enum>Qt::Vertical</enum>
187
 
        </property>
188
 
        <property name="sizeType" >
189
 
         <enum>QSizePolicy::Expanding</enum>
190
 
        </property>
191
 
        <property name="sizeHint" >
192
 
         <size>
193
 
          <width>157</width>
194
 
          <height>16</height>
195
 
         </size>
196
 
        </property>
197
 
       </spacer>
198
 
      </item>
199
 
     </layout>
200
 
    </widget>
201
 
   </item>
202
 
  </layout>
203
 
 </widget>
204
 
 <pixmapfunction></pixmapfunction>
205
 
 <tabstops>
206
 
  <tabstop>iDurationSpinBox</tabstop>
207
 
  <tabstop>iEffectComboBox</tabstop>
208
 
  <tabstop>iTransitionSpinBox</tabstop>
209
 
  <tabstop>iButtonHelp</tabstop>
210
 
  <tabstop>iButtonOk</tabstop>
211
 
  <tabstop>iButtonCancel</tabstop>
212
 
 </tabstops>
213
 
 <resources/>
214
 
 <connections>
215
 
  <connection>
216
 
   <sender>iButtonOk</sender>
217
 
   <signal>clicked()</signal>
218
 
   <receiver>DlgEffects</receiver>
219
 
   <slot>accept()</slot>
220
 
   <hints>
221
 
    <hint type="sourcelabel" >
222
 
     <x>448</x>
223
 
     <y>440</y>
224
 
    </hint>
225
 
    <hint type="destinationlabel" >
226
 
     <x>386</x>
227
 
     <y>439</y>
228
 
    </hint>
229
 
   </hints>
230
 
  </connection>
231
 
  <connection>
232
 
   <sender>iButtonCancel</sender>
233
 
   <signal>clicked()</signal>
234
 
   <receiver>DlgEffects</receiver>
235
 
   <slot>reject()</slot>
236
 
   <hints>
237
 
    <hint type="sourcelabel" >
238
 
     <x>549</x>
239
 
     <y>428</y>
240
 
    </hint>
241
 
    <hint type="destinationlabel" >
242
 
     <x>598</x>
243
 
     <y>410</y>
244
 
    </hint>
245
 
   </hints>
246
 
  </connection>
247
 
 </connections>
248
 
</ui>