- Work a bit on the layout.

- Set the font used in the lists to Arial, 10.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17766 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-04-10 14:51:27 +00:00
parent 1390d4cf2c
commit b4ef6a87a3

View File

@ -5,13 +5,13 @@
<rect>
<x>0</x>
<y>0</y>
<width>120</width>
<height>445</height>
<width>200</width>
<height>447</height>
</rect>
</property>
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>0</hsizetype>
<hsizetype>13</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
@ -19,13 +19,13 @@
</property>
<property name="minimumSize" >
<size>
<width>120</width>
<height>42</height>
<width>200</width>
<height>447</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>120</width>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
@ -35,14 +35,23 @@
<property name="sizeGripEnabled" >
<bool>true</bool>
</property>
<layout class="QGridLayout" >
<widget class="QWidget" name="" >
<property name="geometry" >
<rect>
<x>9</x>
<y>9</y>
<width>176</width>
<height>431</height>
</rect>
</property>
<layout class="QVBoxLayout" >
<property name="margin" >
<number>9</number>
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="0" column="0" colspan="2" >
<item>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
@ -54,18 +63,30 @@
<widget class="QListWidget" name="leftLW" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>0</hsizetype>
<vsizetype>7</vsizetype>
<hsizetype>3</hsizetype>
<vsizetype>3</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>50</width>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="font" >
<font>
<family>Arial</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="iconSize" >
<size>
<width>16</width>
@ -87,18 +108,30 @@
<widget class="QListWidget" name="rightLW" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>0</hsizetype>
<vsizetype>7</vsizetype>
<hsizetype>3</hsizetype>
<vsizetype>3</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>50</width>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="font" >
<font>
<family>Arial</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="iconSize" >
<size>
<width>16</width>
@ -112,8 +145,60 @@
</item>
</layout>
</item>
<item row="3" column="0" >
<item>
<widget class="QLabel" name="texCodeL" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>TeX Code</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="matchCB" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip" >
<string>Match delimiter types</string>
</property>
<property name="text" >
<string>&amp;Keep matched</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="label" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>&amp;Size:</string>
</property>
@ -122,7 +207,21 @@
</property>
</widget>
</item>
<item row="4" column="0" colspan="2" >
<item>
<widget class="QComboBox" name="sizeCO" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
@ -148,6 +247,14 @@
</item>
<item>
<widget class="QPushButton" name="insertPB" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip" >
<string>Insert the delimiters</string>
</property>
@ -158,6 +265,14 @@
</item>
<item>
<widget class="QPushButton" name="closePB" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>&amp;Close</string>
</property>
@ -165,40 +280,9 @@
</item>
</layout>
</item>
<item row="2" column="0" colspan="2" >
<widget class="QCheckBox" name="matchCB" >
<property name="toolTip" >
<string>Match delimiter types</string>
</property>
<property name="text" >
<string>&amp;Keep matched</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="1" >
<widget class="QComboBox" name="sizeCO" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2" >
<widget class="QLabel" name="texCodeL" >
<property name="text" >
<string>TeX Code</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<tabstops>
<tabstop>matchCB</tabstop>
<tabstop>sizeCO</tabstop>