]> Creatis software - cpPlugins.git/blob - appli/PipelineEditor/PipelineEditor.ui
debug
[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="windowTitle">
14    <string>PipelineEditor</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QGridLayout" name="gridLayout">
18     <property name="margin">
19      <number>2</number>
20     </property>
21     <property name="spacing">
22      <number>2</number>
23     </property>
24     <item row="0" column="0">
25      <widget class="QSplitter" name="MainSplitter">
26       <property name="orientation">
27        <enum>Qt::Vertical</enum>
28       </property>
29       <widget class="QWidget" name="Viewer" native="true"/>
30       <widget class="QSplitter" name="second_splitter">
31        <property name="orientation">
32         <enum>Qt::Horizontal</enum>
33        </property>
34        <widget class="cpBaseQtApplication::Plugins::Navigator" name="Navigator" native="true"/>
35        <widget class="cpBaseQtApplication::Pipeline::Canvas" name="Canvas" native="true"/>
36       </widget>
37      </widget>
38     </item>
39    </layout>
40   </widget>
41   <widget class="QMenuBar" name="menubar">
42    <property name="geometry">
43     <rect>
44      <x>0</x>
45      <y>0</y>
46      <width>800</width>
47      <height>25</height>
48     </rect>
49    </property>
50    <widget class="QMenu" name="menuFile">
51     <property name="title">
52      <string>&amp;File</string>
53     </property>
54     <addaction name="actionOpenWorkspace"/>
55     <addaction name="actionSaveWorkspace"/>
56     <addaction name="actionSaveWorkspaceAs"/>
57     <addaction name="separator"/>
58     <addaction name="actionExit"/>
59    </widget>
60    <widget class="QMenu" name="menu_Properties">
61     <property name="title">
62      <string>&amp;Properties</string>
63     </property>
64     <addaction name="actionActorsProperties"/>
65    </widget>
66    <widget class="QMenu" name="menuPlu_gins">
67     <property name="title">
68      <string>Plu&amp;gins</string>
69     </property>
70     <addaction name="actionLoadLibrary"/>
71     <addaction name="actionLoadDirectory"/>
72    </widget>
73    <addaction name="menuFile"/>
74    <addaction name="menu_Properties"/>
75    <addaction name="menuPlu_gins"/>
76   </widget>
77   <widget class="QStatusBar" name="statusbar"/>
78   <widget class="QToolBar" name="toolBar">
79    <property name="windowTitle">
80     <string>toolBar</string>
81    </property>
82    <attribute name="toolBarArea">
83     <enum>TopToolBarArea</enum>
84    </attribute>
85    <attribute name="toolBarBreak">
86     <bool>false</bool>
87    </attribute>
88    <addaction name="actionPrintExecutionInformation"/>
89   </widget>
90   <action name="actionExit">
91    <property name="text">
92     <string>E&amp;xit</string>
93    </property>
94   </action>
95   <action name="actionOpenWorkspace">
96    <property name="text">
97     <string>&amp;Open workspace</string>
98    </property>
99    <property name="shortcut">
100     <string>Ctrl+O</string>
101    </property>
102   </action>
103   <action name="actionSaveWorkspace">
104    <property name="text">
105     <string>&amp;Save workspace</string>
106    </property>
107    <property name="shortcut">
108     <string>Ctrl+S</string>
109    </property>
110   </action>
111   <action name="actionSaveWorkspaceAs">
112    <property name="text">
113     <string>Sa&amp;ve workspace as...</string>
114    </property>
115    <property name="shortcut">
116     <string>Ctrl+Shift+S</string>
117    </property>
118   </action>
119   <action name="actionActorsProperties">
120    <property name="text">
121     <string>&amp;Actors</string>
122    </property>
123    <property name="shortcut">
124     <string>Ctrl+Shift+P</string>
125    </property>
126   </action>
127   <action name="actionLoadLibrary">
128    <property name="text">
129     <string>Load &amp;library</string>
130    </property>
131    <property name="shortcut">
132     <string>Ctrl+Shift+L</string>
133    </property>
134   </action>
135   <action name="actionLoadDirectory">
136    <property name="text">
137     <string>Load &amp;directory</string>
138    </property>
139    <property name="shortcut">
140     <string>Ctrl+Shift+D</string>
141    </property>
142   </action>
143   <action name="actionPrintExecutionInformation">
144    <property name="checkable">
145     <bool>true</bool>
146    </property>
147    <property name="text">
148     <string>Print execution information?</string>
149    </property>
150    <property name="toolTip">
151     <string>Print execution information?</string>
152    </property>
153   </action>
154  </widget>
155  <customwidgets>
156   <customwidget>
157    <class>cpBaseQtApplication::Plugins::Navigator</class>
158    <extends>QWidget</extends>
159    <header location="global">cpBaseQtApplication/Plugins/Navigator.h</header>
160    <container>1</container>
161   </customwidget>
162   <customwidget>
163    <class>cpBaseQtApplication::Pipeline::Canvas</class>
164    <extends>QWidget</extends>
165    <header location="global">cpBaseQtApplication/Pipeline/Canvas.h</header>
166    <container>1</container>
167   </customwidget>
168  </customwidgets>
169  <resources/>
170  <connections>
171   <connection>
172    <sender>actionExit</sender>
173    <signal>triggered()</signal>
174    <receiver>PipelineEditor</receiver>
175    <slot>close()</slot>
176    <hints>
177     <hint type="sourcelabel">
178      <x>-1</x>
179      <y>-1</y>
180     </hint>
181     <hint type="destinationlabel">
182      <x>399</x>
183      <y>299</y>
184     </hint>
185    </hints>
186   </connection>
187  </connections>
188 </ui>