2011-08-10 03:37:33 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-11-14 21:07:22 +00:00
|
|
|
<ui version="4.0">
|
2006-03-24 15:59:11 +00:00
|
|
|
<class>MathsUi</class>
|
2009-11-11 01:48:07 +00:00
|
|
|
<widget class="QWidget" name="MathsUi">
|
|
|
|
<property name="geometry">
|
2006-03-24 15:59:11 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2013-03-01 15:59:37 +01:00
|
|
|
<width>432</width>
|
|
|
|
<height>291</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-11-11 01:48:07 +00:00
|
|
|
<property name="windowTitle">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2009-11-11 01:48:07 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2013-03-01 15:59:37 +01:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTableWidget" name="packagesTW">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="columnCount">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<attribute name="horizontalHeaderStretchLastSection">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
<column/>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-03-02 10:03:08 +01:00
|
|
|
<item row="1" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="allPakcagesLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>All packages:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="allPackagesAutoPB">
|
|
|
|
<property name="text">
|
2015-01-04 10:53:36 +01:00
|
|
|
<string>Load A&utomatically</string>
|
2013-03-02 10:03:08 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="allPackagesAlwaysPB">
|
|
|
|
<property name="text">
|
2015-01-04 10:53:36 +01:00
|
|
|
<string>Load Alwa&ys</string>
|
2013-03-02 10:03:08 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="allPackagesNotPB">
|
|
|
|
<property name="text">
|
2015-01-04 10:53:36 +01:00
|
|
|
<string>Do &Not Load</string>
|
2013-03-02 10:03:08 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-11-11 01:48:07 +00:00
|
|
|
<includes>
|
|
|
|
<include location="local">qt_i18n.h</include>
|
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|