mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 14:04:25 +00:00
* src/frontends/qt4/ui/QCharacterUi.ui: fix resize problem
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16556 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bb80b39c3c
commit
332125a35d
@ -1,14 +1,11 @@
|
|||||||
<ui version="4.0" >
|
<ui version="4.0" >
|
||||||
<author></author>
|
|
||||||
<comment></comment>
|
|
||||||
<exportmacro></exportmacro>
|
|
||||||
<class>QCharacterUi</class>
|
<class>QCharacterUi</class>
|
||||||
<widget class="QDialog" name="QCharacterUi" >
|
<widget class="QDialog" name="QCharacterUi" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>303</width>
|
<width>325</width>
|
||||||
<height>231</height>
|
<height>231</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
@ -67,6 +64,9 @@
|
|||||||
<property name="toolTip" >
|
<property name="toolTip" >
|
||||||
<string>Font shape</string>
|
<string>Font shape</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeAdjustPolicy" >
|
||||||
|
<enum>QComboBox::AdjustToContents</enum>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="0" >
|
<item row="2" column="0" >
|
||||||
@ -95,6 +95,9 @@
|
|||||||
<property name="toolTip" >
|
<property name="toolTip" >
|
||||||
<string>Font series</string>
|
<string>Font series</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeAdjustPolicy" >
|
||||||
|
<enum>QComboBox::AdjustToContents</enum>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="1" >
|
<item row="4" column="1" >
|
||||||
@ -110,6 +113,9 @@
|
|||||||
<property name="toolTip" >
|
<property name="toolTip" >
|
||||||
<string>Language</string>
|
<string>Language</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeAdjustPolicy" >
|
||||||
|
<enum>QComboBox::AdjustToContents</enum>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1" >
|
<item row="0" column="1" >
|
||||||
@ -125,6 +131,9 @@
|
|||||||
<property name="toolTip" >
|
<property name="toolTip" >
|
||||||
<string>Font family</string>
|
<string>Font family</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeAdjustPolicy" >
|
||||||
|
<enum>QComboBox::AdjustToContents</enum>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="1" >
|
<item row="3" column="1" >
|
||||||
@ -140,6 +149,9 @@
|
|||||||
<property name="toolTip" >
|
<property name="toolTip" >
|
||||||
<string>Font color</string>
|
<string>Font color</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeAdjustPolicy" >
|
||||||
|
<enum>QComboBox::AdjustToContents</enum>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="0" >
|
<item row="4" column="0" >
|
||||||
@ -232,6 +244,9 @@
|
|||||||
<property name="toolTip" >
|
<property name="toolTip" >
|
||||||
<string>Font size</string>
|
<string>Font size</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeAdjustPolicy" >
|
||||||
|
<enum>QComboBox::AdjustToContents</enum>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
@ -267,6 +282,9 @@
|
|||||||
<property name="toolTip" >
|
<property name="toolTip" >
|
||||||
<string>Other font settings</string>
|
<string>Other font settings</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="sizeAdjustPolicy" >
|
||||||
|
<enum>QComboBox::AdjustToContents</enum>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
@ -383,10 +401,6 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<pixmapfunction></pixmapfunction>
|
|
||||||
<includes>
|
|
||||||
<include location="local" >qt_helpers.h</include>
|
|
||||||
</includes>
|
|
||||||
<tabstops>
|
<tabstops>
|
||||||
<tabstop>familyCO</tabstop>
|
<tabstop>familyCO</tabstop>
|
||||||
<tabstop>seriesCO</tabstop>
|
<tabstop>seriesCO</tabstop>
|
||||||
@ -401,6 +415,9 @@
|
|||||||
<tabstop>applyPB</tabstop>
|
<tabstop>applyPB</tabstop>
|
||||||
<tabstop>closePB</tabstop>
|
<tabstop>closePB</tabstop>
|
||||||
</tabstops>
|
</tabstops>
|
||||||
|
<includes>
|
||||||
|
<include location="local" >qt_helpers.h</include>
|
||||||
|
</includes>
|
||||||
<resources/>
|
<resources/>
|
||||||
<connections/>
|
<connections/>
|
||||||
</ui>
|
</ui>
|
||||||
|
Loading…
Reference in New Issue
Block a user