mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
HyperlinkUi.ui:
- one link type must be the default (type Web) (as in LyX 1.6.x) - add spacer as link type radiobox was too wide git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36412 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
630953e613
commit
518dc69f48
@ -26,7 +26,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="0" column="1" colspan="2">
|
||||||
<widget class="QLineEdit" name="targetED">
|
<widget class="QLineEdit" name="targetED">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>URL</string>
|
<string>URL</string>
|
||||||
@ -46,7 +46,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="1">
|
<item row="1" column="1" colspan="2">
|
||||||
<widget class="QLineEdit" name="nameED">
|
<widget class="QLineEdit" name="nameED">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Name associated with the URL</string>
|
<string>Name associated with the URL</string>
|
||||||
@ -76,6 +76,9 @@
|
|||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Web</string>
|
<string>&Web</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="checked">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
@ -101,6 +104,19 @@
|
|||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="2" column="2">
|
||||||
|
<spacer name="horizontalSpacer">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>112</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
|
Loading…
Reference in New Issue
Block a user