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="QVBoxLayout" name="verticalLayout_2"> |
23 |
<item> |
24 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
25 |
<item> |
26 |
<widget class="QLabel" name="label"> |
27 |
<property name="minimumSize"> |
28 |
<size> |
29 |
<width>130</width> |
30 |
<height>0</height> |
31 |
</size> |
32 |
</property> |
33 |
<property name="text"> |
34 |
<string>Vago Workspace Folder:</string> |
35 |
</property> |
36 |
</widget> |
37 |
</item> |
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> |
51 |
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
52 |
<item> |
53 |
<widget class="QLabel" name="label_2"> |
54 |
<property name="text"> |
55 |
<string>Anniversary Edition Folder:</string> |
56 |
</property> |
57 |
</widget> |
58 |
</item> |
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> |
72 |
<widget class="QCheckBox" name="cbOniWindow"> |
73 |
<property name="text"> |
74 |
<string>Launch Oni in a window</string> |
75 |
</property> |
76 |
</widget> |
77 |
</item> |
78 |
<item> |
79 |
<widget class="QCheckBox" name="cbSeparate"> |
80 |
<property name="toolTip"> |
81 |
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
82 |
<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
83 |
p, li { white-space: pre-wrap; } |
84 |
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> |
85 |
<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> |
86 |
</property> |
87 |
<property name="text"> |
88 |
<string>Separate different conversions in workspace</string> |
89 |
</property> |
90 |
</widget> |
91 |
</item> |
92 |
<item> |
93 |
<widget class="QCheckBox" name="cbVagoExit"> |
94 |
<property name="text"> |
95 |
<string>Always confirm Vago exit</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> |