Subversion Repositories seema-scanner

Rev

Rev 4 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 225
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
2
<ui version="4.0">
3
 <class>Dialog</class>
3
 <class>Dialog</class>
4
 <widget class="QDialog" name="Dialog">
4
 <widget class="QDialog" name="Dialog">
5
  <property name="geometry">
5
  <property name="geometry">
6
   <rect>
6
   <rect>
7
    <x>0</x>
7
    <x>0</x>
8
    <y>0</y>
8
    <y>0</y>
9
    <width>400</width>
9
    <width>400</width>
10
    <height>300</height>
10
    <height>300</height>
11
   </rect>
11
   </rect>
12
  </property>
12
  </property>
13
  <property name="windowTitle">
13
  <property name="windowTitle">
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>30</x>
19
     <x>30</x>
20
     <y>240</y>
20
     <y>240</y>
21
     <width>341</width>
21
     <width>341</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::Ok</set>
29
    <set>QDialogButtonBox::Ok</set>
30
   </property>
30
   </property>
31
  </widget>
31
  </widget>
32
  <widget class="QPlainTextEdit" name="plainTextEdit">
32
  <widget class="QPlainTextEdit" name="plainTextEdit">
33
   <property name="geometry">
33
   <property name="geometry">
34
    <rect>
34
    <rect>
35
     <x>30</x>
35
     <x>30</x>
36
     <y>30</y>
36
     <y>30</y>
37
     <width>331</width>
37
     <width>331</width>
38
     <height>191</height>
38
     <height>191</height>
39
    </rect>
39
    </rect>
40
   </property>
40
   </property>
41
   <property name="plainText">
41
   <property name="plainText">
42
    <string>SMScanner
42
    <string>SMScanner
43
(c) Image Analysis and Computer Graphics, DTU, 2014</string>
43
(c) Image Analysis and Computer Graphics, DTU, 2017</string>
44
   </property>
44
   </property>
45
  </widget>
45
  </widget>
46
 </widget>
46
 </widget>
47
 <resources/>
47
 <resources/>
48
 <connections>
48
 <connections>
49
  <connection>
49
  <connection>
50
   <sender>buttonBox</sender>
50
   <sender>buttonBox</sender>
51
   <signal>accepted()</signal>
51
   <signal>accepted()</signal>
52
   <receiver>Dialog</receiver>
52
   <receiver>Dialog</receiver>
53
   <slot>accept()</slot>
53
   <slot>accept()</slot>
54
   <hints>
54
   <hints>
55
    <hint type="sourcelabel">
55
    <hint type="sourcelabel">
56
     <x>248</x>
56
     <x>248</x>
57
     <y>254</y>
57
     <y>254</y>
58
    </hint>
58
    </hint>
59
    <hint type="destinationlabel">
59
    <hint type="destinationlabel">
60
     <x>157</x>
60
     <x>157</x>
61
     <y>274</y>
61
     <y>274</y>
62
    </hint>
62
    </hint>
63
   </hints>
63
   </hints>
64
  </connection>
64
  </connection>
65
  <connection>
65
  <connection>
66
   <sender>buttonBox</sender>
66
   <sender>buttonBox</sender>
67
   <signal>rejected()</signal>
67
   <signal>rejected()</signal>
68
   <receiver>Dialog</receiver>
68
   <receiver>Dialog</receiver>
69
   <slot>reject()</slot>
69
   <slot>reject()</slot>
70
   <hints>
70
   <hints>
71
    <hint type="sourcelabel">
71
    <hint type="sourcelabel">
72
     <x>316</x>
72
     <x>316</x>
73
     <y>260</y>
73
     <y>260</y>
74
    </hint>
74
    </hint>
75
    <hint type="destinationlabel">
75
    <hint type="destinationlabel">
76
     <x>286</x>
76
     <x>286</x>
77
     <y>274</y>
77
     <y>274</y>
78
    </hint>
78
    </hint>
79
   </hints>
79
   </hints>
80
  </connection>
80
  </connection>
81
 </connections>
81
 </connections>
82
</ui>
82
</ui>
83
 
83