| 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>700</width> |
| 10 |
<height>500</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="QScrollArea" name="scrollArea"> |
| 48 |
<property name="widgetResizable"> |
| 49 |
<bool>true</bool> |
| 50 |
</property> |
| 51 |
<widget class="QWidget" name="scrollAreaWidgetContents"> |
| 52 |
<property name="geometry"> |
| 53 |
<rect> |
| 54 |
<x>0</x> |
| 55 |
<y>0</y> |
| 56 |
<width>431</width> |
| 57 |
<height>348</height> |
| 58 |
</rect> |
| 59 |
</property> |
| 60 |
<layout class="QVBoxLayout" name="verticalLayout_3"> |
| 61 |
<item> |
| 62 |
<widget class="QLabel" name="lbAbout"> |
| 63 |
<property name="sizePolicy"> |
| 64 |
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
| 65 |
<horstretch>0</horstretch> |
| 66 |
<verstretch>0</verstretch> |
| 67 |
</sizepolicy> |
| 68 |
</property> |
| 69 |
<property name="text"> |
| 70 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 71 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 72 |
p, li { white-space: pre-wrap; } |
| 73 |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;"> |
| 74 |
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Vago GUI</span> </p> |
| 75 |
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Written by s10k<br /><br />Thanks to:<br />Edit in About.cpp</p></body></html></string> |
| 76 |
</property> |
| 77 |
<property name="wordWrap"> |
| 78 |
<bool>true</bool> |
| 79 |
</property> |
| 80 |
<property name="openExternalLinks"> |
| 81 |
<bool>true</bool> |
| 82 |
</property> |
| 83 |
</widget> |
| 84 |
</item> |
| 85 |
</layout> |
| 86 |
</widget> |
| 87 |
</widget> |
| 88 |
</item> |
| 89 |
<item> |
| 90 |
<spacer name="verticalSpacer_2"> |
| 91 |
<property name="orientation"> |
| 92 |
<enum>Qt::Vertical</enum> |
| 93 |
</property> |
| 94 |
<property name="sizeType"> |
| 95 |
<enum>QSizePolicy::Fixed</enum> |
| 96 |
</property> |
| 97 |
<property name="sizeHint" stdset="0"> |
| 98 |
<size> |
| 99 |
<width>20</width> |
| 100 |
<height>10</height> |
| 101 |
</size> |
| 102 |
</property> |
| 103 |
</spacer> |
| 104 |
</item> |
| 105 |
<item> |
| 106 |
<widget class="QLabel" name="lbOniCommunity"> |
| 107 |
<property name="text"> |
| 108 |
<string><html><head/><body><p align="center">Visit us at:<br/><a href="http://oni.bungie.org"><span style=" text-decoration: underline; color:#0000ff;">oni.bungie.org </span></a></p></body></html></string> |
| 109 |
</property> |
| 110 |
<property name="wordWrap"> |
| 111 |
<bool>true</bool> |
| 112 |
</property> |
| 113 |
<property name="openExternalLinks"> |
| 114 |
<bool>true</bool> |
| 115 |
</property> |
| 116 |
</widget> |
| 117 |
</item> |
| 118 |
<item> |
| 119 |
<spacer name="verticalSpacer"> |
| 120 |
<property name="orientation"> |
| 121 |
<enum>Qt::Vertical</enum> |
| 122 |
</property> |
| 123 |
<property name="sizeType"> |
| 124 |
<enum>QSizePolicy::Fixed</enum> |
| 125 |
</property> |
| 126 |
<property name="sizeHint" stdset="0"> |
| 127 |
<size> |
| 128 |
<width>20</width> |
| 129 |
<height>10</height> |
| 130 |
</size> |
| 131 |
</property> |
| 132 |
</spacer> |
| 133 |
</item> |
| 134 |
</layout> |
| 135 |
</item> |
| 136 |
<item> |
| 137 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
| 138 |
<item> |
| 139 |
<spacer name="horizontalSpacer"> |
| 140 |
<property name="orientation"> |
| 141 |
<enum>Qt::Horizontal</enum> |
| 142 |
</property> |
| 143 |
<property name="sizeHint" stdset="0"> |
| 144 |
<size> |
| 145 |
<width>40</width> |
| 146 |
<height>20</height> |
| 147 |
</size> |
| 148 |
</property> |
| 149 |
</spacer> |
| 150 |
</item> |
| 151 |
<item> |
| 152 |
<widget class="QPushButton" name="pushButton"> |
| 153 |
<property name="minimumSize"> |
| 154 |
<size> |
| 155 |
<width>100</width> |
| 156 |
<height>0</height> |
| 157 |
</size> |
| 158 |
</property> |
| 159 |
<property name="text"> |
| 160 |
<string>Close</string> |
| 161 |
</property> |
| 162 |
</widget> |
| 163 |
</item> |
| 164 |
</layout> |
| 165 |
</item> |
| 166 |
</layout> |
| 167 |
</item> |
| 168 |
</layout> |
| 169 |
</widget> |
| 170 |
<resources> |
| 171 |
<include location="resources.qrc"/> |
| 172 |
</resources> |
| 173 |
<connections/> |
| 174 |
</ui> |