| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<ui version="4.0"> |
| 3 |
<class>Preferences</class> |
| 4 |
<widget class="QDialog" name="Preferences"> |
| 5 |
<property name="geometry"> |
| 6 |
<rect> |
| 7 |
<x>0</x> |
| 8 |
<y>0</y> |
| 9 |
<width>493</width> |
| 10 |
<height>258</height> |
| 11 |
</rect> |
| 12 |
</property> |
| 13 |
<property name="windowTitle"> |
| 14 |
<string>Vago Preferences</string> |
| 15 |
</property> |
| 16 |
<layout class="QVBoxLayout" name="verticalLayout"> |
| 17 |
<item> |
| 18 |
<widget class="QGroupBox" name="groupBox"> |
| 19 |
<property name="title"> |
| 20 |
<string>Preferences</string> |
| 21 |
</property> |
| 22 |
<layout class="QFormLayout" name="formLayout"> |
| 23 |
<item row="0" column="0"> |
| 24 |
<widget class="QLabel" name="label"> |
| 25 |
<property name="minimumSize"> |
| 26 |
<size> |
| 27 |
<width>130</width> |
| 28 |
<height>0</height> |
| 29 |
</size> |
| 30 |
</property> |
| 31 |
<property name="text"> |
| 32 |
<string>Vago Workspace Folder:</string> |
| 33 |
</property> |
| 34 |
</widget> |
| 35 |
</item> |
| 36 |
<item row="0" column="1"> |
| 37 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
| 38 |
<item> |
| 39 |
<widget class="QLineEdit" name="leWorkspace"/> |
| 40 |
</item> |
| 41 |
<item> |
| 42 |
<widget class="QPushButton" name="pbChooseWorkspace"> |
| 43 |
<property name="text"> |
| 44 |
<string>Choose</string> |
| 45 |
</property> |
| 46 |
</widget> |
| 47 |
</item> |
| 48 |
</layout> |
| 49 |
</item> |
| 50 |
<item row="1" column="0"> |
| 51 |
<widget class="QLabel" name="label_2"> |
| 52 |
<property name="text"> |
| 53 |
<string>Anniversary Edition Folder:</string> |
| 54 |
</property> |
| 55 |
</widget> |
| 56 |
</item> |
| 57 |
<item row="1" column="1"> |
| 58 |
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 59 |
<item> |
| 60 |
<widget class="QLineEdit" name="leAEfolder"/> |
| 61 |
</item> |
| 62 |
<item> |
| 63 |
<widget class="QPushButton" name="pbChooseAE"> |
| 64 |
<property name="text"> |
| 65 |
<string>Choose</string> |
| 66 |
</property> |
| 67 |
</widget> |
| 68 |
</item> |
| 69 |
</layout> |
| 70 |
</item> |
| 71 |
<item row="3" column="0" colspan="2"> |
| 72 |
<widget class="QCheckBox" name="cbSeparate"> |
| 73 |
<property name="toolTip"> |
| 74 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 75 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 76 |
p, li { white-space: pre-wrap; } |
| 77 |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> |
| 78 |
<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;">Separate conversions by folders. For example: &quot;Textures&quot; -&gt; &quot;DAT_ONI - DDS&quot;</span></p></body></html></string> |
| 79 |
</property> |
| 80 |
<property name="text"> |
| 81 |
<string>Separate different conversions in workspace</string> |
| 82 |
</property> |
| 83 |
</widget> |
| 84 |
</item> |
| 85 |
<item row="4" column="0" colspan="2"> |
| 86 |
<widget class="QCheckBox" name="cbVagoExit"> |
| 87 |
<property name="text"> |
| 88 |
<string>Always confirm Vago exit</string> |
| 89 |
</property> |
| 90 |
</widget> |
| 91 |
</item> |
| 92 |
<item row="2" column="0" colspan="2"> |
| 93 |
<widget class="QCheckBox" name="cbOniWindow"> |
| 94 |
<property name="text"> |
| 95 |
<string>Launch Oni in a window</string> |
| 96 |
</property> |
| 97 |
</widget> |
| 98 |
</item> |
| 99 |
</layout> |
| 100 |
</widget> |
| 101 |
</item> |
| 102 |
<item> |
| 103 |
<widget class="QDialogButtonBox" name="buttonBox"> |
| 104 |
<property name="orientation"> |
| 105 |
<enum>Qt::Horizontal</enum> |
| 106 |
</property> |
| 107 |
<property name="standardButtons"> |
| 108 |
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
| 109 |
</property> |
| 110 |
</widget> |
| 111 |
</item> |
| 112 |
</layout> |
| 113 |
</widget> |
| 114 |
<resources/> |
| 115 |
<connections> |
| 116 |
<connection> |
| 117 |
<sender>buttonBox</sender> |
| 118 |
<signal>accepted()</signal> |
| 119 |
<receiver>Preferences</receiver> |
| 120 |
<slot>accept()</slot> |
| 121 |
<hints> |
| 122 |
<hint type="sourcelabel"> |
| 123 |
<x>248</x> |
| 124 |
<y>254</y> |
| 125 |
</hint> |
| 126 |
<hint type="destinationlabel"> |
| 127 |
<x>157</x> |
| 128 |
<y>274</y> |
| 129 |
</hint> |
| 130 |
</hints> |
| 131 |
</connection> |
| 132 |
<connection> |
| 133 |
<sender>buttonBox</sender> |
| 134 |
<signal>rejected()</signal> |
| 135 |
<receiver>Preferences</receiver> |
| 136 |
<slot>reject()</slot> |
| 137 |
<hints> |
| 138 |
<hint type="sourcelabel"> |
| 139 |
<x>316</x> |
| 140 |
<y>260</y> |
| 141 |
</hint> |
| 142 |
<hint type="destinationlabel"> |
| 143 |
<x>286</x> |
| 144 |
<y>274</y> |
| 145 |
</hint> |
| 146 |
</hints> |
| 147 |
</connection> |
| 148 |
</connections> |
| 149 |
</ui> |