]> Creatis software - cpPlugins.git/blob - appli/PipelineEditor/PipelineEditor.ui
First dump for version 0.1.0
[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>27</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    <addaction name="MenuFile"/>
184   </widget>
185   <widget class="QStatusBar" name="statusbar"/>
186   <action name="ActionOpenWorkspace">
187    <property name="text">
188     <string>Open</string>
189    </property>
190   </action>
191   <action name="ActionSaveWorkspace">
192    <property name="text">
193     <string>Save</string>
194    </property>
195   </action>
196   <action name="ActionExit">
197    <property name="text">
198     <string>E&amp;xit</string>
199    </property>
200   </action>
201  </widget>
202  <customwidgets>
203   <customwidget>
204    <class>cpPipelineEditor::Canvas</class>
205    <extends>QWidget</extends>
206    <header>cpPipelineEditor/Canvas.h</header>
207    <container>1</container>
208   </customwidget>
209   <customwidget>
210    <class>cpExtensions::QT::SimpleMPRWidget</class>
211    <extends>QWidget</extends>
212    <header location="global">cpExtensions/QT/SimpleMPRWidget.h</header>
213    <container>1</container>
214   </customwidget>
215  </customwidgets>
216  <resources/>
217  <connections>
218   <connection>
219    <sender>ActionExit</sender>
220    <signal>triggered()</signal>
221    <receiver>PipelineEditor</receiver>
222    <slot>close()</slot>
223    <hints>
224     <hint type="sourcelabel">
225      <x>-1</x>
226      <y>-1</y>
227     </hint>
228     <hint type="destinationlabel">
229      <x>399</x>
230      <y>299</y>
231     </hint>
232    </hints>
233   </connection>
234  </connections>
235 </ui>