dsrc isn't necessary for this repo
[client-tools.git] / src / engine / client / application / QuestEditor / ui / BaseQuestWidget.ui
blobb2dd8a7da1b26c9d926d558cac340895ca7bb8aa
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>BaseQuestWidget</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>BaseQuestWidget</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>485</width>
12             <height>588</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Quest</string>
17     </property>
18     <property name="whatsThis" stdset="0">
19         <string>&lt;b&gt;Quest&lt;/b&gt;&lt;br&gt;&lt;br&gt;The window that lets you edit quests. It is made up of a task tree, quest list, and quest task views.</string>
20     </property>
21     <grid>
22         <property name="name">
23             <cstring>unnamed</cstring>
24         </property>
25         <widget class="QSplitter" row="0" column="0">
26             <property name="name">
27                 <cstring>splitter3</cstring>
28             </property>
29             <property name="orientation">
30                 <enum>Vertical</enum>
31             </property>
32             <widget class="TreeListView">
33                 <property name="name">
34                     <cstring>m_taskTree</cstring>
35                 </property>
36                 <property name="toolTip" stdset="0">
37                     <string>Task Tree</string>
38                 </property>
39                 <property name="whatsThis" stdset="0">
40                     <string>&lt;b&gt;Task Tree&lt;/b&gt;&lt;br&gt;&lt;br&gt;A hierarichal list view that represents the tasks of a quest. When a task completes, child tasks become active. If the child task has &lt;b&gt;&lt;i&gt;taskOnFail&lt;/i&gt;&lt;/b&gt; set to true, the child task will only activate when the parent task failure condition is met. See task detail in help for more information.</string>
41                 </property>
42             </widget>
43             <widget class="QTabWidget">
44                 <property name="name">
45                     <cstring>m_questTabWidget</cstring>
46                 </property>
47                 <property name="tabPosition">
48                     <enum>Bottom</enum>
49                 </property>
50             </widget>
51         </widget>
52     </grid>
53 </widget>
54 <customwidgets>
55     <customwidget>
56         <class>TreeListView</class>
57         <header location="local">../../../../../src/engine/client/application/QuestEditor/src/win32/TreeListView.h</header>
58         <sizehint>
59             <width>-1</width>
60             <height>-1</height>
61         </sizehint>
62         <container>0</container>
63         <sizepolicy>
64             <hordata>5</hordata>
65             <verdata>5</verdata>
66             <horstretch>0</horstretch>
67             <verstretch>0</verstretch>
68         </sizepolicy>
69         <pixmap>image0</pixmap>
70     </customwidget>
71 </customwidgets>
72 <images>
73     <image name="image0">
74         <data format="XBM.GZ" length="79">789c534e494dcbcc4b554829cdcdad8c2fcf4c29c95030e0524611cd48cd4ccf28010a1797249664262b2467241641a592324b8aa363156c15aab914146aadb90067111b1f</data>
75     </image>
76 </images>
77 <pixmapinproject/>
78 <layoutdefaults spacing="6" margin="11"/>
79 <includehints>
80     <includehint>treelistview.h</includehint>
81 </includehints>
82 </UI>