Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/gui.git] / src / TreeData / Test / mainwindow.ui
1 <ui version="4.0" >
2  <class>MainWindow</class>
3  <widget class="QMainWindow" name="MainWindow" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>573</width>
9     <height>468</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Editable Tree Model</string>
14   </property>
15   <widget class="QWidget" name="centralwidget" >
16    <layout class="QVBoxLayout" >
17     <property name="margin" >
18      <number>0</number>
19     </property>
20     <property name="spacing" >
21      <number>0</number>
22     </property>
23     <item>
24      <widget class="QTreeView" name="view" >
25       <property name="alternatingRowColors" >
26        <bool>true</bool>
27       </property>
28       <property name="selectionBehavior" >
29        <enum>QAbstractItemView::SelectItems</enum>
30       </property>
31       <property name="horizontalScrollMode" >
32        <enum>QAbstractItemView::ScrollPerPixel</enum>
33       </property>
34       <property name="animated" >
35        <bool>false</bool>
36       </property>
37       <property name="allColumnsShowFocus" >
38        <bool>true</bool>
39       </property>
40      </widget>
41     </item>
42    </layout>
43   </widget>
44   <widget class="QMenuBar" name="menubar" >
45    <property name="geometry" >
46     <rect>
47      <x>0</x>
48      <y>0</y>
49      <width>573</width>
50      <height>29</height>
51     </rect>
52    </property>
53    <widget class="QMenu" name="actionsMenu" >
54     <property name="title" >
55      <string>&amp;Actions</string>
56     </property>
57     <addaction name="insertRowAction" />
58     <addaction name="insertColumnAction" />
59     <addaction name="separator" />
60     <addaction name="removeRowAction" />
61     <addaction name="removeColumnAction" />
62     <addaction name="separator" />
63     <addaction name="insertChildAction" />
64    </widget>
65    <widget class="QMenu" name="fileMenu" >
66     <property name="title" >
67      <string>&amp;File</string>
68     </property>
69     <addaction name="exitAction" />
70    </widget>
71    <widget class="QMenu" name="menuData" >
72     <property name="title" >
73      <string>Data</string>
74     </property>
75     <addaction name="newDataAction" />
76    </widget>
77    <addaction name="fileMenu" />
78    <addaction name="actionsMenu" />
79    <addaction name="menuData" />
80   </widget>
81   <widget class="QStatusBar" name="statusbar" />
82   <action name="exitAction" >
83    <property name="text" >
84     <string>E&amp;xit</string>
85    </property>
86    <property name="shortcut" >
87     <string>Ctrl+Q</string>
88    </property>
89   </action>
90   <action name="insertRowAction" >
91    <property name="text" >
92     <string>Insert Row</string>
93    </property>
94    <property name="shortcut" >
95     <string>Ctrl+I, R</string>
96    </property>
97   </action>
98   <action name="removeRowAction" >
99    <property name="text" >
100     <string>Remove Row</string>
101    </property>
102    <property name="shortcut" >
103     <string>Ctrl+R, R</string>
104    </property>
105   </action>
106   <action name="insertColumnAction" >
107    <property name="text" >
108     <string>Insert Column</string>
109    </property>
110    <property name="shortcut" >
111     <string>Ctrl+I, C</string>
112    </property>
113   </action>
114   <action name="removeColumnAction" >
115    <property name="text" >
116     <string>Remove Column</string>
117    </property>
118    <property name="shortcut" >
119     <string>Ctrl+R, C</string>
120    </property>
121   </action>
122   <action name="insertChildAction" >
123    <property name="text" >
124     <string>Insert Child</string>
125    </property>
126    <property name="shortcut" >
127     <string>Ctrl+N</string>
128    </property>
129   </action>
130   <action name="newDataAction" >
131    <property name="text" >
132     <string>new</string>
133    </property>
134   </action>
135  </widget>
136  <resources>
137   <include location="editabletreemodel.qrc" />
138  </resources>
139  <connections/>
140 </ui>