autoscale yaxis of concomitant velocity
[quplot.git] / quplot.ui
blob38922a8e53929e11410c4d77cb22c2f16534c3db
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>QuPlot</class>
4 <widget class="QMainWindow" name="QuPlot">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>400</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>QuPlot</string>
15 </property>
16 <widget class="QWidget" name="centralWidget">
17 <widget class="QPushButton" name="calcButton">
18 <property name="geometry">
19 <rect>
20 <x>0</x>
21 <y>0</y>
22 <width>86</width>
23 <height>28</height>
24 </rect>
25 </property>
26 <property name="text">
27 <string>Calc!</string>
28 </property>
29 </widget>
30 </widget>
31 <widget class="QMenuBar" name="menuBar">
32 <property name="geometry">
33 <rect>
34 <x>0</x>
35 <y>0</y>
36 <width>600</width>
37 <height>28</height>
38 </rect>
39 </property>
40 <widget class="QMenu" name="menuFile">
41 <property name="title">
42 <string>File</string>
43 </property>
44 <addaction name="actionQuit"/>
45 </widget>
46 <widget class="QMenu" name="menuStuff">
47 <property name="title">
48 <string>Stuff</string>
49 </property>
50 <addaction name="actionDimension"/>
51 </widget>
52 <widget class="QMenu" name="menuHelp">
53 <property name="title">
54 <string>Help</string>
55 </property>
56 <addaction name="actionAbout"/>
57 </widget>
58 <addaction name="menuFile"/>
59 <addaction name="menuStuff"/>
60 <addaction name="menuHelp"/>
61 </widget>
62 <widget class="QToolBar" name="mainToolBar">
63 <attribute name="toolBarArea">
64 <enum>TopToolBarArea</enum>
65 </attribute>
66 <attribute name="toolBarBreak">
67 <bool>false</bool>
68 </attribute>
69 </widget>
70 <widget class="QStatusBar" name="statusBar"/>
71 <action name="actionQuit">
72 <property name="text">
73 <string>Quit</string>
74 </property>
75 </action>
76 <action name="actionDimension">
77 <property name="text">
78 <string>Dimension</string>
79 </property>
80 </action>
81 <action name="actionAbout">
82 <property name="text">
83 <string>About</string>
84 </property>
85 </action>
86 </widget>
87 <layoutdefault spacing="6" margin="11"/>
88 <resources/>
89 <connections/>
90 </ui>