http://bugzilla.lyx.org/show_bug.cgi?id=4345
The patch (against branch) is straightforward. However, since last time the ui file was saved in 4.3 format even though I used the designer of Qt4.1, could someone with Qt4.2 please test if this builds there? Thanks, Jürgen P.S., Michael: the German print dialog has a duplicated accelerator: "_D_urchsuchen" and "_D_atei:"
Index: src/frontends/qt4/ui/PrintUi.ui =================================================================== --- src/frontends/qt4/ui/PrintUi.ui (Revision 21543) +++ src/frontends/qt4/ui/PrintUi.ui (Arbeitskopie) @@ -147,9 +147,9 @@ </widget> </item> <item row="2" column="0" > - <widget class="QGroupBox" name="GroupBox3" > + <widget class="QGroupBox" name="copiesGB" > <property name="title" > - <string>Copies</string> + <string>Copie&s</string> </property> <layout class="QHBoxLayout" > <property name="margin" > @@ -345,5 +345,70 @@ <tabstop>closePB</tabstop> </tabstops> <resources/> - <connections/> + <connections> + <connection> + <sender>printerRB</sender> + <signal>clicked()</signal> + <receiver>printerED</receiver> + <slot>setFocus()</slot> + <hints> + <hint type="sourcelabel" > + <x>60</x> + <y>56</y> + </hint> + <hint type="destinationlabel" > + <x>254</x> + <y>56</y> + </hint> + </hints> + </connection> + <connection> + <sender>fileRB</sender> + <signal>clicked()</signal> + <receiver>fileED</receiver> + <slot>setFocus()</slot> + <hints> + <hint type="sourcelabel" > + <x>60</x> + <y>91</y> + </hint> + <hint type="destinationlabel" > + <x>213</x> + <y>91</y> + </hint> + </hints> + </connection> + <connection> + <sender>rangeRB</sender> + <signal>clicked()</signal> + <receiver>fromED</receiver> + <slot>setFocus()</slot> + <hints> + <hint type="sourcelabel" > + <x>55</x> + <y>206</y> + </hint> + <hint type="destinationlabel" > + <x>108</x> + <y>206</y> + </hint> + </hints> + </connection> + <connection> + <sender>copiesGB</sender> + <signal>clicked()</signal> + <receiver>copiesSB</receiver> + <slot>setFocus()</slot> + <hints> + <hint type="sourcelabel" > + <x>214</x> + <y>373</y> + </hint> + <hint type="destinationlabel" > + <x>52</x> + <y>384</y> + </hint> + </hints> + </connection> + </connections> </ui>