]> Creatis software - cpPlugins.git/blob - appli/PipelineEditor/PipelineEditorMainWindow.ui
0da84326a7efc20f5966591746472ef63de60a98
[cpPlugins.git] / appli / PipelineEditor / PipelineEditorMainWindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PipelineEditorMainWindow</class>
4  <widget class="QMainWindow" name="PipelineEditorMainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>640</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="MainWindget">
17    <layout class="QGridLayout" name="gridLayout">
18     <item row="0" column="0">
19      <widget class="QSplitter" name="splitter_2">
20       <property name="orientation">
21        <enum>Qt::Vertical</enum>
22       </property>
23       <widget class="cpExtensions::QT::SimpleMPRWidget" name="MPR" native="true">
24        <property name="minimumSize">
25         <size>
26          <width>60</width>
27          <height>60</height>
28         </size>
29        </property>
30       </widget>
31       <widget class="QSplitter" name="splitter">
32        <property name="orientation">
33         <enum>Qt::Horizontal</enum>
34        </property>
35        <widget class="QTreeWidget" name="Plugins">
36         <property name="minimumSize">
37          <size>
38           <width>60</width>
39           <height>60</height>
40          </size>
41         </property>
42         <property name="dragEnabled">
43          <bool>true</bool>
44         </property>
45         <property name="dragDropMode">
46          <enum>QAbstractItemView::DragOnly</enum>
47         </property>
48         <property name="alternatingRowColors">
49          <bool>true</bool>
50         </property>
51         <column>
52          <property name="text">
53           <string>Loaded plugins</string>
54          </property>
55         </column>
56        </widget>
57        <widget class="cpBaseQtApplication::Canvas" name="Canvas" native="true">
58         <property name="minimumSize">
59          <size>
60           <width>60</width>
61           <height>60</height>
62          </size>
63         </property>
64        </widget>
65       </widget>
66      </widget>
67     </item>
68    </layout>
69   </widget>
70   <widget class="QMenuBar" name="menubar">
71    <property name="geometry">
72     <rect>
73      <x>0</x>
74      <y>0</y>
75      <width>640</width>
76      <height>22</height>
77     </rect>
78    </property>
79    <widget class="QMenu" name="menuFile">
80     <property name="title">
81      <string>&amp;File</string>
82     </property>
83     <addaction name="ActionOpen"/>
84     <addaction name="ActionSave"/>
85     <addaction name="ActionClose"/>
86     <addaction name="separator"/>
87     <addaction name="ActionExit"/>
88    </widget>
89    <widget class="QMenu" name="menuPlugins">
90     <property name="title">
91      <string>&amp;Plugins</string>
92     </property>
93     <addaction name="ActionLoadPluginFile"/>
94     <addaction name="ActionLoadPluginDirectory"/>
95     <addaction name="separator"/>
96     <addaction name="ActionShowPlugins"/>
97    </widget>
98    <addaction name="menuFile"/>
99    <addaction name="menuPlugins"/>
100   </widget>
101   <widget class="QStatusBar" name="statusbar"/>
102   <action name="ActionOpen">
103    <property name="text">
104     <string>&amp;Open</string>
105    </property>
106    <property name="shortcut">
107     <string>Ctrl+O</string>
108    </property>
109   </action>
110   <action name="ActionSave">
111    <property name="text">
112     <string>&amp;Save</string>
113    </property>
114    <property name="shortcut">
115     <string>Ctrl+S</string>
116    </property>
117   </action>
118   <action name="ActionExit">
119    <property name="text">
120     <string>E&amp;xit</string>
121    </property>
122   </action>
123   <action name="ActionClose">
124    <property name="text">
125     <string>&amp;Close</string>
126    </property>
127    <property name="shortcut">
128     <string>Ctrl+Shift+C</string>
129    </property>
130   </action>
131   <action name="ActionLoadPluginFile">
132    <property name="text">
133     <string>Load &amp;file</string>
134    </property>
135    <property name="shortcut">
136     <string>Ctrl+Shift+P</string>
137    </property>
138   </action>
139   <action name="ActionLoadPluginDirectory">
140    <property name="text">
141     <string>Load &amp;directory</string>
142    </property>
143    <property name="shortcut">
144     <string>Ctrl+Shift+D</string>
145    </property>
146   </action>
147   <action name="ActionShowPlugins">
148    <property name="text">
149     <string>&amp;Show</string>
150    </property>
151    <property name="shortcut">
152     <string>Ctrl+Shift+S</string>
153    </property>
154   </action>
155  </widget>
156  <customwidgets>
157   <customwidget>
158    <class>cpExtensions::QT::SimpleMPRWidget</class>
159    <extends>QWidget</extends>
160    <header location="global">cpExtensions/QT/SimpleMPRWidget.h</header>
161    <container>1</container>
162   </customwidget>
163   <customwidget>
164    <class>cpBaseQtApplication::Canvas</class>
165    <extends>QWidget</extends>
166    <header location="global">cpBaseQtApplication/Canvas.h</header>
167    <container>1</container>
168   </customwidget>
169  </customwidgets>
170  <resources/>
171  <connections>
172   <connection>
173    <sender>ActionExit</sender>
174    <signal>triggered()</signal>
175    <receiver>PipelineEditorMainWindow</receiver>
176    <slot>close()</slot>
177    <hints>
178     <hint type="sourcelabel">
179      <x>-1</x>
180      <y>-1</y>
181     </hint>
182     <hint type="destinationlabel">
183      <x>212</x>
184      <y>190</y>
185     </hint>
186    </hints>
187   </connection>
188  </connections>
189 </ui>