| 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><html> |
| 56 |
<b>Vago GUI</b> |
| 57 |
<p style="font-size:small;"> |
| 58 |
Written by s10k<br /><br/> |
| 59 |
Thanks to:<br/> |
| 60 |
Neo for OniSplit<br /> |
| 61 |
EdT for testing, suggestions and icon<br /> |
| 62 |
demos_kratos for original OniSplit GUI<br /> |
| 63 |
Samer/Mukade/EdT for allow me to use Jubei as icon<br /> |
| 64 |
Alloc for AIE2 and support<br /> |
| 65 |
Paradox for Sound excel plugin and documentation<br /> |
| 66 |
Wiki contributors for the documentation<br /> |
| 67 |
AE contributors<br /> |
| 68 |
and in general to all OniCentral Community<br /><br/> |
| 69 |
Also thanks to: <br /> |
| 70 |
StackOverflow Community<br /> |
| 71 |
Fabrizio Angius for PKZIP 2.0 for zip handling<br /> |
| 72 |
smashingmagazine for the folder icon :)<br /> |
| 73 |
<center> |
| 74 |
Visit us at:<br /> |
| 75 |
<a href="http://oni.bungie.org"> |
| 76 |
oni.bungie.org |
| 77 |
</center> |
| 78 |
</a> |
| 79 |
</p> |
| 80 |
</html></string> |
| 81 |
</property> |
| 82 |
</widget> |
| 83 |
</item> |
| 84 |
<item> |
| 85 |
<spacer name="verticalSpacer"> |
| 86 |
<property name="orientation"> |
| 87 |
<enum>Qt::Vertical</enum> |
| 88 |
</property> |
| 89 |
<property name="sizeHint" stdset="0"> |
| 90 |
<size> |
| 91 |
<width>20</width> |
| 92 |
<height>10</height> |
| 93 |
</size> |
| 94 |
</property> |
| 95 |
</spacer> |
| 96 |
</item> |
| 97 |
</layout> |
| 98 |
</item> |
| 99 |
<item> |
| 100 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
| 101 |
<item> |
| 102 |
<spacer name="horizontalSpacer"> |
| 103 |
<property name="orientation"> |
| 104 |
<enum>Qt::Horizontal</enum> |
| 105 |
</property> |
| 106 |
<property name="sizeHint" stdset="0"> |
| 107 |
<size> |
| 108 |
<width>40</width> |
| 109 |
<height>20</height> |
| 110 |
</size> |
| 111 |
</property> |
| 112 |
</spacer> |
| 113 |
</item> |
| 114 |
<item> |
| 115 |
<widget class="QPushButton" name="pushButton"> |
| 116 |
<property name="minimumSize"> |
| 117 |
<size> |
| 118 |
<width>100</width> |
| 119 |
<height>0</height> |
| 120 |
</size> |
| 121 |
</property> |
| 122 |
<property name="text"> |
| 123 |
<string>Close</string> |
| 124 |
</property> |
| 125 |
</widget> |
| 126 |
</item> |
| 127 |
</layout> |
| 128 |
</item> |
| 129 |
</layout> |
| 130 |
</item> |
| 131 |
</layout> |
| 132 |
</widget> |
| 133 |
<resources> |
| 134 |
<include location="resources.qrc"/> |
| 135 |
</resources> |
| 136 |
<connections/> |
| 137 |
</ui> |