Added graphwindow

This commit is contained in:
arcan1s
2013-08-10 04:06:51 +04:00
parent 1c238fcc81
commit 063e74a472
19 changed files with 572 additions and 70 deletions

21
mathmech/aglallwindow.ui Normal file
View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AglAllWindow</class>
<widget class="QMainWindow" name="AglAllWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>240</width>
<height>320</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget"/>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>