source: palm/trunk/SCRIPTS/palmrungui_files/about.ui @ 2484

Last change on this file since 2484 was 2413, checked in by maronga, 7 years ago

removed mrungui in favor of palmrungui

  • Property svn:mime-type set to application/xml
File size: 2.2 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>349</width>
10    <height>127</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>About palmrungui</string>
15  </property>
16  <widget class="QPushButton" name="button_ok">
17   <property name="geometry">
18    <rect>
19     <x>195</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_2">
30   <property name="geometry">
31    <rect>
32     <x>10</x>
33     <y>0</y>
34     <width>261</width>
35     <height>41</height>
36    </rect>
37   </property>
38   <property name="font">
39    <font>
40     <pointsize>16</pointsize>
41     <weight>75</weight>
42     <bold>true</bold>
43    </font>
44   </property>
45   <property name="text">
46    <string>palmrungui</string>
47   </property>
48  </widget>
49  <widget class="QLabel" name="label_5">
50   <property name="geometry">
51    <rect>
52     <x>10</x>
53     <y>60</y>
54     <width>261</width>
55     <height>36</height>
56    </rect>
57   </property>
58   <property name="text">
59    <string>Visit http://palm-model.org</string>
60   </property>
61   <property name="alignment">
62    <set>Qt::AlignHCenter|Qt::AlignTop</set>
63   </property>
64   <property name="wordWrap">
65    <bool>true</bool>
66   </property>
67  </widget>
68  <widget class="QLabel" name="label_3">
69   <property name="geometry">
70    <rect>
71     <x>10</x>
72     <y>25</y>
73     <width>291</width>
74     <height>41</height>
75    </rect>
76   </property>
77   <property name="font">
78    <font>
79     <pointsize>12</pointsize>
80     <weight>75</weight>
81     <bold>true</bold>
82    </font>
83   </property>
84   <property name="text">
85    <string>A graphical user interface for palmrun</string>
86   </property>
87  </widget>
88 </widget>
89 <resources/>
90 <connections>
91  <connection>
92   <sender>button_ok</sender>
93   <signal>clicked()</signal>
94   <receiver>about</receiver>
95   <slot>close()</slot>
96   <hints>
97    <hint type="sourcelabel">
98     <x>80</x>
99     <y>197</y>
100    </hint>
101    <hint type="destinationlabel">
102     <x>196</x>
103     <y>204</y>
104    </hint>
105   </hints>
106  </connection>
107 </connections>
108</ui>
Note: See TracBrowser for help on using the repository browser.