Changeset 4470 for palm/trunk/SCRIPTS/palmrungui_files/about.ui
- Timestamp:
- Mar 24, 2020 6:52:19 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmrungui_files/about.ui
r2413 r4470 7 7 <x>0</x> 8 8 <y>0</y> 9 <width> 349</width>10 <height>1 27</height>9 <width>455</width> 10 <height>147</height> 11 11 </rect> 12 12 </property> … … 17 17 <property name="geometry"> 18 18 <rect> 19 <x>1 95</x>20 <y> 95</y>19 <x>10</x> 20 <y>110</y> 21 21 <width>91</width> 22 22 <height>24</height> … … 51 51 <rect> 52 52 <x>10</x> 53 <y> 60</y>54 <width> 261</width>55 <height> 36</height>53 <y>50</y> 54 <width>431</width> 55 <height>51</height> 56 56 </rect> 57 57 </property> 58 58 <property name="text"> 59 <string>Visit http://palm-model.org</string> 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> 60 63 </property> 61 64 <property name="alignment"> 62 <set>Qt::Align HCenter|Qt::AlignTop</set>65 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> 63 66 </property> 64 67 <property name="wordWrap"> 65 68 <bool>true</bool> 66 69 </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> 70 <property name="openExternalLinks"> 71 <bool>false</bool> 86 72 </property> 87 73 </widget>
Note: See TracChangeset
for help on using the changeset viewer.