[Konversation-devel] [Bug 137432] Konvi: Tab should move from Alias field to Replacement field [patch]

Eike Hein hein at kde.org
Thu Nov 16 07:39:34 CET 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=137432         
hein kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From hein kde org  2006-11-16 07:39 -------
SVN commit 605267 by hein:

Fix tabbing order in command aliases prefs page.
BUG:137432


 M  +10 -10    alias_preferencesui.ui  


--- trunk/extragear/network/konversation/src/alias_preferencesui.ui #605266:605267
 @ -27,39 +27,39  @
                 <property name="name">
                     <cstring>unnamed</cstring>
                 </property>
-                <widget class="QLabel" row="1" column="0">
+                <widget class="QLabel" row="0" column="0">
                     <property name="name">
-                        <cstring>replacementLabel</cstring>
+                        <cstring>aliasLabel</cstring>
                     </property>
                     <property name="enabled">
                         <bool>false</bool>
                     </property>
                     <property name="text">
-                        <string>Replacement:</string>
+                        <string>Alias:</string>
                     </property>
                 </widget>
-                <widget class="QLabel" row="0" column="0">
+                <widget class="QLabel" row="1" column="0">
                     <property name="name">
-                        <cstring>aliasLabel</cstring>
+                        <cstring>replacementLabel</cstring>
                     </property>
                     <property name="enabled">
                         <bool>false</bool>
                     </property>
                     <property name="text">
-                        <string>Alias:</string>
+                        <string>Replacement:</string>
                     </property>
                 </widget>
-                <widget class="KLineEdit" row="1" column="1">
+                <widget class="KLineEdit" row="0" column="1">
                     <property name="name">
-                        <cstring>replacementInput</cstring>
+                        <cstring>aliasInput</cstring>
                     </property>
                     <property name="enabled">
                         <bool>false</bool>
                     </property>
                 </widget>
-                <widget class="KLineEdit" row="0" column="1">
+                <widget class="KLineEdit" row="1" column="1">
                     <property name="name">
-                        <cstring>aliasInput</cstring>
+                        <cstring>replacementInput</cstring>
                     </property>
                     <property name="enabled">
                         <bool>false</bool>


More information about the Konversation-devel mailing list