~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to lokalize/src/glossary/termedit.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-28 10:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20080528101143-gzc3styjz1b70zxu
Tags: upstream-4.0.80
ImportĀ upstreamĀ versionĀ 4.0.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>TermEdit</class>
 
3
 <widget class="QWidget" name="termEdit" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>534</width>
 
9
    <height>534</height>
 
10
   </rect>
 
11
  </property>
 
12
  <layout class="QVBoxLayout" >
 
13
   <item>
 
14
    <widget class="QLabel" name="label" >
 
15
     <property name="text" >
 
16
      <string>English synonyms (one per line):</string>
 
17
     </property>
 
18
    </widget>
 
19
   </item>
 
20
   <item>
 
21
    <widget class="QTextEdit" name="english" >
 
22
     <property name="tabChangesFocus" >
 
23
      <bool>true</bool>
 
24
     </property>
 
25
     <property name="acceptRichText" >
 
26
      <bool>false</bool>
 
27
     </property>
 
28
    </widget>
 
29
   </item>
 
30
   <item>
 
31
    <widget class="QLabel" name="label_2" >
 
32
     <property name="text" >
 
33
      <string>Corresponding target language synonyms:</string>
 
34
     </property>
 
35
    </widget>
 
36
   </item>
 
37
   <item>
 
38
    <widget class="QTextEdit" name="target" >
 
39
     <property name="tabChangesFocus" >
 
40
      <bool>true</bool>
 
41
     </property>
 
42
     <property name="acceptRichText" >
 
43
      <bool>false</bool>
 
44
     </property>
 
45
    </widget>
 
46
   </item>
 
47
   <item>
 
48
    <widget class="QLabel" name="label_4" >
 
49
     <property name="text" >
 
50
      <string>Subject field:</string>
 
51
     </property>
 
52
    </widget>
 
53
   </item>
 
54
   <item>
 
55
    <widget class="QComboBox" name="subjectField" >
 
56
     <property name="toolTip" >
 
57
      <string comment="@info:tooltip" >When adding new item, press enter after you've typed its name for changes to take effect</string>
 
58
     </property>
 
59
     <property name="editable" >
 
60
      <bool>true</bool>
 
61
     </property>
 
62
    </widget>
 
63
   </item>
 
64
   <item>
 
65
    <widget class="QLabel" name="label_3" >
 
66
     <property name="text" >
 
67
      <string>English definition:</string>
 
68
     </property>
 
69
    </widget>
 
70
   </item>
 
71
   <item>
 
72
    <widget class="QTextEdit" name="definition" >
 
73
     <property name="tabChangesFocus" >
 
74
      <bool>true</bool>
 
75
     </property>
 
76
     <property name="acceptRichText" >
 
77
      <bool>false</bool>
 
78
     </property>
 
79
    </widget>
 
80
   </item>
 
81
   <item>
 
82
    <widget class="QLabel" name="label_5" >
 
83
     <property name="text" >
 
84
      <string>Note: one glossary entry corresponds exactly to one term, not word/word sequence.
 
85
 
 
86
That is, there may be several entries with the same word/word sequence expressing different meanings.</string>
 
87
     </property>
 
88
     <property name="alignment" >
 
89
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 
90
     </property>
 
91
     <property name="wordWrap" >
 
92
      <bool>true</bool>
 
93
     </property>
 
94
    </widget>
 
95
   </item>
 
96
  </layout>
 
97
 </widget>
 
98
 <resources/>
 
99
 <connections/>
 
100
</ui>