ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/preferences.ui
Revision: 897
Committed: Wed Jan 8 11:32:55 2014 UTC (11 years, 9 months ago) by s10k
Original Path: Vago/trunk/Vago/preferences.ui
File size: 6076 byte(s)
Log Message:
Vago 09

File Contents

# Content
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="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>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
124 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
125 p, li { white-space: pre-wrap; }
126 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
127 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Separate conversions by folders. For example: &amp;quot;Textures&amp;quot; -&amp;gt; &amp;quot;DAT_ONI - DDS&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
128 </property>
129 <property name="text">
130 <string>Separate different conversions in workspace</string>
131 </property>
132 </widget>
133 </item>
134 <item>
135 <widget class="QCheckBox" name="cbVagoExit">
136 <property name="text">
137 <string>Always confirm Vago exit</string>
138 </property>
139 </widget>
140 </item>
141 </layout>
142 </widget>
143 </item>
144 <item>
145 <widget class="QDialogButtonBox" name="buttonBox">
146 <property name="orientation">
147 <enum>Qt::Horizontal</enum>
148 </property>
149 <property name="standardButtons">
150 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
151 </property>
152 </widget>
153 </item>
154 </layout>
155 </widget>
156 <resources/>
157 <connections>
158 <connection>
159 <sender>buttonBox</sender>
160 <signal>accepted()</signal>
161 <receiver>Preferences</receiver>
162 <slot>accept()</slot>
163 <hints>
164 <hint type="sourcelabel">
165 <x>248</x>
166 <y>254</y>
167 </hint>
168 <hint type="destinationlabel">
169 <x>157</x>
170 <y>274</y>
171 </hint>
172 </hints>
173 </connection>
174 <connection>
175 <sender>buttonBox</sender>
176 <signal>rejected()</signal>
177 <receiver>Preferences</receiver>
178 <slot>reject()</slot>
179 <hints>
180 <hint type="sourcelabel">
181 <x>316</x>
182 <y>260</y>
183 </hint>
184 <hint type="destinationlabel">
185 <x>286</x>
186 <y>274</y>
187 </hint>
188 </hints>
189 </connection>
190 </connections>
191 </ui>