MathsUi.ui: next attempt to make it look correct also under Linux

This commit is contained in:
Uwe Stöhr 2017-04-08 01:39:08 +02:00
parent b382b246b6
commit f37fa674f8

View File

@ -13,121 +13,107 @@
<property name="windowTitle"> <property name="windowTitle">
<string/> <string/>
</property> </property>
<widget class="QWidget" name="layoutWidget"> <layout class="QGridLayout" name="gridLayout_2">
<property name="geometry"> <item row="1" column="0">
<rect> <widget class="QLabel" name="allPakcagesLA">
<x>10</x> <property name="text">
<y>1</y> <string>All packages:</string>
<width>480</width> </property>
<height>350</height> </widget>
</rect> </item>
</property> <item row="1" column="1">
<layout class="QVBoxLayout" name="verticalLayout"> <widget class="QPushButton" name="allPackagesAutoPB">
<item> <property name="text">
<widget class="QTableWidget" name="packagesTW"> <string>Load A&amp;utomatically</string>
<property name="sizePolicy"> </property>
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> </widget>
<horstretch>0</horstretch> </item>
<verstretch>0</verstretch> <item row="1" column="2">
</sizepolicy> <widget class="QPushButton" name="allPackagesAlwaysPB">
</property> <property name="text">
<property name="columnCount"> <string>Load Alwa&amp;ys</string>
<number>4</number> </property>
</property> </widget>
<attribute name="horizontalHeaderStretchLastSection"> </item>
<bool>false</bool> <item row="1" column="3">
</attribute> <widget class="QPushButton" name="allPackagesNotPB">
<attribute name="verticalHeaderVisible"> <property name="text">
<bool>false</bool> <string>Do &amp;Not Load</string>
</attribute> </property>
<column/> </widget>
<column/> </item>
<column/> <item row="2" column="0" colspan="4">
<column/> <widget class="QGroupBox" name="FormulaIndentGB">
</widget> <property name="title">
</item> <string>Indent Formulas</string>
<item> </property>
<layout class="QHBoxLayout" name="horizontalLayout"> <property name="checkable">
<item> <bool>true</bool>
<widget class="QLabel" name="allPakcagesLA"> </property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLineEdit" name="FormulaIndentLE">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text"> <property name="text">
<string>All packages:</string> <string>30</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item row="0" column="2">
<widget class="QPushButton" name="allPackagesAutoPB"> <spacer name="horizontalSpacer">
<property name="text"> <property name="orientation">
<string>Load A&amp;utomatically</string> <enum>Qt::Horizontal</enum>
</property> </property>
</widget> <property name="sizeHint" stdset="0">
</item> <size>
<item> <width>40</width>
<widget class="QPushButton" name="allPackagesAlwaysPB"> <height>20</height>
<property name="text"> </size>
<string>Load Alwa&amp;ys</string>
</property> </property>
</widget> </spacer>
</item> </item>
<item> <item row="0" column="1">
<widget class="QPushButton" name="allPackagesNotPB"> <widget class="lyx::frontend::LengthCombo" name="FormulaIndentCO">
<property name="text"> <property name="enabled">
<string>Do &amp;Not Load</string> <bool>false</bool>
</property>
<property name="toolTip">
<string/>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</item> </widget>
<item> </item>
<widget class="QGroupBox" name="FormulaIndentGB"> <item row="0" column="0" colspan="4">
<property name="title"> <widget class="QTableWidget" name="packagesTW">
<string>Indent Formulas</string> <property name="sizePolicy">
</property> <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<property name="checkable"> <horstretch>0</horstretch>
<bool>true</bool> <verstretch>0</verstretch>
</property> </sizepolicy>
<property name="checked"> </property>
<bool>false</bool> <property name="columnCount">
</property> <number>4</number>
<layout class="QGridLayout" name="gridLayout"> </property>
<item row="0" column="0"> <attribute name="horizontalHeaderStretchLastSection">
<widget class="QLineEdit" name="FormulaIndentLE"> <bool>false</bool>
<property name="enabled"> </attribute>
<bool>false</bool> <attribute name="verticalHeaderVisible">
</property> <bool>false</bool>
<property name="text"> </attribute>
<string>30</string> <column/>
</property> <column/>
</widget> <column/>
</item> <column/>
<item row="0" column="2"> </widget>
<spacer name="horizontalSpacer"> </item>
<property name="orientation"> </layout>
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="1">
<widget class="lyx::frontend::LengthCombo" name="FormulaIndentCO">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget> </widget>
<customwidgets> <customwidgets>
<customwidget> <customwidget>