]> git.lyx.org Git - features.git/commitdiff
remove accelerator keys (Alt+) from designer files...
authorEdwin Leuven <e.leuven@gmail.com>
Thu, 10 Aug 2006 14:16:30 +0000 (14:16 +0000)
committerEdwin Leuven <e.leuven@gmail.com>
Thu, 10 Aug 2006 14:16:30 +0000 (14:16 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14608 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt3/ui/FontModuleBase.ui
src/frontends/qt3/ui/QAskForTextDialog.ui
src/frontends/qt3/ui/QBranchDialogBase.ui
src/frontends/qt3/ui/QCitationFindDialogBase.ui
src/frontends/qt3/ui/QPrefFileformatsModule.ui
src/frontends/qt3/ui/QPrefUIModule.ui
src/frontends/qt3/ui/QTabularDialogBase.ui
src/frontends/qt3/ui/QURLDialogBase.ui
src/frontends/qt3/ui/QViewSourceDialogBase.ui
src/frontends/qt4/ui/FontUi.ui

index dccdb1dcd507bb3377443122e3678c61594d8bb4..9f6719c08448ec16042c181c45ed53f169fe6eb4 100644 (file)
                     <property name="text">
                         <string>Use true S&amp;mall Caps</string>
                     </property>
-                    <property name="accel">
-                        <string>Alt+M</string>
-                    </property>
                 </widget>
                 <widget class="QCheckBox" row="1" column="0">
                     <property name="name">
                     <property name="text">
                         <string>Use &amp;Old Style Figures</string>
                     </property>
-                    <property name="accel">
-                        <string>Alt+O</string>
-                    </property>
                 </widget>
             </grid>
         </widget>
index cbc96f87a4a4d88a812b8d0cd0b803498c4ca60b..662f4fac790a8be95b85add880095c3d5c504606 100644 (file)
@@ -99,9 +99,6 @@
                     <property name="text">
                         <string>&amp;OK</string>
                     </property>
-                    <property name="accel">
-                        <string>Alt+O</string>
-                    </property>
                     <property name="default">
                         <bool>true</bool>
                     </property>
index 8730baf5454a0448289202cba6b4206b99662557..26a1ac2c71dd224ac4692c8db58d4fac2db31f2d 100644 (file)
@@ -8,7 +8,7 @@
         <rect>
             <x>0</x>
             <y>0</y>
-            <width>188</width>
+            <width>196</width>
             <height>129</height>
         </rect>
     </property>
@@ -35,9 +35,6 @@
             <property name="text">
                 <string>&amp;OK</string>
             </property>
-            <property name="accel">
-                <string>Alt+O</string>
-            </property>
             <property name="default">
                 <bool>false</bool>
             </property>
index 7f27e28ab280ddad878f522d6e9a9f437f467908..40372ff0c14d48775b9b49a4c923beec2fef3d28 100644 (file)
                     <property name="text">
                         <string>&amp;Next</string>
                     </property>
-                    <property name="accel">
-                        <string>Alt+N</string>
-                    </property>
                     <property name="autoDefault">
                         <bool>false</bool>
                     </property>
index 3e3216be8e2ca33e90a8625197ed7b488f005371..bfbe41bba5847614ef4ad9a3b139cb6d810d55d1 100644 (file)
@@ -56,9 +56,6 @@
                     <property name="text">
                         <string>&amp;Document format</string>
                     </property>
-                    <property name="accel">
-                        <string>Alt+D</string>
-                    </property>
                     <property name="toolTip" stdset="0">
                         <string>Tell whether this format is a document format. A document can not be exported to or viewed in a non-document format.</string>
                     </property>
index 166bc6e8873816dfc02b8fed72e298bed00b9de9..1b39bbe267625398400a867d35902d21bc8f357b 100644 (file)
                             <property name="text">
                                 <string>B&amp;ackup documents </string>
                             </property>
-                            <property name="accel">
-                                <string>Alt+A</string>
-                            </property>
                         </widget>
                     </grid>
                 </widget>
             <property name="text">
                 <string>Cursor follows &amp;scrollbar</string>
             </property>
-            <property name="accel">
-                <string>Alt+S</string>
-            </property>
         </widget>
         <spacer>
             <property name="name">
index 84adcd7732532bb71b8377dfb3a6f33737381e6c..b056b2e0ee163a09c38f97b5a08a040fc6d6b748 100644 (file)
                         <property name="text">
                             <string>&amp;Rotate table 90 degrees</string>
                         </property>
-                        <property name="accel">
-                            <string>Alt+R</string>
-                        </property>
                         <property name="toolTip" stdset="0">
                             <string>Rotate the table by 90 degrees</string>
                         </property>
                         <property name="text">
                             <string>Rotate &amp;cell 90 degrees</string>
                         </property>
-                        <property name="accel">
-                            <string>Alt+C</string>
-                        </property>
                         <property name="toolTip" stdset="0">
                             <string>Rotate this cell by 90 degrees</string>
                         </property>
                                         <property name="text">
                                             <string>Fo&amp;rmal</string>
                                         </property>
-                                        <property name="accel">
-                                            <string>Alt+R</string>
-                                        </property>
                                         <property name="toolTip" stdset="0">
                                             <string>Use formal (a.k.a. booktabs) border style (no vertical borders)</string>
                                         </property>
                                         <property name="text">
                                             <string>De&amp;fault</string>
                                         </property>
-                                        <property name="accel">
-                                            <string>Alt+F</string>
-                                        </property>
                                         <property name="toolTip" stdset="0">
                                             <string>Use default (grid-like) border style</string>
                                         </property>
index 29da7595959b23d85bbe586a32c35199f9ebdf59..27a290123b01cf29aaa20105449b65216c51b0a5 100644 (file)
@@ -93,9 +93,6 @@
                     <property name="text">
                         <string>&amp;Generate hyperlink</string>
                     </property>
-                    <property name="accel">
-                        <string>Alt+G</string>
-                    </property>
                     <property name="toolTip" stdset="0">
                         <string>Output as a hyperlink ?</string>
                     </property>
index 4543febdfee0c8f7fef0fef6fc7b9b4767dd8e0a..69e8ccbf249a413bf740d2facb24ecad2aa0b1be 100644 (file)
                     <property name="text">
                         <string>&amp;Close</string>
                     </property>
-                    <property name="accel">
-                        <string>Alt+C</string>
-                    </property>
                 </widget>
             </hbox>
         </widget>
index b1715a20712672a471d0e3ba04d4e7ba1cb78d78..5516fae5e6e2cb65c3c6506fb460aee388ab7612 100644 (file)
@@ -55,9 +55,6 @@
         <property name="text" >
          <string>Use true S&amp;mall Caps</string>
         </property>
-        <property name="shortcut" >
-         <string>Alt+M</string>
-        </property>
        </widget>
       </item>
       <item row="1" column="0" >
@@ -65,9 +62,6 @@
         <property name="text" >
          <string>Use &amp;Old Style Figures</string>
         </property>
-        <property name="shortcut" >
-         <string>Alt+O</string>
-        </property>
        </widget>
       </item>
      </layout>