Subversion Repositories svn1

Rev

Rev 197 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 197 Rev 198
Line 14... Line 14...
14
   <string>Dialog</string>
14
   <string>Dialog</string>
15
  </property>
15
  </property>
16
  <widget class="QDialogButtonBox" name="buttonBox">
16
  <widget class="QDialogButtonBox" name="buttonBox">
17
   <property name="geometry">
17
   <property name="geometry">
18
    <rect>
18
    <rect>
19
     <x>200</x>
19
     <x>210</x>
20
     <y>240</y>
20
     <y>260</y>
21
     <width>171</width>
21
     <width>171</width>
22
     <height>32</height>
22
     <height>32</height>
23
    </rect>
23
    </rect>
24
   </property>
24
   </property>
25
   <property name="orientation">
25
   <property name="orientation">
26
    <enum>Qt::Horizontal</enum>
26
    <enum>Qt::Horizontal</enum>
27
   </property>
27
   </property>
28
   <property name="standardButtons">
28
   <property name="standardButtons">
29
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
29
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
30
   </property>
30
   </property>
31
  </widget>
31
  </widget>
32
  <widget class="QTextEdit" name="textEdit">
32
  <widget class="QTextEdit" name="textEdit">
33
   <property name="geometry">
33
   <property name="geometry">
34
    <rect>
34
    <rect>
35
     <x>20</x>
35
     <x>20</x>
36
     <y>20</y>
36
     <y>20</y>
37
     <width>361</width>
37
     <width>361</width>
38
     <height>201</height>
38
     <height>231</height>
39
    </rect>
39
    </rect>
40
   </property>
40
   </property>
41
  </widget>
41
  </widget>
42
  <widget class="QLabel" name="label">
42
  <widget class="QLabel" name="label">
43
   <property name="geometry">
43
   <property name="geometry">
Line 52... Line 52...
52
    <string/>
52
    <string/>
53
   </property>
53
   </property>
54
  </widget>
54
  </widget>
55
 </widget>
55
 </widget>
56
 <resources/>
56
 <resources/>
57
 <connections>
57
 <connections/>
58
  <connection>
-
 
59
   <sender>buttonBox</sender>
-
 
60
   <signal>accepted()</signal>
-
 
61
   <receiver>QmEditAddendum</receiver>
-
 
62
   <slot>accept()</slot>
-
 
63
   <hints>
-
 
64
    <hint type="sourcelabel">
-
 
65
     <x>248</x>
-
 
66
     <y>254</y>
-
 
67
    </hint>
-
 
68
    <hint type="destinationlabel">
-
 
69
     <x>157</x>
-
 
70
     <y>274</y>
-
 
71
    </hint>
-
 
72
   </hints>
-
 
73
  </connection>
-
 
74
  <connection>
-
 
75
   <sender>buttonBox</sender>
-
 
76
   <signal>rejected()</signal>
-
 
77
   <receiver>QmEditAddendum</receiver>
-
 
78
   <slot>reject()</slot>
-
 
79
   <hints>
-
 
80
    <hint type="sourcelabel">
-
 
81
     <x>316</x>
-
 
82
     <y>260</y>
-
 
83
    </hint>
-
 
84
    <hint type="destinationlabel">
-
 
85
     <x>286</x>
-
 
86
     <y>274</y>
-
 
87
    </hint>
-
 
88
   </hints>
-
 
89
  </connection>
-
 
90
 </connections>
-
 
91
</ui>
58
</ui>