blob: c0e547cecbf3caa5986bfb06f9868fe13f30e7ad (
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
112
113
114
115
|
<ui version="4.0" >
<class>formSigmodr</class>
<widget class="KMainWindow" name="formSigmodr" >
<widget class="QWidget" name="frameMain" >
<layout class="QVBoxLayout" >
<item>
<widget class="QSplitter" name="splitter" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="childrenCollapsible" >
<bool>false</bool>
</property>
<widget class="Sigmodr::SigmodTree" name="treeSigmod" >
<property name="contextMenuPolicy" >
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="acceptDrops" >
<bool>true</bool>
</property>
<property name="dragEnabled" >
<bool>true</bool>
</property>
<property name="dragDropMode" >
<enum>QAbstractItemView::DragDrop</enum>
</property>
<property name="selectionBehavior" >
<enum>QAbstractItemView::SelectItems</enum>
</property>
<property name="animated" >
<bool>true</bool>
</property>
</widget>
<widget class="QFrame" name="frameEditor" >
<layout class="QVBoxLayout" >
<item>
<widget class="QGroupBox" name="boxButtons" >
<property name="enabled" >
<bool>false</bool>
</property>
<layout class="QHBoxLayout" >
<item>
<widget class="KPushButton" name="buttonApply" >
<property name="text" >
<string>Apply</string>
</property>
<property name="toolTip" >
<string>Apply the changes</string>
</property>
<property name="statusTip" >
<string>Apply the changes</string>
</property>
<property name="whatsThis" >
<string>Apply the changes</string>
</property>
</widget>
</item>
<item>
<widget class="KPushButton" name="buttonReset" >
<property name="text" >
<string>Reset</string>
</property>
<property name="toolTip" >
<string>Discard the changes</string>
</property>
<property name="statusTip" >
<string>Discard the changes</string>
</property>
<property name="whatsThis" >
<string>Discard the changes</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QScrollArea" name="formPanel" >
<property name="widgetResizable" >
<bool>true</bool>
</property>
<property name="alignment" >
<set>Qt::AlignHCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QStatusBar" name="windowStatusBar" />
</widget>
<customwidgets>
<customwidget>
<class>KPushButton</class>
<extends>QPushButton</extends>
<header location="global" >KPushButton</header>
</customwidget>
<customwidget>
<class>KMainWindow</class>
<extends>QMainWindow</extends>
<header location="global" >KXmlGuiWindow</header>
<container>1</container>
</customwidget>
<customwidget>
<class>Sigmodr::SigmodTree</class>
<extends>QTreeView</extends>
<header>SigmodTree.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
|