GraphSolver/ui/mainWindow.ui

85 lines
1.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>251</width>
<height>200</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="baseSize">
<size>
<width>265</width>
<height>225</height>
</size>
</property>
<property name="windowTitle">
<string>GraphSolver</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>../Icons/bar-graph-on-a-rectangle.png</normaloff>../Icons/bar-graph-on-a-rectangle.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QComboBox" name="equCbo">
<property name="geometry">
<rect>
<x>30</x>
<y>70</y>
<width>191</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<item>
<property name="text">
<string>Linear</string>
</property>
</item>
<item>
<property name="text">
<string>LinearIntercept</string>
</property>
</item>
</widget>
<widget class="QPushButton" name="runBtn">
<property name="geometry">
<rect>
<x>80</x>
<y>110</y>
<width>100</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Run</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>