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>297</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="QFormLayout" name="formLayout"> |
25 |
<item row="0" column="0"> |
26 |
<widget class="QLabel" name="label"> |
27 |
<property name="minimumSize"> |
28 |
<size> |
29 |
<width>0</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 row="1" column="0"> |
39 |
<widget class="QLabel" name="label_2"> |
40 |
<property name="text"> |
41 |
<string>Anniversary Edition Folder:</string> |
42 |
</property> |
43 |
</widget> |
44 |
</item> |
45 |
<item row="2" column="0"> |
46 |
<widget class="QLabel" name="label_3"> |
47 |
<property name="minimumSize"> |
48 |
<size> |
49 |
<width>0</width> |
50 |
<height>0</height> |
51 |
</size> |
52 |
</property> |
53 |
<property name="text"> |
54 |
<string>Default Vago Window Resolution:</string> |
55 |
</property> |
56 |
</widget> |
57 |
</item> |
58 |
<item row="0" column="1"> |
59 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
60 |
<item> |
61 |
<widget class="QLineEdit" name="leWorkspace"/> |
62 |
</item> |
63 |
<item> |
64 |
<widget class="QPushButton" name="pbChooseWorkspace"> |
65 |
<property name="text"> |
66 |
<string>Choose</string> |
67 |
</property> |
68 |
</widget> |
69 |
</item> |
70 |
</layout> |
71 |
</item> |
72 |
<item row="1" column="1"> |
73 |
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
74 |
<item> |
75 |
<widget class="QLineEdit" name="leAEfolder"/> |
76 |
</item> |
77 |
<item> |
78 |
<widget class="QPushButton" name="pbChooseAE"> |
79 |
<property name="text"> |
80 |
<string>Choose</string> |
81 |
</property> |
82 |
</widget> |
83 |
</item> |
84 |
</layout> |
85 |
</item> |
86 |
<item row="2" column="1"> |
87 |
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
88 |
<item> |
89 |
<widget class="QLineEdit" name="leWidth"> |
90 |
<property name="placeholderText"> |
91 |
<string>Width</string> |
92 |
</property> |
93 |
</widget> |
94 |
</item> |
95 |
<item> |
96 |
<widget class="QLabel" name="label_4"> |
97 |
<property name="text"> |
98 |
<string>x</string> |
99 |
</property> |
100 |
</widget> |
101 |
</item> |
102 |
<item> |
103 |
<widget class="QLineEdit" name="leHeight"> |
104 |
<property name="placeholderText"> |
105 |
<string>Height</string> |
106 |
</property> |
107 |
</widget> |
108 |
</item> |
109 |
</layout> |
110 |
</item> |
111 |
</layout> |
112 |
</item> |
113 |
<item> |
114 |
<widget class="QCheckBox" name="cbOniWindow"> |
115 |
<property name="text"> |
116 |
<string>Launch Oni in a window</string> |
117 |
</property> |
118 |
</widget> |
119 |
</item> |
120 |
<item> |
121 |
<widget class="QCheckBox" name="cbSeparate"> |
122 |
<property name="toolTip"> |
123 |
<string>Separate conversions by folders. For example: "Textures" -> "DAT_ONI - DDS"</string> |
124 |
</property> |
125 |
<property name="text"> |
126 |
<string>Separate different conversions in workspace</string> |
127 |
</property> |
128 |
</widget> |
129 |
</item> |
130 |
<item> |
131 |
<widget class="QCheckBox" name="cbUseYesAsDefaultWhenRemovingItems"> |
132 |
<property name="text"> |
133 |
<string>Use Yes button as default when removing items</string> |
134 |
</property> |
135 |
</widget> |
136 |
</item> |
137 |
<item> |
138 |
<widget class="QCheckBox" name="cbAskSaveProject"> |
139 |
<property name="toolTip"> |
140 |
<string>Shows a questions prompt to save current project if any unsaved changes are found. Asked when user tries to create a new project, load a project or exit the application.</string> |
141 |
</property> |
142 |
<property name="text"> |
143 |
<string>Ask to save project if there are unsaved changes</string> |
144 |
</property> |
145 |
</widget> |
146 |
</item> |
147 |
<item> |
148 |
<widget class="QCheckBox" name="cbAskOpenLastProject"> |
149 |
<property name="text"> |
150 |
<string>Ask to open last saved project at startup</string> |
151 |
</property> |
152 |
</widget> |
153 |
</item> |
154 |
</layout> |
155 |
</widget> |
156 |
</item> |
157 |
<item> |
158 |
<widget class="QDialogButtonBox" name="buttonBox"> |
159 |
<property name="orientation"> |
160 |
<enum>Qt::Horizontal</enum> |
161 |
</property> |
162 |
<property name="standardButtons"> |
163 |
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
164 |
</property> |
165 |
</widget> |
166 |
</item> |
167 |
</layout> |
168 |
</widget> |
169 |
<resources/> |
170 |
<connections> |
171 |
<connection> |
172 |
<sender>buttonBox</sender> |
173 |
<signal>accepted()</signal> |
174 |
<receiver>Preferences</receiver> |
175 |
<slot>accept()</slot> |
176 |
<hints> |
177 |
<hint type="sourcelabel"> |
178 |
<x>248</x> |
179 |
<y>254</y> |
180 |
</hint> |
181 |
<hint type="destinationlabel"> |
182 |
<x>157</x> |
183 |
<y>274</y> |
184 |
</hint> |
185 |
</hints> |
186 |
</connection> |
187 |
<connection> |
188 |
<sender>buttonBox</sender> |
189 |
<signal>rejected()</signal> |
190 |
<receiver>Preferences</receiver> |
191 |
<slot>reject()</slot> |
192 |
<hints> |
193 |
<hint type="sourcelabel"> |
194 |
<x>316</x> |
195 |
<y>260</y> |
196 |
</hint> |
197 |
<hint type="destinationlabel"> |
198 |
<x>286</x> |
199 |
<y>274</y> |
200 |
</hint> |
201 |
</hints> |
202 |
</connection> |
203 |
</connections> |
204 |
</ui> |