Subversion Repositories svn1

Rev

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

Rev 144 Rev 145
Line 27... Line 27...
27
   </property>
27
   </property>
28
   <property name="standardButtons">
28
   <property name="standardButtons">
29
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
29
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30
   </property>
30
   </property>
31
  </widget>
31
  </widget>
32
  <widget class="QPushButton" name="browseFile">
32
  <widget class="QLineEdit" name="fileName">
33
   <property name="geometry">
33
   <property name="geometry">
34
    <rect>
34
    <rect>
35
     <x>10</x>
35
     <x>30</x>
36
     <y>460</y>
36
     <y>460</y>
37
     <width>75</width>
37
     <width>321</width>
38
     <height>23</height>
38
     <height>20</height>
39
    </rect>
39
    </rect>
40
   </property>
40
   </property>
41
   <property name="text">
41
   <property name="readOnly">
42
    <string>Browse</string>
42
    <bool>true</bool>
43
   </property>
43
   </property>
44
  </widget>
44
  </widget>
45
  <widget class="QLineEdit" name="lineEdit">
45
  <widget class="QGroupBox" name="groupBox">
46
   <property name="geometry">
46
   <property name="geometry">
47
    <rect>
47
    <rect>
48
     <x>90</x>
48
     <x>10</x>
49
     <y>460</y>
49
     <y>0</y>
50
     <width>261</width>
50
     <width>531</width>
51
     <height>20</height>
51
     <height>451</height>
52
    </rect>
52
    </rect>
53
   </property>
53
   </property>
-
 
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>
54
  </widget>
67
  </widget>
55
 </widget>
68
 </widget>
56
 <resources/>
69
 <resources/>
57
 <connections>
70
 <connections>
58
  <connection>
71
  <connection>