Subversion Repositories svn1-original

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
148 - 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>
149 - 16
  <widget class="QLineEdit" name="fileName">
148 - 17
   <property name="geometry">
18
    <rect>
152 - 19
     <x>20</x>
20
     <y>470</y>
21
     <width>331</width>
149 - 22
     <height>20</height>
148 - 23
    </rect>
24
   </property>
149 - 25
   <property name="readOnly">
26
    <bool>true</bool>
148 - 27
   </property>
28
  </widget>
149 - 29
  <widget class="QGroupBox" name="groupBox">
148 - 30
   <property name="geometry">
31
    <rect>
149 - 32
     <x>10</x>
33
     <y>0</y>
34
     <width>531</width>
35
     <height>451</height>
148 - 36
    </rect>
37
   </property>
149 - 38
   <property name="title">
39
    <string>Data</string>
40
   </property>
41
   <widget class="QTableWidget" name="tableWidget">
42
    <property name="geometry">
43
     <rect>
44
      <x>15</x>
45
      <y>21</y>
46
      <width>501</width>
47
      <height>421</height>
48
     </rect>
49
    </property>
152 - 50
    <property name="cornerButtonEnabled">
51
     <bool>false</bool>
52
    </property>
53
    <attribute name="verticalHeaderVisible">
54
     <bool>false</bool>
55
    </attribute>
56
    <attribute name="verticalHeaderDefaultSectionSize">
57
     <number>20</number>
58
    </attribute>
59
    <attribute name="verticalHeaderHighlightSections">
60
     <bool>true</bool>
61
    </attribute>
149 - 62
   </widget>
148 - 63
  </widget>
152 - 64
  <widget class="QPushButton" name="cancel">
65
   <property name="geometry">
66
    <rect>
67
     <x>460</x>
68
     <y>470</y>
69
     <width>75</width>
70
     <height>23</height>
71
    </rect>
72
   </property>
73
   <property name="text">
74
    <string>Cancel</string>
75
   </property>
76
   <property name="autoDefault">
77
    <bool>false</bool>
78
   </property>
79
  </widget>
80
  <widget class="QPushButton" name="load">
81
   <property name="geometry">
82
    <rect>
83
     <x>370</x>
84
     <y>470</y>
85
     <width>75</width>
86
     <height>23</height>
87
    </rect>
88
   </property>
89
   <property name="text">
90
    <string>Load</string>
91
   </property>
92
  </widget>
148 - 93
 </widget>
94
 <resources/>
95
 <connections>
96
  <connection>
152 - 97
   <sender>cancel</sender>
98
   <signal>clicked()</signal>
148 - 99
   <receiver>QmDialogLoadExternalTeams</receiver>
152 - 100
   <slot>close()</slot>
148 - 101
   <hints>
102
    <hint type="sourcelabel">
152 - 103
     <x>497</x>
104
     <y>481</y>
148 - 105
    </hint>
106
    <hint type="destinationlabel">
152 - 107
     <x>274</x>
108
     <y>249</y>
148 - 109
    </hint>
110
   </hints>
111
  </connection>
112
 </connections>
113
</ui>