ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/preferences.ui
Revision: 811
Committed: Sat Apr 13 12:15:20 2013 UTC (12 years, 6 months ago) by s10k
Original Path: Vago/trunk/Vago/preferences.ui
File size: 4764 byte(s)
Log Message:
Vago: some layout fixes on windows, removed debug includes

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="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="2" column="0">
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 row="3" column="0" colspan="2">
79 <widget class="QCheckBox" name="cbSeparate">
80 <property name="toolTip">
81 <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;
82 &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;
83 p, li { white-space: pre-wrap; }
84 &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;
85 &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>
86 </property>
87 <property name="text">
88 <string>Separate different conversions in workspace</string>
89 </property>
90 </widget>
91 </item>
92 <item row="4" column="0" colspan="2">
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>