Subversion Repositories svn1-original

Rev

Rev 149 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 149 Rev 152
Line 11... Line 11...
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">
-
 
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>
-
 
32
  <widget class="QLineEdit" name="fileName">
16
  <widget class="QLineEdit" name="fileName">
33
   <property name="geometry">
17
   <property name="geometry">
34
    <rect>
18
    <rect>
35
     <x>30</x>
19
     <x>20</x>
36
     <y>460</y>
20
     <y>470</y>
37
     <width>321</width>
21
     <width>331</width>
38
     <height>20</height>
22
     <height>20</height>
39
    </rect>
23
    </rect>
40
   </property>
24
   </property>
41
   <property name="readOnly">
25
   <property name="readOnly">
42
    <bool>true</bool>
26
    <bool>true</bool>
Line 61... Line 45...
61
      <y>21</y>
45
      <y>21</y>
62
      <width>501</width>
46
      <width>501</width>
63
      <height>421</height>
47
      <height>421</height>
64
     </rect>
48
     </rect>
65
    </property>
49
    </property>
-
 
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>
66
   </widget>
62
   </widget>
67
  </widget>
63
  </widget>
-
 
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>
68
 </widget>
93
 </widget>
69
 <resources/>
94
 <resources/>
70
 <connections>
95
 <connections>
71
  <connection>
96
  <connection>
72
   <sender>buttonBox</sender>
97
   <sender>cancel</sender>
73
   <signal>accepted()</signal>
98
   <signal>clicked()</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>
99
   <receiver>QmDialogLoadExternalTeams</receiver>
91
   <slot>reject()</slot>
100
   <slot>close()</slot>
92
   <hints>
101
   <hints>
93
    <hint type="sourcelabel">
102
    <hint type="sourcelabel">
94
     <x>316</x>
103
     <x>497</x>
95
     <y>260</y>
104
     <y>481</y>
96
    </hint>
105
    </hint>
97
    <hint type="destinationlabel">
106
    <hint type="destinationlabel">
98
     <x>286</x>
107
     <x>274</x>
99
     <y>274</y>
108
     <y>249</y>
100
    </hint>
109
    </hint>
101
   </hints>
110
   </hints>
102
  </connection>
111
  </connection>
103
 </connections>
112
 </connections>
104
</ui>
113
</ui>