Subversion Repositories svn1

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
144 - 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>QmDialogLoadExternalTeams</class>
4
 <widget class="QDialog" name="QmDialogLoadExternalTeams">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>550</width>
10
    <height>500</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>370</x>
20
     <y>460</y>
21
     <width>171</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::Cancel|QDialogButtonBox::Ok</set>
30
   </property>
31
  </widget>
145 - 32
  <widget class="QLineEdit" name="fileName">
144 - 33
   <property name="geometry">
34
    <rect>
145 - 35
     <x>30</x>
144 - 36
     <y>460</y>
145 - 37
     <width>321</width>
38
     <height>20</height>
144 - 39
    </rect>
40
   </property>
145 - 41
   <property name="readOnly">
42
    <bool>true</bool>
144 - 43
   </property>
44
  </widget>
145 - 45
  <widget class="QGroupBox" name="groupBox">
144 - 46
   <property name="geometry">
47
    <rect>
145 - 48
     <x>10</x>
49
     <y>0</y>
50
     <width>531</width>
51
     <height>451</height>
144 - 52
    </rect>
53
   </property>
145 - 54
   <property name="title">
55
    <string>Data</string>
56
   </property>
57
   <widget class="QTableWidget" name="tableWidget">
58
    <property name="geometry">
59
     <rect>
60
      <x>15</x>
61
      <y>21</y>
62
      <width>501</width>
63
      <height>421</height>
64
     </rect>
65
    </property>
66
   </widget>
144 - 67
  </widget>
68
 </widget>
69
 <resources/>
70
 <connections>
71
  <connection>
72
   <sender>buttonBox</sender>
73
   <signal>accepted()</signal>
74
   <receiver>QmDialogLoadExternalTeams</receiver>
75
   <slot>accept()</slot>
76
   <hints>
77
    <hint type="sourcelabel">
78
     <x>248</x>
79
     <y>254</y>
80
    </hint>
81
    <hint type="destinationlabel">
82
     <x>157</x>
83
     <y>274</y>
84
    </hint>
85
   </hints>
86
  </connection>
87
  <connection>
88
   <sender>buttonBox</sender>
89
   <signal>rejected()</signal>
90
   <receiver>QmDialogLoadExternalTeams</receiver>
91
   <slot>reject()</slot>
92
   <hints>
93
    <hint type="sourcelabel">
94
     <x>316</x>
95
     <y>260</y>
96
    </hint>
97
    <hint type="destinationlabel">
98
     <x>286</x>
99
     <y>274</y>
100
    </hint>
101
   </hints>
102
  </connection>
103
 </connections>
104
</ui>