source: palm/trunk/UTIL/mrungui/about.ui @ 793

Last change on this file since 793 was 793, checked in by maronga, 12 years ago

GUI for mrun added

File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>about</class>
4 <widget class="QDialog" name="about">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>280</width>
10    <height>128</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>About MRUN gui</string>
15  </property>
16  <widget class="QPushButton" name="button_ok">
17   <property name="geometry">
18    <rect>
19     <x>180</x>
20     <y>95</y>
21     <width>91</width>
22     <height>24</height>
23    </rect>
24   </property>
25   <property name="text">
26    <string>Close</string>
27   </property>
28  </widget>
29  <widget class="QLabel" name="label_3">
30   <property name="geometry">
31    <rect>
32     <x>10</x>
33     <y>85</y>
34     <width>141</width>
35     <height>21</height>
36    </rect>
37   </property>
38   <property name="text">
39    <string>Based on Qt 4.7.4</string>
40   </property>
41   <property name="alignment">
42    <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
43   </property>
44   <property name="wordWrap">
45    <bool>true</bool>
46   </property>
47  </widget>
48  <widget class="QLabel" name="label_2">
49   <property name="geometry">
50    <rect>
51     <x>10</x>
52     <y>0</y>
53     <width>261</width>
54     <height>41</height>
55    </rect>
56   </property>
57   <property name="font">
58    <font>
59     <pointsize>16</pointsize>
60     <weight>75</weight>
61     <bold>true</bold>
62    </font>
63   </property>
64   <property name="text">
65    <string>MRUN gui 1.00</string>
66   </property>
67  </widget>
68  <widget class="QLabel" name="label_4">
69   <property name="geometry">
70    <rect>
71     <x>10</x>
72     <y>105</y>
73     <width>141</width>
74     <height>21</height>
75    </rect>
76   </property>
77   <property name="text">
78    <string>Built on Dec 08 2011</string>
79   </property>
80   <property name="alignment">
81    <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
82   </property>
83   <property name="wordWrap">
84    <bool>true</bool>
85   </property>
86  </widget>
87  <widget class="QLabel" name="label_5">
88   <property name="geometry">
89    <rect>
90     <x>10</x>
91     <y>45</y>
92     <width>261</width>
93     <height>31</height>
94    </rect>
95   </property>
96   <property name="text">
97    <string>Written by the PALM group. Visit us at                                    http://palm.muk.uni-hannover.de/</string>
98   </property>
99   <property name="alignment">
100    <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
101   </property>
102   <property name="wordWrap">
103    <bool>true</bool>
104   </property>
105  </widget>
106 </widget>
107 <resources/>
108 <connections>
109  <connection>
110   <sender>button_ok</sender>
111   <signal>clicked()</signal>
112   <receiver>about</receiver>
113   <slot>close()</slot>
114   <hints>
115    <hint type="sourcelabel">
116     <x>80</x>
117     <y>197</y>
118    </hint>
119    <hint type="destinationlabel">
120     <x>196</x>
121     <y>204</y>
122    </hint>
123   </hints>
124  </connection>
125 </connections>
126</ui>
Note: See TracBrowser for help on using the repository browser.