summaryrefslogtreecommitdiffstats
path: root/sigmodr/sigmodr.ui
blob: 83807667206fdb9abead472fd479001d738aca98 (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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<ui version="4.0">
 <class>formSigmodr</class>
 <widget class="KMainWindow" name="formSigmodr">
  <widget class="QWidget" name="frameMain">
   <layout class="QGridLayout">
    <item row="0" column="0">
     <widget class="QSplitter" name="splitter">
      <property name="toolTip">
       <string>Separator for the tree</string>
      </property>
      <property name="statusTip">
       <string>Separator for the tree</string>
      </property>
      <property name="whatsThis">
       <string>Separator for the tree</string>
      </property>
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
      <property name="childrenCollapsible">
       <bool>false</bool>
      </property>
      <widget class="Sigmodr::Tree::TreeWidget" 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="QGridLayout">
        <item row="0" column="0">
         <widget class="QGroupBox" name="boxButtons">
          <layout class="QGridLayout">
           <item row="0" column="0">
            <widget class="KPushButton" name="buttonApply">
             <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>
             <property name="text">
              <string>Apply</string>
             </property>
            </widget>
           </item>
           <item row="0" column="1">
            <widget class="KPushButton" name="buttonReset">
             <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>
             <property name="text">
              <string>Reset</string>
             </property>
            </widget>
           </item>
          </layout>
         </widget>
        </item>
        <item row="1" column="0" colspan="2">
         <widget class="KPushButton" name="buttonValidate">
          <property name="toolTip">
           <string>Validate the object</string>
          </property>
          <property name="statusTip">
           <string>Validate the object</string>
          </property>
          <property name="whatsThis">
           <string>Validate the object</string>
          </property>
          <property name="text">
           <string>Validate</string>
          </property>
         </widget>
        </item>
        <item row="2" column="0">
         <widget class="QScrollArea" name="formPanel">
          <property name="toolTip">
           <string>Area where the editor panes show up</string>
          </property>
          <property name="statusTip">
           <string>Area where the editor panes show up</string>
          </property>
          <property name="whatsThis">
           <string>Area where the editor panes show up</string>
          </property>
          <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::Tree::TreeWidget</class>
   <extends>QTreeView</extends>
   <header location="global">sigmodr/tree/TreeWidget.h</header>
  </customwidget>
 </customwidgets>
 <tabstops>
  <tabstop>treeSigmod</tabstop>
  <tabstop>buttonApply</tabstop>
  <tabstop>buttonDiscard</tabstop>
  <tabstop>buttonValidate</tabstop>
  <tabstop>formPanel</tabstop>
 </tabstops>
</ui>