Last change
on this file since 4748 was
4470,
checked in by maronga, 5 years ago
|
funtionality improvements in palmrungui
|
-
Property svn:mime-type set to
application/xml
|
File size:
2.3 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>455</width> |
---|
10 | <height>147</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>10</x> |
---|
20 | <y>110</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>50</y> |
---|
54 | <width>431</width> |
---|
55 | <height>51</height> |
---|
56 | </rect> |
---|
57 | </property> |
---|
58 | <property name="text"> |
---|
59 | <string><html><head/><body><p>palmrungui is a graphical user interface for the bash script palmrun. </p><p>A documentation can be found <a href="http://palm-model.org/trac/wiki/doc/app/palmrungui"><span style=" text-decoration: underline; color:#2980b9;">here</span></a>.</p></body></html></string> |
---|
60 | </property> |
---|
61 | <property name="textFormat"> |
---|
62 | <enum>Qt::RichText</enum> |
---|
63 | </property> |
---|
64 | <property name="alignment"> |
---|
65 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
---|
66 | </property> |
---|
67 | <property name="wordWrap"> |
---|
68 | <bool>true</bool> |
---|
69 | </property> |
---|
70 | <property name="openExternalLinks"> |
---|
71 | <bool>false</bool> |
---|
72 | </property> |
---|
73 | </widget> |
---|
74 | </widget> |
---|
75 | <resources/> |
---|
76 | <connections> |
---|
77 | <connection> |
---|
78 | <sender>button_ok</sender> |
---|
79 | <signal>clicked()</signal> |
---|
80 | <receiver>about</receiver> |
---|
81 | <slot>close()</slot> |
---|
82 | <hints> |
---|
83 | <hint type="sourcelabel"> |
---|
84 | <x>80</x> |
---|
85 | <y>197</y> |
---|
86 | </hint> |
---|
87 | <hint type="destinationlabel"> |
---|
88 | <x>196</x> |
---|
89 | <y>204</y> |
---|
90 | </hint> |
---|
91 | </hints> |
---|
92 | </connection> |
---|
93 | </connections> |
---|
94 | </ui> |
---|
Note: See
TracBrowser
for help on using the repository browser.