]> git.lyx.org Git - features.git/commitdiff
make double-click replace word
authorJohn Levon <levon@movementarian.org>
Thu, 12 Dec 2002 16:06:11 +0000 (16:06 +0000)
committerJohn Levon <levon@movementarian.org>
Thu, 12 Dec 2002 16:06:11 +0000 (16:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5810 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/ChangeLog
src/frontends/qt2/ui/QSpellcheckerDialog.ui

index 81489b9e48f3ef9ac85d9dc4463533fe9b14b5c9..787de7b2f01b2a0f67cf38b8ca6c78c36225ddac 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-12  John Levon  <levon@movementarian.org>
+
+       * ui/QSpellcheckerDialog.ui: make double click replace word
 2002-12-12  John Levon  <levon@movementarian.org>
 
        * QSearchDialog.C:
index 2de93d6b45184941b9f0560c55039744b4ee381f..d9bcd90bc8951b66564d68bca7cf13d9dc439d19 100644 (file)
@@ -13,7 +13,7 @@
         <rect>
             <x>0</x>
             <y>0</y>
-            <width>306</width>
+            <width>302</width>
             <height>379</height>
         </rect>
     </property>
     </grid>
 </widget>
 <connections>
-    <connection>
-        <sender>suggestionsLB</sender>
-        <signal>highlighted(const QString&amp;)</signal>
-        <receiver>QSpellcheckerDialogBase</receiver>
-        <slot>suggestionChanged(const QString &amp;)</slot>
-    </connection>
     <connection>
         <sender>replaceCO</sender>
         <signal>highlighted(const QString&amp;)</signal>
         <receiver>QSpellcheckerDialogBase</receiver>
         <slot>spellcheckClicked()</slot>
     </connection>
+    <connection>
+        <sender>suggestionsLB</sender>
+        <signal>doubleClicked(QListBoxItem*)</signal>
+        <receiver>QSpellcheckerDialogBase</receiver>
+        <slot>replaceClicked()</slot>
+    </connection>
+    <connection>
+        <sender>suggestionsLB</sender>
+        <signal>highlighted(const QString&amp;)</signal>
+        <receiver>QSpellcheckerDialogBase</receiver>
+        <slot>suggestionChanged(const QString &amp;)</slot>
+    </connection>
     <slot access="public">acceptClicked()</slot>
     <slot access="public">addClicked()</slot>
     <slot access="public">ignoreClicked()</slot>