harmonize shortcuts

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33872 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2010-03-26 15:09:07 +00:00
parent b768107db9
commit 6d78f80c04
2 changed files with 83 additions and 88 deletions

View File

@ -50,7 +50,7 @@
<string/> <string/>
</property> </property>
<attribute name="title"> <attribute name="title">
<string>&amp;Basic</string> <string>Basi&amp;c</string>
</attribute> </attribute>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
<item row="0" column="0"> <item row="0" column="0">
@ -83,7 +83,7 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
<property name="text"> <property name="text">
<string>&amp;Replace with:</string> <string>Replace &amp;with:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>replace_work_area_</cstring> <cstring>replace_work_area_</cstring>
@ -148,7 +148,7 @@
<string>Restrict search to whole words only</string> <string>Restrict search to whole words only</string>
</property> </property>
<property name="text"> <property name="text">
<string>Whole &amp;words</string> <string>W&amp;hole words</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -168,7 +168,7 @@
<item row="6" column="0"> <item row="6" column="0">
<widget class="QCheckBox" name="searchbackCB"> <widget class="QCheckBox" name="searchbackCB">
<property name="text"> <property name="text">
<string>Search backwards</string> <string>Search &amp;backwards</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -201,7 +201,7 @@
<string/> <string/>
</property> </property>
<attribute name="title"> <attribute name="title">
<string>&amp;Advanced</string> <string>Ad&amp;vanced</string>
</attribute> </attribute>
<layout class="QGridLayout" name="gridLayout_3"> <layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0" colspan="2"> <item row="0" column="0" colspan="2">

View File

@ -1,127 +1,123 @@
<ui version="4.0" > <ui version="4.0">
<class>SearchUi</class> <class>SearchUi</class>
<widget class="QDialog" name="SearchUi" > <widget class="QDialog" name="SearchUi">
<property name="geometry" > <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>379</width> <width>357</width>
<height>168</height> <height>152</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle">
<string/> <string/>
</property> </property>
<property name="sizeGripEnabled" > <property name="sizeGripEnabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout">
<property name="margin" > <property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property name="spacing" > <property name="spacing">
<number>6</number> <number>6</number>
</property> </property>
<item row="0" column="0" > <item row="0" column="0">
<widget class="QLabel" name="findLA" > <widget class="QLabel" name="findLA">
<property name="text" > <property name="text">
<string>&amp;Find:</string> <string>&amp;Find:</string>
</property> </property>
<property name="buddy" > <property name="buddy">
<cstring>findCO</cstring> <cstring>findCO</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1" colspan="2" > <item row="0" column="1" colspan="2">
<widget class="QComboBox" name="findCO" > <widget class="QComboBox" name="findCO">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<hsizetype>3</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="focusPolicy" > <property name="focusPolicy">
<enum>Qt::StrongFocus</enum> <enum>Qt::StrongFocus</enum>
</property> </property>
<property name="editable" > <property name="editable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="maxCount" > <property name="maxCount">
<number>666</number> <number>666</number>
</property> </property>
<property name="insertPolicy" > <property name="insertPolicy">
<enum>QComboBox::InsertAtTop</enum> <enum>QComboBox::InsertAtTop</enum>
</property> </property>
<property name="autoCompletion" > <property name="autoCompletion">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="duplicatesEnabled" > <property name="duplicatesEnabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0" > <item row="1" column="0">
<widget class="QLabel" name="replaceLA" > <widget class="QLabel" name="replaceLA">
<property name="text" > <property name="text">
<string>Replace &amp;with:</string> <string>Replace &amp;with:</string>
</property> </property>
<property name="buddy" > <property name="buddy">
<cstring>replaceCO</cstring> <cstring>replaceCO</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1" colspan="2" > <item row="1" column="1" colspan="2">
<widget class="QComboBox" name="replaceCO" > <widget class="QComboBox" name="replaceCO">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<hsizetype>3</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="editable" > <property name="editable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="maxCount" > <property name="maxCount">
<number>666</number> <number>666</number>
</property> </property>
<property name="insertPolicy" > <property name="insertPolicy">
<enum>QComboBox::InsertAtTop</enum> <enum>QComboBox::InsertAtTop</enum>
</property> </property>
<property name="autoCompletion" > <property name="autoCompletion">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="duplicatesEnabled" > <property name="duplicatesEnabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0" colspan="2" > <item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="caseCB" > <widget class="QCheckBox" name="caseCB">
<property name="text" > <property name="text">
<string>Case &amp;sensitive</string> <string>Case &amp;sensitive</string>
</property> </property>
</widget> </widget>
</item> </item>
<item rowspan="2" row="3" column="0" colspan="2" > <item row="3" column="0" rowspan="2" colspan="2">
<widget class="QCheckBox" name="wordsCB" > <widget class="QCheckBox" name="wordsCB">
<property name="text" > <property name="text">
<string>Match whole words onl&amp;y</string> <string>Match w&amp;hole words only</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="2" > <item row="2" column="2">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeType" > <property name="sizeType">
<enum>QSizePolicy::Expanding</enum> <enum>QSizePolicy::Expanding</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -129,15 +125,15 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="6" column="0" colspan="2" > <item row="6" column="0" colspan="2">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeType" > <property name="sizeType">
<enum>QSizePolicy::Expanding</enum> <enum>QSizePolicy::Expanding</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -145,15 +141,15 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="6" column="3" > <item row="6" column="3">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeType" > <property name="sizeType">
<enum>QSizePolicy::Expanding</enum> <enum>QSizePolicy::Expanding</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -161,59 +157,55 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="3" > <item row="0" column="3">
<widget class="QPushButton" name="findPB" > <widget class="QPushButton" name="findPB">
<property name="enabled" > <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text" > <property name="text">
<string>Find &amp;Next</string> <string>Find &amp;Next</string>
</property> </property>
<property name="default" > <property name="default">
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="3" > <item row="1" column="3">
<widget class="QPushButton" name="replacePB" > <widget class="QPushButton" name="replacePB">
<property name="enabled" > <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Replace</string> <string>&amp;Replace</string>
</property> </property>
</widget> </widget>
</item> </item>
<item rowspan="2" row="2" column="3" > <item row="2" column="3" rowspan="2">
<widget class="QPushButton" name="replaceallPB" > <widget class="QPushButton" name="replaceallPB">
<property name="enabled" > <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text" > <property name="text">
<string>Replace &amp;All</string> <string>Replace &amp;All</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="0" colspan="2" > <item row="5" column="0" colspan="2">
<widget class="QCheckBox" name="backwardsCB" > <widget class="QCheckBox" name="backwardsCB">
<property name="text" > <property name="text">
<string>Search &amp;backwards</string> <string>Search &amp;backwards</string>
</property> </property>
</widget> </widget>
</item> </item>
<item rowspan="2" row="4" column="3" > <item row="4" column="3" rowspan="2">
<widget class="QPushButton" name="closePB" > <widget class="QPushButton" name="closePB">
<property name="text" > <property name="text">
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</widget> </widget>
<pixmapfunction></pixmapfunction>
<includes>
<include location="local" >qt_i18n.h</include>
</includes>
<tabstops> <tabstops>
<tabstop>findCO</tabstop> <tabstop>findCO</tabstop>
<tabstop>replaceCO</tabstop> <tabstop>replaceCO</tabstop>
@ -225,6 +217,9 @@
<tabstop>replaceallPB</tabstop> <tabstop>replaceallPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="local">qt_i18n.h</include>
</includes>
<resources/> <resources/>
<connections/> <connections/>
</ui> </ui>