Subversion Repositories svn1-original

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
225 - 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>QmDialogAbout</class>
4
 <widget class="QDialog" name="QmDialogAbout">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>400</width>
263 - 10
    <height>215</height>
225 - 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>30</x>
263 - 20
     <y>180</y>
225 - 21
     <width>341</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::Ok</set>
30
   </property>
31
  </widget>
32
  <widget class="QLabel" name="label">
33
   <property name="geometry">
34
    <rect>
35
     <x>30</x>
36
     <y>10</y>
37
     <width>341</width>
38
     <height>16</height>
39
    </rect>
40
   </property>
41
   <property name="frameShape">
42
    <enum>QFrame::Box</enum>
43
   </property>
44
   <property name="frameShadow">
45
    <enum>QFrame::Sunken</enum>
46
   </property>
47
   <property name="text">
48
    <string notr="true">Mara. Marathon Time Keeping Program</string>
49
   </property>
50
   <property name="alignment">
51
    <set>Qt::AlignCenter</set>
52
   </property>
53
  </widget>
54
  <widget class="QLabel" name="about">
55
   <property name="geometry">
56
    <rect>
57
     <x>30</x>
58
     <y>40</y>
59
     <width>341</width>
60
     <height>91</height>
61
    </rect>
62
   </property>
63
   <property name="frameShape">
64
    <enum>QFrame::Box</enum>
65
   </property>
66
   <property name="frameShadow">
67
    <enum>QFrame::Sunken</enum>
68
   </property>
69
   <property name="text">
70
    <string notr="true">Text Here</string>
71
   </property>
72
   <property name="alignment">
73
    <set>Qt::AlignCenter</set>
74
   </property>
75
  </widget>
263 - 76
  <widget class="QLabel" name="path">
77
   <property name="geometry">
78
    <rect>
79
     <x>30</x>
80
     <y>140</y>
81
     <width>341</width>
82
     <height>31</height>
83
    </rect>
84
   </property>
85
   <property name="frameShape">
86
    <enum>QFrame::Box</enum>
87
   </property>
88
   <property name="frameShadow">
89
    <enum>QFrame::Sunken</enum>
90
   </property>
91
   <property name="text">
92
    <string notr="true">Text Here</string>
93
   </property>
94
   <property name="alignment">
95
    <set>Qt::AlignCenter</set>
96
   </property>
97
  </widget>
225 - 98
 </widget>
99
 <resources/>
100
 <connections>
101
  <connection>
102
   <sender>buttonBox</sender>
103
   <signal>accepted()</signal>
104
   <receiver>QmDialogAbout</receiver>
105
   <slot>accept()</slot>
106
   <hints>
107
    <hint type="sourcelabel">
108
     <x>248</x>
109
     <y>254</y>
110
    </hint>
111
    <hint type="destinationlabel">
112
     <x>157</x>
113
     <y>274</y>
114
    </hint>
115
   </hints>
116
  </connection>
117
 </connections>
118
</ui>