]> Creatis software - cpPlugins.git/blob - appli/PipelineEditor/PipelineEditor.ui
...
[cpPlugins.git] / appli / PipelineEditor / PipelineEditor.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PipelineEditor</class>
4  <widget class="QMainWindow" name="PipelineEditor">
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="cpExtensions::QT::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            <property name="alternatingRowColors">
129             <bool>true</bool>
130            </property>
131            <property name="uniformRowHeights">
132             <bool>true</bool>
133            </property>
134            <column>
135             <property name="text">
136              <string>Loaded plugins</string>
137             </property>
138            </column>
139           </widget>
140          </item>
141         </layout>
142        </widget>
143        <widget class="cpPipelineEditor::Canvas" name="Canvas" native="true">
144         <property name="minimumSize">
145          <size>
146           <width>500</width>
147           <height>0</height>
148          </size>
149         </property>
150         <property name="acceptDrops">
151          <bool>true</bool>
152         </property>
153        </widget>
154       </widget>
155      </widget>
156     </item>
157    </layout>
158   </widget>
159   <widget class="QMenuBar" name="Menubar">
160    <property name="geometry">
161     <rect>
162      <x>0</x>
163      <y>0</y>
164      <width>800</width>
165      <height>22</height>
166     </rect>
167    </property>
168    <widget class="QMenu" name="MenuFile">
169     <property name="title">
170      <string>&amp;File</string>
171     </property>
172     <widget class="QMenu" name="MenuWorkspace">
173      <property name="title">
174       <string>Workspace</string>
175      </property>
176      <addaction name="ActionOpenWorkspace"/>
177      <addaction name="ActionSaveWorkspace"/>
178     </widget>
179     <addaction name="MenuWorkspace"/>
180     <addaction name="separator"/>
181     <addaction name="ActionExit"/>
182    </widget>
183    <widget class="QMenu" name="menu_View">
184     <property name="title">
185      <string>&amp;View</string>
186     </property>
187     <widget class="QMenu" name="menuBackgrounds">
188      <property name="title">
189       <string>Backgrounds</string>
190      </property>
191      <addaction name="ActionBackground3D"/>
192      <addaction name="ActionBackgroundMPR"/>
193     </widget>
194     <addaction name="menuBackgrounds"/>
195    </widget>
196    <addaction name="MenuFile"/>
197    <addaction name="menu_View"/>
198   </widget>
199   <widget class="QStatusBar" name="statusbar"/>
200   <action name="ActionOpenWorkspace">
201    <property name="text">
202     <string>Open</string>
203    </property>
204   </action>
205   <action name="ActionSaveWorkspace">
206    <property name="text">
207     <string>Save</string>
208    </property>
209   </action>
210   <action name="ActionExit">
211    <property name="text">
212     <string>E&amp;xit</string>
213    </property>
214   </action>
215   <action name="ActionBackgroundMPR">
216    <property name="text">
217     <string>MPR</string>
218    </property>
219   </action>
220   <action name="ActionBackground3D">
221    <property name="text">
222     <string>3D</string>
223    </property>
224   </action>
225  </widget>
226  <customwidgets>
227   <customwidget>
228    <class>cpPipelineEditor::Canvas</class>
229    <extends>QWidget</extends>
230    <header>cpPipelineEditor/Canvas.h</header>
231    <container>1</container>
232   </customwidget>
233   <customwidget>
234    <class>cpExtensions::QT::SimpleMPRWidget</class>
235    <extends>QWidget</extends>
236    <header location="global">cpExtensions/QT/SimpleMPRWidget.h</header>
237    <container>1</container>
238   </customwidget>
239  </customwidgets>
240  <resources/>
241  <connections>
242   <connection>
243    <sender>ActionExit</sender>
244    <signal>triggered()</signal>
245    <receiver>PipelineEditor</receiver>
246    <slot>close()</slot>
247    <hints>
248     <hint type="sourcelabel">
249      <x>-1</x>
250      <y>-1</y>
251     </hint>
252     <hint type="destinationlabel">
253      <x>399</x>
254      <y>299</y>
255     </hint>
256    </hints>
257   </connection>
258  </connections>
259 </ui>