~ubuntu-branches/ubuntu/utopic/robojournal/utopic

« back to all changes in this revision

Viewing changes to ui/editor.ui

  • Committer: Package Import Robot
  • Author(s): Ritesh Raj Sarraf
  • Date: 2013-10-22 11:50:46 UTC
  • mfrom: (1.2.1) (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20131022115046-gl6s110no2x4buoc
Tags: 0.4.2-1
* [b62d8ee] Imported Upstream version 0.4.2
* [344ee28] Update patches
* [3366262] Fix Vcs Links
* Upload to unstable 

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>Editor</class>
 
4
 <widget class="QDialog" name="Editor">
 
5
  <property name="windowModality">
 
6
   <enum>Qt::ApplicationModal</enum>
 
7
  </property>
 
8
  <property name="geometry">
 
9
   <rect>
 
10
    <x>0</x>
 
11
    <y>0</y>
 
12
    <width>602</width>
 
13
    <height>441</height>
 
14
   </rect>
 
15
  </property>
 
16
  <property name="windowTitle">
 
17
   <string>Write a Journal Entry</string>
 
18
  </property>
 
19
  <property name="windowIcon">
 
20
   <iconset resource="../images.qrc">
 
21
    <normaloff>:/icons/robojournal-icon.png</normaloff>:/icons/robojournal-icon.png</iconset>
 
22
  </property>
 
23
  <property name="sizeGripEnabled">
 
24
   <bool>false</bool>
 
25
  </property>
 
26
  <property name="modal">
 
27
   <bool>true</bool>
 
28
  </property>
 
29
  <widget class="QLabel" name="WordCount">
 
30
   <property name="geometry">
 
31
    <rect>
 
32
     <x>4</x>
 
33
     <y>94</y>
 
34
     <width>108</width>
 
35
     <height>16</height>
 
36
    </rect>
 
37
   </property>
 
38
   <property name="text">
 
39
    <string>Character Count: 0</string>
 
40
   </property>
 
41
  </widget>
 
42
  <widget class="QLabel" name="DocumentMode">
 
43
   <property name="geometry">
 
44
    <rect>
 
45
     <x>4</x>
 
46
     <y>40</y>
 
47
     <width>52</width>
 
48
     <height>16</height>
 
49
    </rect>
 
50
   </property>
 
51
   <property name="text">
 
52
    <string>TextLabel</string>
 
53
   </property>
 
54
  </widget>
 
55
  <widget class="QLabel" name="CharacterCount">
 
56
   <property name="geometry">
 
57
    <rect>
 
58
     <x>4</x>
 
59
     <y>22</y>
 
60
     <width>59</width>
 
61
     <height>16</height>
 
62
    </rect>
 
63
   </property>
 
64
   <property name="text">
 
65
    <string>wordcount</string>
 
66
   </property>
 
67
  </widget>
 
68
  <widget class="QLabel" name="RemainingCharacters">
 
69
   <property name="geometry">
 
70
    <rect>
 
71
     <x>4</x>
 
72
     <y>4</y>
 
73
     <width>57</width>
 
74
     <height>16</height>
 
75
    </rect>
 
76
   </property>
 
77
   <property name="text">
 
78
    <string>remaining</string>
 
79
   </property>
 
80
  </widget>
 
81
  <widget class="QLabel" name="label">
 
82
   <property name="geometry">
 
83
    <rect>
 
84
     <x>4</x>
 
85
     <y>58</y>
 
86
     <width>57</width>
 
87
     <height>16</height>
 
88
    </rect>
 
89
   </property>
 
90
   <property name="text">
 
91
    <string>Entry Title</string>
 
92
   </property>
 
93
   <property name="alignment">
 
94
    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
95
   </property>
 
96
  </widget>
 
97
  <widget class="QLabel" name="label_2">
 
98
   <property name="geometry">
 
99
    <rect>
 
100
     <x>4</x>
 
101
     <y>76</y>
 
102
     <width>59</width>
 
103
     <height>16</height>
 
104
    </rect>
 
105
   </property>
 
106
   <property name="text">
 
107
    <string>Entry Date</string>
 
108
   </property>
 
109
   <property name="alignment">
 
110
    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
111
   </property>
 
112
  </widget>
 
113
  <widget class="QTextEdit" name="EntryPost">
 
114
   <property name="geometry">
 
115
    <rect>
 
116
     <x>4</x>
 
117
     <y>112</y>
 
118
     <width>594</width>
 
119
     <height>54</height>
 
120
    </rect>
 
121
   </property>
 
122
   <property name="font">
 
123
    <font>
 
124
     <family>Verdana</family>
 
125
     <pointsize>14</pointsize>
 
126
    </font>
 
127
   </property>
 
128
   <property name="cursor" stdset="0">
 
129
    <cursorShape>IBeamCursor</cursorShape>
 
130
   </property>
 
131
   <property name="documentTitle">
 
132
    <string/>
 
133
   </property>
 
134
   <property name="acceptRichText">
 
135
    <bool>false</bool>
 
136
   </property>
 
137
  </widget>
 
138
  <widget class="QLineEdit" name="EntryTitle">
 
139
   <property name="geometry">
 
140
    <rect>
 
141
     <x>4</x>
 
142
     <y>170</y>
 
143
     <width>199</width>
 
144
     <height>29</height>
 
145
    </rect>
 
146
   </property>
 
147
   <property name="font">
 
148
    <font>
 
149
     <family>Verdana</family>
 
150
     <pointsize>12</pointsize>
 
151
     <weight>75</weight>
 
152
     <bold>true</bold>
 
153
    </font>
 
154
   </property>
 
155
   <property name="maxLength">
 
156
    <number>100</number>
 
157
   </property>
 
158
  </widget>
 
159
  <widget class="QToolButton" name="PostEntry">
 
160
   <property name="geometry">
 
161
    <rect>
 
162
     <x>4</x>
 
163
     <y>203</y>
 
164
     <width>26</width>
 
165
     <height>25</height>
 
166
    </rect>
 
167
   </property>
 
168
   <property name="toolTip">
 
169
    <string>Save This Entry</string>
 
170
   </property>
 
171
   <property name="text">
 
172
    <string>&amp;Save This Entry</string>
 
173
   </property>
 
174
   <property name="icon">
 
175
    <iconset resource="../images.qrc">
 
176
     <normaloff>:/icons/disk.png</normaloff>:/icons/disk.png</iconset>
 
177
   </property>
 
178
  </widget>
 
179
  <widget class="QToolButton" name="RedoButton">
 
180
   <property name="geometry">
 
181
    <rect>
 
182
     <x>4</x>
 
183
     <y>232</y>
 
184
     <width>26</width>
 
185
     <height>25</height>
 
186
    </rect>
 
187
   </property>
 
188
   <property name="toolTip">
 
189
    <string>Redo</string>
 
190
   </property>
 
191
   <property name="text">
 
192
    <string>Redo</string>
 
193
   </property>
 
194
   <property name="icon">
 
195
    <iconset resource="../images.qrc">
 
196
     <normaloff>:/icons/arrow-curve.png</normaloff>:/icons/arrow-curve.png</iconset>
 
197
   </property>
 
198
  </widget>
 
199
  <widget class="QToolButton" name="Cancel">
 
200
   <property name="geometry">
 
201
    <rect>
 
202
     <x>4</x>
 
203
     <y>261</y>
 
204
     <width>26</width>
 
205
     <height>25</height>
 
206
    </rect>
 
207
   </property>
 
208
   <property name="toolTip">
 
209
    <string>Discard</string>
 
210
   </property>
 
211
   <property name="text">
 
212
    <string>&amp;Discard</string>
 
213
   </property>
 
214
   <property name="icon">
 
215
    <iconset resource="../images.qrc">
 
216
     <normaloff>:/icons/prohibition-button.png</normaloff>:/icons/prohibition-button.png</iconset>
 
217
   </property>
 
218
  </widget>
 
219
  <widget class="QToolButton" name="UndoButton">
 
220
   <property name="geometry">
 
221
    <rect>
 
222
     <x>4</x>
 
223
     <y>290</y>
 
224
     <width>26</width>
 
225
     <height>25</height>
 
226
    </rect>
 
227
   </property>
 
228
   <property name="toolTip">
 
229
    <string>Undo</string>
 
230
   </property>
 
231
   <property name="text">
 
232
    <string>Undo</string>
 
233
   </property>
 
234
   <property name="icon">
 
235
    <iconset resource="../images.qrc">
 
236
     <normaloff>:/icons/arrow-curve-180-left.png</normaloff>:/icons/arrow-curve-180-left.png</iconset>
 
237
   </property>
 
238
  </widget>
 
239
  <widget class="QToolButton" name="PasteButton">
 
240
   <property name="geometry">
 
241
    <rect>
 
242
     <x>4</x>
 
243
     <y>319</y>
 
244
     <width>26</width>
 
245
     <height>25</height>
 
246
    </rect>
 
247
   </property>
 
248
   <property name="font">
 
249
    <font>
 
250
     <family>Arial</family>
 
251
     <underline>false</underline>
 
252
    </font>
 
253
   </property>
 
254
   <property name="toolTip">
 
255
    <string>Paste</string>
 
256
   </property>
 
257
   <property name="text">
 
258
    <string>Paste</string>
 
259
   </property>
 
260
   <property name="icon">
 
261
    <iconset resource="../images.qrc">
 
262
     <normaloff>:/icons/paste_plain.png</normaloff>:/icons/paste_plain.png</iconset>
 
263
   </property>
 
264
   <property name="checkable">
 
265
    <bool>false</bool>
 
266
   </property>
 
267
   <property name="checked">
 
268
    <bool>false</bool>
 
269
   </property>
 
270
  </widget>
 
271
  <widget class="QDateEdit" name="EntryDate">
 
272
   <property name="geometry">
 
273
    <rect>
 
274
     <x>4</x>
 
275
     <y>348</y>
 
276
     <width>155</width>
 
277
     <height>24</height>
 
278
    </rect>
 
279
   </property>
 
280
   <property name="sizePolicy">
 
281
    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
282
     <horstretch>0</horstretch>
 
283
     <verstretch>0</verstretch>
 
284
    </sizepolicy>
 
285
   </property>
 
286
   <property name="wrapping">
 
287
    <bool>false</bool>
 
288
   </property>
 
289
   <property name="readOnly">
 
290
    <bool>true</bool>
 
291
   </property>
 
292
   <property name="currentSection">
 
293
    <enum>QDateTimeEdit::MonthSection</enum>
 
294
   </property>
 
295
   <property name="displayFormat">
 
296
    <string>MMMM dd, yyyy</string>
 
297
   </property>
 
298
   <property name="timeSpec">
 
299
    <enum>Qt::LocalTime</enum>
 
300
   </property>
 
301
  </widget>
 
302
  <widget class="QToolButton" name="CopyButton">
 
303
   <property name="geometry">
 
304
    <rect>
 
305
     <x>4</x>
 
306
     <y>376</y>
 
307
     <width>26</width>
 
308
     <height>25</height>
 
309
    </rect>
 
310
   </property>
 
311
   <property name="font">
 
312
    <font>
 
313
     <family>Arial</family>
 
314
     <italic>false</italic>
 
315
    </font>
 
316
   </property>
 
317
   <property name="toolTip">
 
318
    <string>Copy</string>
 
319
   </property>
 
320
   <property name="text">
 
321
    <string>Copy</string>
 
322
   </property>
 
323
   <property name="icon">
 
324
    <iconset resource="../images.qrc">
 
325
     <normaloff>:/icons/page_white_copy.png</normaloff>:/icons/page_white_copy.png</iconset>
 
326
   </property>
 
327
   <property name="checkable">
 
328
    <bool>false</bool>
 
329
   </property>
 
330
  </widget>
 
331
  <widget class="QToolButton" name="CutButton">
 
332
   <property name="geometry">
 
333
    <rect>
 
334
     <x>4</x>
 
335
     <y>405</y>
 
336
     <width>26</width>
 
337
     <height>25</height>
 
338
    </rect>
 
339
   </property>
 
340
   <property name="font">
 
341
    <font>
 
342
     <family>Arial</family>
 
343
     <weight>50</weight>
 
344
     <bold>false</bold>
 
345
    </font>
 
346
   </property>
 
347
   <property name="toolTip">
 
348
    <string>Cut</string>
 
349
   </property>
 
350
   <property name="text">
 
351
    <string>Cut</string>
 
352
   </property>
 
353
   <property name="icon">
 
354
    <iconset resource="../images.qrc">
 
355
     <normaloff>:/icons/cut.png</normaloff>:/icons/cut.png</iconset>
 
356
   </property>
 
357
   <property name="checkable">
 
358
    <bool>false</bool>
 
359
   </property>
 
360
  </widget>
 
361
  <widget class="Line" name="line">
 
362
   <property name="geometry">
 
363
    <rect>
 
364
     <x>4</x>
 
365
     <y>434</y>
 
366
     <width>594</width>
 
367
     <height>16</height>
 
368
    </rect>
 
369
   </property>
 
370
   <property name="orientation">
 
371
    <enum>Qt::Horizontal</enum>
 
372
   </property>
 
373
  </widget>
 
374
  <widget class="QToolButton" name="ShowErrors">
 
375
   <property name="geometry">
 
376
    <rect>
 
377
     <x>220</x>
 
378
     <y>260</y>
 
379
     <width>31</width>
 
380
     <height>23</height>
 
381
    </rect>
 
382
   </property>
 
383
   <property name="toolTip">
 
384
    <string>Show Spelling Errors</string>
 
385
   </property>
 
386
   <property name="text">
 
387
    <string>Show Spelling Errors</string>
 
388
   </property>
 
389
   <property name="icon">
 
390
    <iconset resource="../images.qrc">
 
391
     <normaloff>:/icons/spell-check-error.png</normaloff>:/icons/spell-check-error.png</iconset>
 
392
   </property>
 
393
   <property name="checkable">
 
394
    <bool>true</bool>
 
395
   </property>
 
396
   <property name="checked">
 
397
    <bool>false</bool>
 
398
   </property>
 
399
   <property name="toolButtonStyle">
 
400
    <enum>Qt::ToolButtonIconOnly</enum>
 
401
   </property>
 
402
  </widget>
 
403
 </widget>
 
404
 <resources>
 
405
  <include location="../images.qrc"/>
 
406
 </resources>
 
407
 <connections/>
 
408
</ui>