| 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>600</width> |
| 10 |
<height>400</height> |
| 11 |
</rect> |
| 12 |
</property> |
| 13 |
<property name="sizePolicy"> |
| 14 |
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 15 |
<horstretch>0</horstretch> |
| 16 |
<verstretch>0</verstretch> |
| 17 |
</sizepolicy> |
| 18 |
</property> |
| 19 |
<property name="windowTitle"> |
| 20 |
<string>About Vago GUI</string> |
| 21 |
</property> |
| 22 |
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 23 |
<item> |
| 24 |
<widget class="QLabel" name="lbImage"> |
| 25 |
<property name="sizePolicy"> |
| 26 |
<sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
| 27 |
<horstretch>0</horstretch> |
| 28 |
<verstretch>0</verstretch> |
| 29 |
</sizepolicy> |
| 30 |
</property> |
| 31 |
<property name="text"> |
| 32 |
<string/> |
| 33 |
</property> |
| 34 |
<property name="pixmap"> |
| 35 |
<pixmap resource="resources.qrc">:/new/about/about.png</pixmap> |
| 36 |
</property> |
| 37 |
<property name="scaledContents"> |
| 38 |
<bool>true</bool> |
| 39 |
</property> |
| 40 |
</widget> |
| 41 |
</item> |
| 42 |
<item> |
| 43 |
<layout class="QVBoxLayout" name="verticalLayout_2"> |
| 44 |
<item> |
| 45 |
<layout class="QVBoxLayout" name="verticalLayout"> |
| 46 |
<item> |
| 47 |
<widget class="QLabel" name="lbAbout"> |
| 48 |
<property name="sizePolicy"> |
| 49 |
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
| 50 |
<horstretch>0</horstretch> |
| 51 |
<verstretch>0</verstretch> |
| 52 |
</sizepolicy> |
| 53 |
</property> |
| 54 |
<property name="text"> |
| 55 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 56 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 57 |
p, li { white-space: pre-wrap; } |
| 58 |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> |
| 59 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">Vago GUI</span><span style=" font-size:8pt;"> </span></p> |
| 60 |
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Written by s10k<br /><br />Thanks to:<br />Edit in About.cpp<br /></span></p> |
| 61 |
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Visit us at:<br /></span><a href="http://oni.bungie.org"><span style=" font-size:8pt; text-decoration: underline; color:#0000ff;">oni.bungie.org </span></a></p></body></html></string> |
| 62 |
</property> |
| 63 |
</widget> |
| 64 |
</item> |
| 65 |
<item> |
| 66 |
<spacer name="verticalSpacer"> |
| 67 |
<property name="orientation"> |
| 68 |
<enum>Qt::Vertical</enum> |
| 69 |
</property> |
| 70 |
<property name="sizeHint" stdset="0"> |
| 71 |
<size> |
| 72 |
<width>20</width> |
| 73 |
<height>10</height> |
| 74 |
</size> |
| 75 |
</property> |
| 76 |
</spacer> |
| 77 |
</item> |
| 78 |
</layout> |
| 79 |
</item> |
| 80 |
<item> |
| 81 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
| 82 |
<item> |
| 83 |
<spacer name="horizontalSpacer"> |
| 84 |
<property name="orientation"> |
| 85 |
<enum>Qt::Horizontal</enum> |
| 86 |
</property> |
| 87 |
<property name="sizeHint" stdset="0"> |
| 88 |
<size> |
| 89 |
<width>40</width> |
| 90 |
<height>20</height> |
| 91 |
</size> |
| 92 |
</property> |
| 93 |
</spacer> |
| 94 |
</item> |
| 95 |
<item> |
| 96 |
<widget class="QPushButton" name="pushButton"> |
| 97 |
<property name="minimumSize"> |
| 98 |
<size> |
| 99 |
<width>100</width> |
| 100 |
<height>0</height> |
| 101 |
</size> |
| 102 |
</property> |
| 103 |
<property name="text"> |
| 104 |
<string>Close</string> |
| 105 |
</property> |
| 106 |
</widget> |
| 107 |
</item> |
| 108 |
</layout> |
| 109 |
</item> |
| 110 |
</layout> |
| 111 |
</item> |
| 112 |
</layout> |
| 113 |
</widget> |
| 114 |
<resources> |
| 115 |
<include location="resources.qrc"/> |
| 116 |
</resources> |
| 117 |
<connections/> |
| 118 |
</ui> |