~ubuntu-branches/ubuntu/saucy/konsole/saucy-proposed

« back to all changes in this revision

Viewing changes to src/PrintOptions.ui

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-11-19 16:01:56 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20121119160156-7ohwzglkgwe61gsf
Tags: 4:4.9.80-0ubuntu1
* New upstream beta release
* Remove ControlDragSettings.diff now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>PrintOptions</class>
 
4
 <widget class="QWidget" name="PrintOptions">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>573</width>
 
10
    <height>475</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Output Options</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <widget class="QGroupBox" name="OutputOptions">
 
19
     <property name="title">
 
20
      <string>Output Options</string>
 
21
     </property>
 
22
     <layout class="QGridLayout" name="gridLayout_2">
 
23
      <item row="2" column="0">
 
24
       <spacer name="verticalSpacer">
 
25
        <property name="orientation">
 
26
         <enum>Qt::Vertical</enum>
 
27
        </property>
 
28
        <property name="sizeHint" stdset="0">
 
29
         <size>
 
30
          <width>20</width>
 
31
          <height>223</height>
 
32
         </size>
 
33
        </property>
 
34
       </spacer>
 
35
      </item>
 
36
      <item row="0" column="0">
 
37
       <widget class="QCheckBox" name="printerFriendly">
 
38
        <property name="text">
 
39
         <string>Printer &amp;friendly mode (black text, no background)</string>
 
40
        </property>
 
41
       </widget>
 
42
      </item>
 
43
      <item row="1" column="0">
 
44
       <widget class="QCheckBox" name="scaleOutput">
 
45
        <property name="text">
 
46
         <string>&amp;Scale output</string>
 
47
        </property>
 
48
       </widget>
 
49
      </item>
 
50
     </layout>
 
51
    </widget>
 
52
   </item>
 
53
  </layout>
 
54
 </widget>
 
55
 <resources/>
 
56
 <connections/>
 
57
</ui>