Add accelerators to Line UI

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36274 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-11-13 01:44:07 +00:00
parent 018029e248
commit 0dd3ea40f1

View File

@ -1,47 +1,50 @@
<ui version="4.0"> <ui version="4.0" >
<class>LineUi</class> <class>LineUi</class>
<widget class="QWidget" name="LineUi"> <widget class="QWidget" name="LineUi" >
<property name="geometry"> <property name="geometry" >
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>311</width> <width>311</width>
<height>90</height> <height>92</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle" >
<string/> <string/>
</property> </property>
<property name="sizeGripEnabled" stdset="0"> <property name="sizeGripEnabled" stdset="0" >
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout" >
<item row="0" column="0"> <item row="0" column="0" >
<widget class="QLabel" name="OffsetValueL"> <widget class="QLabel" name="OffsetValueL" >
<property name="text"> <property name="text" >
<string>Offset:</string> <string>Of&amp;fset:</string>
</property>
<property name="buddy" >
<cstring>OffsetLE</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1" colspan="2"> <item row="0" column="1" colspan="2" >
<widget class="QLineEdit" name="OffsetLE"> <widget class="QLineEdit" name="OffsetLE" >
<property name="enabled"> <property name="enabled" >
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="toolTip"> <property name="toolTip" >
<string>Value of the vertical line offset.</string> <string>Value of the vertical line offset.</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="3"> <item row="0" column="3" >
<widget class="LengthCombo" name="OffsetUnitCO"> <widget class="LengthCombo" name="OffsetUnitCO" >
<property name="sizePolicy"> <property name="sizePolicy" >
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize" >
<size> <size>
<width>150</width> <width>150</width>
<height>20</height> <height>20</height>
@ -49,35 +52,35 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0" >
<widget class="QLabel" name="WidthValueL"> <widget class="QLabel" name="WidthValueL" >
<property name="text"> <property name="text" >
<string>Width:</string> <string>&amp;Width:</string>
</property> </property>
<property name="buddy"> <property name="buddy" >
<cstring>WidthLE</cstring> <cstring>WidthLE</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1" colspan="2"> <item row="1" column="1" colspan="2" >
<widget class="QLineEdit" name="WidthLE"> <widget class="QLineEdit" name="WidthLE" >
<property name="enabled"> <property name="enabled" >
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="toolTip"> <property name="toolTip" >
<string>Value of the line width.</string> <string>Value of the line width.</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="3"> <item row="1" column="3" >
<widget class="LengthCombo" name="WidthUnitCO"> <widget class="LengthCombo" name="WidthUnitCO" >
<property name="sizePolicy"> <property name="sizePolicy" >
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize" >
<size> <size>
<width>150</width> <width>150</width>
<height>20</height> <height>20</height>
@ -85,32 +88,35 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0"> <item row="2" column="0" >
<widget class="QLabel" name="HeightValueL"> <widget class="QLabel" name="HeightValueL" >
<property name="text"> <property name="text" >
<string>Thickness:</string> <string>&amp;Thickness:</string>
</property>
<property name="buddy" >
<cstring>HeightLE</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="1" colspan="2"> <item row="2" column="1" colspan="2" >
<widget class="QLineEdit" name="HeightLE"> <widget class="QLineEdit" name="HeightLE" >
<property name="enabled"> <property name="enabled" >
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="toolTip"> <property name="toolTip" >
<string>Value of the line thickness.</string> <string>Value of the line thickness.</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="3"> <item row="2" column="3" >
<widget class="LengthCombo" name="HeightUnitCO"> <widget class="LengthCombo" name="HeightUnitCO" >
<property name="sizePolicy"> <property name="sizePolicy" >
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize" >
<size> <size>
<width>150</width> <width>150</width>
<height>20</height> <height>20</height>
@ -131,7 +137,7 @@
<tabstop>WidthLE</tabstop> <tabstop>WidthLE</tabstop>
</tabstops> </tabstops>
<includes> <includes>
<include location="local">qt_i18n.h</include> <include location="local" >qt_i18n.h</include>
</includes> </includes>
<resources/> <resources/>
<connections/> <connections/>