more tooltip cleanup

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23074 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2008-02-20 14:12:19 +00:00
parent 91c8518416
commit 2a2f4ee163
2 changed files with 72 additions and 103 deletions

View File

@ -5,8 +5,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>336</width>
<height>155</height>
<width>426</width>
<height>177</height>
</rect>
</property>
<property name="windowTitle" >
@ -22,6 +22,68 @@
<property name="spacing" >
<number>6</number>
</property>
<item row="2" column="1" >
<widget class="QGroupBox" name="typeGB" >
<property name="toolTip" >
<string>Specify the link target</string>
</property>
<property name="title" >
<string>Link type</string>
</property>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QRadioButton" name="webRB" >
<property name="toolTip" >
<string>Link to the web or to every other target</string>
</property>
<property name="text" >
<string>&amp;Web</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="emailRB" >
<property name="toolTip" >
<string>Link to an email address</string>
</property>
<property name="text" >
<string>&amp;Email</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="fileRB" >
<property name="toolTip" >
<string>Link to a file</string>
</property>
<property name="text" >
<string>&amp;File</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="0" column="1" >
<widget class="QLineEdit" name="targetED" >
<property name="toolTip" >
<string>URL</string>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QLineEdit" name="nameED" >
<property name="toolTip" >
<string>Name associated with the URL</string>
</property>
</widget>
</item>
<item row="0" column="0" >
<widget class="QLabel" name="targetLA" >
<property name="toolTip" >
@ -35,13 +97,6 @@
</property>
</widget>
</item>
<item row="0" column="1" colspan="2" >
<widget class="QLineEdit" name="targetED" >
<property name="toolTip" >
<string>URL</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="nameLA" >
<property name="toolTip" >
@ -55,87 +110,7 @@
</property>
</widget>
</item>
<item row="1" column="1" colspan="2" >
<widget class="QLineEdit" name="nameED" >
<property name="toolTip" >
<string>Name associated with the URL</string>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QGroupBox" name="typeGB" >
<property name="toolTip" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">specify the link target&lt;/p>&lt;/body>&lt;/html></string>
</property>
<property name="title" >
<string>Link type</string>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="0" column="0" >
<widget class="QRadioButton" name="webRB" >
<property name="toolTip" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;">Link to the web or to every other target&lt;/p>&lt;/body>&lt;/html></string>
</property>
<property name="text" >
<string>&amp;Web</string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QRadioButton" name="emailRB" >
<property name="toolTip" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;">Link to an email address&lt;/p>&lt;/body>&lt;/html></string>
</property>
<property name="text" >
<string>&amp;Email</string>
</property>
</widget>
</item>
<item row="0" column="2" >
<widget class="QRadioButton" name="fileRB" >
<property name="toolTip" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Link to a file&lt;/p>&lt;/body>&lt;/html></string>
</property>
<property name="text" >
<string>&amp;File</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="2" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="3" column="0" colspan="3" >
<item row="3" column="0" colspan="2" >
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>

View File

@ -43,7 +43,7 @@
</widget>
</item>
<item row="1" column="2" >
<widget class="GuiFontExample" name="screenSansFE" >
<widget class="GuiFontExample" native="1" name="screenSansFE" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>3</hsizetype>
@ -71,7 +71,7 @@
</widget>
</item>
<item row="0" column="2" >
<widget class="GuiFontExample" name="screenRomanFE" >
<widget class="GuiFontExample" native="1" name="screenRomanFE" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>3</hsizetype>
@ -116,7 +116,7 @@
</widget>
</item>
<item row="2" column="2" >
<widget class="GuiFontExample" name="screenTypewriterFE" >
<widget class="GuiFontExample" native="1" name="screenTypewriterFE" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>3</hsizetype>
@ -356,10 +356,7 @@
<item>
<widget class="QCheckBox" name="pixmapCacheCB" >
<property name="toolTip" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Checking this improves performance, but might decrease the on-screen quality of fonts.&lt;/p>&lt;/body>&lt;/html></string>
<string>Checking this improves performance, but might decrease the on-screen quality of fonts</string>
</property>
<property name="text" >
<string>Use Pixmap Cache to speed up font rendering</string>
@ -384,17 +381,11 @@ p, li { white-space: pre-wrap; }
</item>
</layout>
</widget>
<pixmapfunction></pixmapfunction>
<includes>
<include location="local" >qt_helpers.h</include>
</includes>
<customwidgets>
<customwidget>
<class>GuiFontExample</class>
<extends>QWidget</extends>
<header>GuiFontExample.h</header>
<container>0</container>
<pixmap></pixmap>
</customwidget>
</customwidgets>
<tabstops>
@ -414,6 +405,9 @@ p, li { white-space: pre-wrap; }
<tabstop>screenHugeED</tabstop>
<tabstop>screenHugerED</tabstop>
</tabstops>
<includes>
<include location="local" >qt_helpers.h</include>
</includes>
<resources/>
<connections/>
</ui>