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>
|
2017-04-07 02:14:34 +02:00
|
|
|
<width>500</width>
|
2017-04-06 03:07:58 +02:00
|
|
|
<height>367</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>
|
2017-04-25 02:28:10 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2017-04-08 01:39:08 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="allPakcagesLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>All packages:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-04-25 02:28:10 +02:00
|
|
|
<item row="1" column="1" colspan="2">
|
2017-04-08 01:39:08 +02:00
|
|
|
<widget class="QPushButton" name="allPackagesAutoPB">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load A&utomatically</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-04-25 02:28:10 +02:00
|
|
|
<item row="1" column="3">
|
2017-04-08 01:39:08 +02:00
|
|
|
<widget class="QPushButton" name="allPackagesAlwaysPB">
|
|
|
|
<property name="text">
|
|
|
|
<string>Load Alwa&ys</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-04-25 02:28:10 +02:00
|
|
|
<item row="1" column="4" colspan="2">
|
2017-04-08 01:39:08 +02:00
|
|
|
<widget class="QPushButton" name="allPackagesNotPB">
|
|
|
|
<property name="text">
|
|
|
|
<string>Do &Not Load</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-04-25 02:28:10 +02:00
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<widget class="QLabel" name="MathNumberingPosL">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>115</width>
|
|
|
|
<height>18</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Number formulas:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2" colspan="2">
|
|
|
|
<widget class="QComboBox" name="MathNumberingPosCO">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Size of the indentation</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="5">
|
|
|
|
<spacer name="horizontalSpacer_1">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>268</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="6">
|
|
|
|
<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>
|
2017-04-08 01:39:08 +02:00
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</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/>
|
2017-04-08 02:12:35 +02:00
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|