mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
* src/frontends/qt4/ui/PrintUi.ui:
- fix bug 4345. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21949 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8a13582720
commit
bf80ebcbd4
@ -144,9 +144,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" >
|
||||
@ -342,5 +342,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>
|
||||
|
Loading…
Reference in New Issue
Block a user