]> Creatis software - cpPlugins.git/blob - appli/cpPipelineEditor/App_cpPipelineEditor.ui
...
[cpPlugins.git] / appli / cpPipelineEditor / App_cpPipelineEditor.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>App_cpPipelineEditor</class>
4  <widget class="QMainWindow" name="App_cpPipelineEditor">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>600</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>800</width>
16     <height>600</height>
17    </size>
18   </property>
19   <property name="windowTitle">
20    <string>MainWindow</string>
21   </property>
22   <widget class="QWidget" name="MainWidget">
23    <layout class="QGridLayout" name="gridLayout">
24     <item row="0" column="0">
25      <widget class="QSplitter" name="splitter_2">
26       <property name="orientation">
27        <enum>Qt::Vertical</enum>
28       </property>
29       <widget class="cpPlugins::Interface::SimpleMPRWidget" name="Viewer" native="true">
30        <property name="minimumSize">
31         <size>
32          <width>0</width>
33          <height>200</height>
34         </size>
35        </property>
36       </widget>
37       <widget class="QSplitter" name="splitter">
38        <property name="orientation">
39         <enum>Qt::Horizontal</enum>
40        </property>
41        <widget class="QFrame" name="frame">
42         <property name="minimumSize">
43          <size>
44           <width>251</width>
45           <height>331</height>
46          </size>
47         </property>
48         <property name="frameShape">
49          <enum>QFrame::StyledPanel</enum>
50         </property>
51         <property name="frameShadow">
52          <enum>QFrame::Raised</enum>
53         </property>
54         <layout class="QVBoxLayout" name="verticalLayout">
55          <item>
56           <widget class="QGroupBox" name="groupBox">
57            <property name="minimumSize">
58             <size>
59              <width>202</width>
60              <height>67</height>
61             </size>
62            </property>
63            <property name="maximumSize">
64             <size>
65              <width>202</width>
66              <height>67</height>
67             </size>
68            </property>
69            <property name="title">
70             <string>Plugins</string>
71            </property>
72            <layout class="QHBoxLayout" name="horizontalLayout">
73             <item>
74              <widget class="QPushButton" name="ButtonLoadPluginsFile">
75               <property name="minimumSize">
76                <size>
77                 <width>85</width>
78                 <height>31</height>
79                </size>
80               </property>
81               <property name="maximumSize">
82                <size>
83                 <width>85</width>
84                 <height>31</height>
85                </size>
86               </property>
87               <property name="text">
88                <string>File</string>
89               </property>
90              </widget>
91             </item>
92             <item>
93              <widget class="QPushButton" name="ButtonLoadPluginsPath">
94               <property name="minimumSize">
95                <size>
96                 <width>85</width>
97                 <height>31</height>
98                </size>
99               </property>
100               <property name="maximumSize">
101                <size>
102                 <width>85</width>
103                 <height>31</height>
104                </size>
105               </property>
106               <property name="text">
107                <string>Path</string>
108               </property>
109              </widget>
110             </item>
111            </layout>
112           </widget>
113          </item>
114          <item>
115           <widget class="QTreeWidget" name="LoadedPlugins">
116            <property name="minimumSize">
117             <size>
118              <width>229</width>
119              <height>0</height>
120             </size>
121            </property>
122            <property name="dragEnabled">
123             <bool>true</bool>
124            </property>
125            <property name="dragDropMode">
126             <enum>QAbstractItemView::DragOnly</enum>
127            </property>
128            <column>
129             <property name="text">
130              <string>Loaded plugins</string>
131             </property>
132            </column>
133           </widget>
134          </item>
135         </layout>
136        </widget>
137        <widget class="cpPipelineEditor::Canvas" name="Canvas" native="true">
138         <property name="minimumSize">
139          <size>
140           <width>500</width>
141           <height>0</height>
142          </size>
143         </property>
144         <property name="acceptDrops">
145          <bool>true</bool>
146         </property>
147        </widget>
148       </widget>
149      </widget>
150     </item>
151    </layout>
152   </widget>
153   <widget class="QMenuBar" name="Menubar">
154    <property name="geometry">
155     <rect>
156      <x>0</x>
157      <y>0</y>
158      <width>800</width>
159      <height>27</height>
160     </rect>
161    </property>
162    <widget class="QMenu" name="MenuFile">
163     <property name="title">
164      <string>&amp;File</string>
165     </property>
166     <widget class="QMenu" name="MenuWorkspace">
167      <property name="title">
168       <string>Workspace</string>
169      </property>
170      <addaction name="ActionOpenWorkspace"/>
171      <addaction name="ActionSaveWorkspace"/>
172     </widget>
173     <addaction name="MenuWorkspace"/>
174     <addaction name="separator"/>
175     <addaction name="ActionExit"/>
176    </widget>
177    <addaction name="MenuFile"/>
178   </widget>
179   <widget class="QStatusBar" name="statusbar"/>
180   <action name="ActionOpenWorkspace">
181    <property name="text">
182     <string>Open</string>
183    </property>
184   </action>
185   <action name="ActionSaveWorkspace">
186    <property name="text">
187     <string>Save</string>
188    </property>
189   </action>
190   <action name="ActionExit">
191    <property name="text">
192     <string>E&amp;xit</string>
193    </property>
194   </action>
195  </widget>
196  <customwidgets>
197   <customwidget>
198    <class>cpPipelineEditor::Canvas</class>
199    <extends>QWidget</extends>
200    <header>cpPipelineEditor/Canvas.h</header>
201    <container>1</container>
202   </customwidget>
203   <customwidget>
204    <class>cpPlugins::Interface::SimpleMPRWidget</class>
205    <extends>QWidget</extends>
206    <header location="global">cpPlugins/Interface/SimpleMPRWidget.h</header>
207    <container>1</container>
208   </customwidget>
209  </customwidgets>
210  <resources/>
211  <connections>
212   <connection>
213    <sender>ActionExit</sender>
214    <signal>triggered()</signal>
215    <receiver>App_cpPipelineEditor</receiver>
216    <slot>close()</slot>
217    <hints>
218     <hint type="sourcelabel">
219      <x>-1</x>
220      <y>-1</y>
221     </hint>
222     <hint type="destinationlabel">
223      <x>399</x>
224      <y>299</y>
225     </hint>
226    </hints>
227   </connection>
228  </connections>
229 </ui>