Subversion Repositories seema-scanner

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

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