blob: 5d2b82b0a55f6304880a2353a7357df79616b773 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KPlato::TaskResourcesPanelBase</class>
<author>Dag Andersen <danders@get2net.dk></author>
<widget class="TQWidget">
<property name="name">
<cstring>TaskResourcesPanelBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>445</width>
<height>169</height>
</rect>
</property>
<property name="caption">
<string>TaskResourcesPanelBase</string>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQListView">
<column>
<property name="text">
<string>Group</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Max. Units</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>groupList</cstring>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout14</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>Assign resources:</string>
</property>
<property name="buddy" stdset="0">
<cstring>resourceTable</cstring>
</property>
</widget>
<widget class="TQTable">
<column>
<property name="text">
<string>Resource</string>
</property>
<property name="pixmap">
<pixmap></pixmap>
</property>
</column>
<property name="name">
<cstring>resourceTable</cstring>
</property>
<property name="resizePolicy">
<enum>Default</enum>
</property>
<property name="numRows">
<number>0</number>
</property>
<property name="numCols">
<number>1</number>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</vbox>
</widget>
</hbox>
</widget>
<includes>
<include location="local" impldecl="in implementation">kpttastderesourcespanelbase.ui.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI>
|