(empty message)
[qanava.git] / tests / basic / canMainWindow.ui
blob3b371c4c5c36cc45268a41c7af69882b3e26fe78
1 <!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2 <class>MainWindow</class>
3 <widget class="QMainWindow">
4     <property name="name">
5         <cstring>MainWindow</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>487</width>
12             <height>303</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Qanava Test</string>
17     </property>
18     <vbox>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <property name="margin">
23             <number>0</number>
24         </property>
25         <property name="spacing">
26             <number>0</number>
27         </property>
28         <widget class="QFrame">
29             <property name="name">
30                 <cstring>_frame</cstring>
31             </property>
32             <property name="sizePolicy">
33                 <sizepolicy>
34                     <hsizetype>7</hsizetype>
35                     <vsizetype>7</vsizetype>
36                     <horstretch>0</horstretch>
37                     <verstretch>0</verstretch>
38                 </sizepolicy>
39             </property>
40             <property name="focusPolicy">
41                 <enum>StrongFocus</enum>
42             </property>
43             <property name="frameShape">
44                 <enum>StyledPanel</enum>
45             </property>
46             <property name="frameShadow">
47                 <enum>Raised</enum>
48             </property>
49         </widget>
50     </vbox>
51 </widget>
52 <toolbars>
53     <toolbar dock="2">
54         <property name="name">
55             <cstring>Toolbar</cstring>
56         </property>
57         <property name="label">
58             <string>Toolbar</string>
59         </property>
60         <widget class="QSlider">
61             <property name="name">
62                 <cstring>_sldZoom</cstring>
63             </property>
64             <property name="minimumSize">
65                 <size>
66                     <width>200</width>
67                     <height>0</height>
68                 </size>
69             </property>
70             <property name="minValue">
71                 <number>1</number>
72             </property>
73             <property name="maxValue">
74                 <number>100</number>
75             </property>
76             <property name="value">
77                 <number>50</number>
78             </property>
79             <property name="orientation">
80                 <enum>Horizontal</enum>
81             </property>
82         </widget>
83     </toolbar>
84 </toolbars>
85 <tabstops>
86     <tabstop>_frame</tabstop>
87     <tabstop>_sldZoom</tabstop>
88 </tabstops>
89 <includes>
90     <include location="local" impldecl="in declaration">canCanvas.h</include>
91     <include location="local" impldecl="in declaration">canCanvasView.h</include>
92     <include location="local" impldecl="in declaration">canGraphView.h</include>
93     <include location="local" impldecl="in declaration">laLayout.h</include>
94     <include location="local" impldecl="in declaration">canGrid.h</include>
95     <include location="local" impldecl="in declaration">canNodeInfoPopup.h</include>
96     <include location="global" impldecl="in implementation">qwmatrix.h</include>
97     <include location="global" impldecl="in implementation">qmessagebox.h</include>
98     <include location="local" impldecl="in implementation">canMainWindow.ui.h</include>
99 </includes>
100 <forwards>
101     <forward>using namespace qan;</forward>
102 </forwards>
103 <variables>
104     <variable>can::CanvasView* _canvasView;</variable>
105     <variable>can::Canvas* _canvas;</variable>
106     <variable>can::NodeInfoPopup* _nodePopup;</variable>
107 </variables>
108 <slots>
109     <slot access="protected">showNodeTooltip( la::Node * node, QPoint pos )</slot>
110     <slot access="protected">selectNode( la::Node * node )</slot>
111 </slots>
112 <functions>
113     <function>init()</function>
114 </functions>
115 <pixmapinproject/>
116 <layoutdefaults spacing="6" margin="11"/>
117 </UI>