Subversion Repositories svn1

Rev

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

Rev Author Line No. Line
188 - 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>QmEventStatus</class>
4
 <widget class="QDialog" name="QmEventStatus">
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="QWidget" name="verticalLayoutWidget">
17
   <property name="geometry">
18
    <rect>
19
     <x>0</x>
20
     <y>0</y>
21
     <width>401</width>
22
     <height>301</height>
23
    </rect>
24
   </property>
25
   <layout class="QVBoxLayout" name="verticalLayout">
26
    <item>
27
     <widget class="QScrollArea" name="scrollArea">
28
      <property name="widgetResizable">
29
       <bool>true</bool>
30
      </property>
31
      <widget class="QWidget" name="scrollAreaWidgetContents">
32
       <property name="geometry">
33
        <rect>
34
         <x>0</x>
35
         <y>0</y>
36
         <width>395</width>
37
         <height>264</height>
38
        </rect>
39
       </property>
40
      </widget>
41
     </widget>
42
    </item>
43
    <item>
44
     <widget class="QDialogButtonBox" name="buttonBox">
45
      <property name="orientation">
46
       <enum>Qt::Horizontal</enum>
47
      </property>
48
      <property name="standardButtons">
49
       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
50
      </property>
51
     </widget>
52
    </item>
53
   </layout>
54
  </widget>
55
 </widget>
56
 <resources/>
57
 <connections>
58
  <connection>
59
   <sender>buttonBox</sender>
60
   <signal>accepted()</signal>
61
   <receiver>QmEventStatus</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>QmEventStatus</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>