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>
10
    <height>188</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>30</x>
20
     <y>150</y>
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>
76
 </widget>
77
 <resources/>
78
 <connections>
79
  <connection>
80
   <sender>buttonBox</sender>
81
   <signal>accepted()</signal>
82
   <receiver>QmDialogAbout</receiver>
83
   <slot>accept()</slot>
84
   <hints>
85
    <hint type="sourcelabel">
86
     <x>248</x>
87
     <y>254</y>
88
    </hint>
89
    <hint type="destinationlabel">
90
     <x>157</x>
91
     <y>274</y>
92
    </hint>
93
   </hints>
94
  </connection>
95
 </connections>
96
</ui>