Subversion Repositories svn1-original

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
201 - 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>QmEditAddendum</class>
4
 <widget class="QDialog" name="QmEditAddendum">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>400</width>
321 david 10
    <height>326</height>
201 - 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>
319 david 19
     <x>20</x>
202 - 20
     <y>260</y>
319 david 21
     <width>361</width>
201 - 22
     <height>32</height>
23
    </rect>
24
   </property>
25
   <property name="orientation">
26
    <enum>Qt::Horizontal</enum>
27
   </property>
28
   <property name="standardButtons">
202 - 29
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
201 - 30
   </property>
31
  </widget>
32
  <widget class="QTextEdit" name="textEdit">
33
   <property name="geometry">
34
    <rect>
35
     <x>20</x>
36
     <y>20</y>
37
     <width>361</width>
202 - 38
     <height>231</height>
201 - 39
    </rect>
40
   </property>
41
  </widget>
42
  <widget class="QLabel" name="label">
43
   <property name="geometry">
44
    <rect>
45
     <x>20</x>
46
     <y>246</y>
47
     <width>171</width>
48
     <height>20</height>
49
    </rect>
50
   </property>
51
   <property name="text">
52
    <string/>
53
   </property>
54
  </widget>
321 david 55
  <widget class="QDialogButtonBox" name="buttonBox2">
56
   <property name="geometry">
57
    <rect>
58
     <x>20</x>
59
     <y>290</y>
60
     <width>361</width>
61
     <height>32</height>
62
    </rect>
63
   </property>
64
   <property name="layoutDirection">
65
    <enum>Qt::RightToLeft</enum>
66
   </property>
67
   <property name="orientation">
68
    <enum>Qt::Horizontal</enum>
69
   </property>
70
   <property name="standardButtons">
71
    <set>QDialogButtonBox::NoButton</set>
72
   </property>
73
  </widget>
201 - 74
 </widget>
75
 <resources/>
202 - 76
 <connections/>
201 - 77
</ui>