Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/dialogs/qprintsettingsoutput.ui

    r2 r846  
    1 <ui version="4.0" >
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    23 <class>QPrintSettingsOutput</class>
    3  <widget class="QWidget" name="QPrintSettingsOutput" >
    4   <property name="geometry" >
     4 <widget class="QWidget" name="QPrintSettingsOutput">
     5  <property name="geometry">
    56   <rect>
    67    <x>0</x>
    78    <y>0</y>
    8     <width>416</width>
    9     <height>166</height>
     9    <width>426</width>
     10    <height>171</height>
    1011   </rect>
    1112  </property>
    12   <property name="windowTitle" >
     13  <property name="windowTitle">
    1314   <string>Form</string>
    1415  </property>
    15   <layout class="QHBoxLayout" name="horizontalLayout_2" >
    16    <property name="margin" >
     16  <layout class="QHBoxLayout" name="horizontalLayout_2">
     17   <property name="margin">
    1718    <number>0</number>
    1819   </property>
    1920   <item>
    20     <widget class="QTabWidget" name="tabs" >
    21      <property name="currentIndex" >
     21    <widget class="QTabWidget" name="tabs">
     22     <property name="currentIndex">
    2223      <number>0</number>
    2324     </property>
    24      <widget class="QWidget" name="copiesTab" >
    25       <property name="geometry" >
    26        <rect>
    27         <x>0</x>
    28         <y>0</y>
    29         <width>412</width>
    30         <height>139</height>
    31        </rect>
    32       </property>
    33       <attribute name="title" >
     25     <widget class="QWidget" name="copiesTab">
     26      <attribute name="title">
    3427       <string>Copies</string>
    3528      </attribute>
    36       <layout class="QHBoxLayout" name="horizontalLayout" >
     29      <layout class="QHBoxLayout" name="horizontalLayout">
    3730       <item>
    38         <widget class="QGroupBox" name="gbPrintRange" >
    39          <property name="sizePolicy" >
    40           <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
     31        <widget class="QGroupBox" name="gbPrintRange">
     32         <property name="sizePolicy">
     33          <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
    4134           <horstretch>0</horstretch>
    4235           <verstretch>0</verstretch>
    4336          </sizepolicy>
    4437         </property>
    45          <property name="title" >
     38         <property name="title">
    4639          <string>Print range</string>
    4740         </property>
    48          <layout class="QVBoxLayout" name="_3" >
    49           <property name="spacing" >
     41         <layout class="QVBoxLayout" name="_3">
     42          <property name="spacing">
    5043           <number>4</number>
    5144          </property>
    52           <property name="margin" >
     45          <property name="margin">
    5346           <number>6</number>
    5447          </property>
    5548          <item>
    56            <widget class="QRadioButton" name="printAll" >
    57             <property name="text" >
     49           <widget class="QRadioButton" name="printAll">
     50            <property name="text">
    5851             <string>Print all</string>
    5952            </property>
    60             <property name="checked" >
     53            <property name="checked">
    6154             <bool>true</bool>
    6255            </property>
     
    6457          </item>
    6558          <item>
    66            <layout class="QHBoxLayout" name="_4" >
    67             <property name="spacing" >
     59           <layout class="QHBoxLayout" name="_4">
     60            <property name="spacing">
    6861             <number>6</number>
    6962            </property>
    70             <property name="margin" >
     63            <property name="margin">
    7164             <number>0</number>
    7265            </property>
    7366            <item>
    74              <widget class="QRadioButton" name="printRange" >
    75               <property name="text" >
     67             <widget class="QRadioButton" name="printRange">
     68              <property name="text">
    7669               <string>Pages from</string>
    7770              </property>
     
    7972            </item>
    8073            <item>
    81              <widget class="QSpinBox" name="from" >
    82               <property name="enabled" >
     74             <widget class="QSpinBox" name="from">
     75              <property name="enabled">
    8376               <bool>false</bool>
    8477              </property>
    85               <property name="minimum" >
     78              <property name="minimum">
    8679               <number>1</number>
    8780              </property>
    88               <property name="maximum" >
     81              <property name="maximum">
    8982               <number>999</number>
    9083              </property>
     
    9285            </item>
    9386            <item>
    94              <widget class="QLabel" name="label_3" >
    95               <property name="text" >
     87             <widget class="QLabel" name="label_3">
     88              <property name="text">
    9689               <string>to</string>
    9790              </property>
     
    9992            </item>
    10093            <item>
    101              <widget class="QSpinBox" name="to" >
    102               <property name="enabled" >
     94             <widget class="QSpinBox" name="to">
     95              <property name="enabled">
    10396               <bool>false</bool>
    10497              </property>
    105               <property name="minimum" >
     98              <property name="minimum">
    10699               <number>1</number>
    107100              </property>
    108               <property name="maximum" >
     101              <property name="maximum">
    109102               <number>999</number>
    110103              </property>
     
    113106            <item>
    114107             <spacer>
    115               <property name="orientation" >
     108              <property name="orientation">
    116109               <enum>Qt::Horizontal</enum>
    117110              </property>
    118               <property name="sizeHint" stdset="0" >
     111              <property name="sizeHint" stdset="0">
    119112               <size>
    120113                <width>0</width>
     
    127120          </item>
    128121          <item>
    129            <widget class="QRadioButton" name="printSelection" >
    130             <property name="text" >
     122           <widget class="QRadioButton" name="printCurrentPage">
     123            <property name="text">
     124             <string>Current Page</string>
     125            </property>
     126           </widget>
     127          </item>
     128          <item>
     129           <widget class="QRadioButton" name="printSelection">
     130            <property name="text">
    131131             <string>Selection</string>
    132132            </property>
     
    134134          </item>
    135135          <item>
    136            <spacer name="verticalSpacer" >
    137             <property name="orientation" >
     136           <spacer name="verticalSpacer">
     137            <property name="orientation">
    138138             <enum>Qt::Vertical</enum>
    139139            </property>
    140             <property name="sizeHint" stdset="0" >
     140            <property name="sizeHint" stdset="0">
    141141             <size>
    142142              <width>1</width>
     
    150150       </item>
    151151       <item>
    152         <widget class="QGroupBox" name="groupBox" >
    153          <property name="title" >
     152        <widget class="QGroupBox" name="groupBox">
     153         <property name="title">
    154154          <string>Output Settings</string>
    155155         </property>
    156          <layout class="QGridLayout" name="gridLayout" >
    157           <item row="0" column="0" >
    158            <widget class="QLabel" name="label" >
    159             <property name="text" >
     156         <layout class="QGridLayout" name="gridLayout">
     157          <item row="0" column="0">
     158           <widget class="QLabel" name="label">
     159            <property name="text">
    160160             <string>Copies:</string>
    161161            </property>
    162             <property name="buddy" >
     162            <property name="buddy">
    163163             <cstring>copies</cstring>
    164164            </property>
    165165           </widget>
    166166          </item>
    167           <item row="0" column="1" colspan="2" >
    168            <widget class="QSpinBox" name="copies" >
    169             <property name="minimum" >
     167          <item row="0" column="1" colspan="2">
     168           <widget class="QSpinBox" name="copies">
     169            <property name="minimum">
    170170             <number>1</number>
    171171            </property>
    172             <property name="maximum" >
     172            <property name="maximum">
    173173             <number>999</number>
    174174            </property>
    175175           </widget>
    176176          </item>
    177           <item row="0" column="3" >
    178            <spacer name="horizontalSpacer" >
    179             <property name="orientation" >
     177          <item row="0" column="3">
     178           <spacer name="horizontalSpacer">
     179            <property name="orientation">
    180180             <enum>Qt::Horizontal</enum>
    181181            </property>
    182             <property name="sizeHint" stdset="0" >
     182            <property name="sizeHint" stdset="0">
    183183             <size>
    184184              <width>91</width>
     
    188188           </spacer>
    189189          </item>
    190           <item row="1" column="0" colspan="2" >
    191            <widget class="QCheckBox" name="collate" >
    192             <property name="text" >
     190          <item row="1" column="0" colspan="2">
     191           <widget class="QCheckBox" name="collate">
     192            <property name="text">
    193193             <string>Collate</string>
    194194            </property>
    195195           </widget>
    196196          </item>
    197           <item rowspan="2" row="1" column="2" colspan="2" >
    198            <widget class="QLabel" name="outputIcon" >
    199             <property name="sizePolicy" >
    200              <sizepolicy vsizetype="Ignored" hsizetype="Ignored" >
     197          <item row="1" column="2" rowspan="2" colspan="2">
     198           <widget class="QLabel" name="outputIcon">
     199            <property name="sizePolicy">
     200             <sizepolicy hsizetype="Ignored" vsizetype="Ignored">
    201201              <horstretch>0</horstretch>
    202202              <verstretch>0</verstretch>
     
    205205           </widget>
    206206          </item>
    207           <item row="2" column="0" colspan="2" >
    208            <widget class="QCheckBox" name="reverse" >
    209             <property name="text" >
     207          <item row="2" column="0" colspan="2">
     208           <widget class="QCheckBox" name="reverse">
     209            <property name="text">
    210210             <string>Reverse</string>
    211211            </property>
    212212           </widget>
    213213          </item>
    214           <item row="3" column="0" colspan="4" >
    215            <spacer name="verticalSpacer_2" >
    216             <property name="orientation" >
     214          <item row="3" column="0" colspan="4">
     215           <spacer name="verticalSpacer_2">
     216            <property name="orientation">
    217217             <enum>Qt::Vertical</enum>
    218218            </property>
    219             <property name="sizeHint" stdset="0" >
     219            <property name="sizeHint" stdset="0">
    220220             <size>
    221221              <width>0</width>
     
    230230      </layout>
    231231     </widget>
    232      <widget class="QWidget" name="optionsTab" >
    233       <property name="geometry" >
    234        <rect>
    235         <x>0</x>
    236         <y>0</y>
    237         <width>412</width>
    238         <height>139</height>
    239        </rect>
    240       </property>
    241       <attribute name="title" >
     232     <widget class="QWidget" name="optionsTab">
     233      <attribute name="title">
    242234       <string>Options</string>
    243235      </attribute>
    244       <layout class="QGridLayout" name="gridLayout_2" >
    245        <item row="0" column="1" >
    246         <widget class="QGroupBox" name="colorMode" >
    247          <property name="title" >
     236      <layout class="QGridLayout" name="gridLayout_2">
     237       <item row="0" column="1">
     238        <widget class="QGroupBox" name="colorMode">
     239         <property name="title">
    248240          <string>Color Mode</string>
    249241         </property>
    250          <layout class="QGridLayout" name="gridLayout_4" >
    251           <item row="2" column="0" >
    252            <spacer name="verticalSpacer_6" >
    253             <property name="orientation" >
     242         <layout class="QGridLayout" name="gridLayout_4">
     243          <item row="2" column="0">
     244           <spacer name="verticalSpacer_6">
     245            <property name="orientation">
    254246             <enum>Qt::Vertical</enum>
    255247            </property>
    256             <property name="sizeHint" stdset="0" >
     248            <property name="sizeHint" stdset="0">
    257249             <size>
    258250              <width>1</width>
     
    262254           </spacer>
    263255          </item>
    264           <item row="0" column="0" >
    265            <widget class="QRadioButton" name="color" >
    266             <property name="text" >
     256          <item row="0" column="0">
     257           <widget class="QRadioButton" name="color">
     258            <property name="text">
    267259             <string>Color</string>
    268260            </property>
    269261           </widget>
    270262          </item>
    271           <item rowspan="3" row="0" column="1" >
    272            <widget class="QLabel" name="colorIcon" />
    273           </item>
    274           <item row="1" column="0" >
    275            <widget class="QRadioButton" name="grayscale" >
    276             <property name="text" >
     263          <item row="0" column="1" rowspan="3">
     264           <widget class="QLabel" name="colorIcon"/>
     265          </item>
     266          <item row="1" column="0">
     267           <widget class="QRadioButton" name="grayscale">
     268            <property name="text">
    277269             <string>Grayscale</string>
    278270            </property>
     
    282274        </widget>
    283275       </item>
    284        <item row="0" column="0" >
    285         <widget class="QGroupBox" name="duplex" >
    286          <property name="title" >
     276       <item row="0" column="0">
     277        <widget class="QGroupBox" name="duplex">
     278         <property name="title">
    287279          <string>Duplex Printing</string>
    288280         </property>
    289          <layout class="QVBoxLayout" name="verticalLayout" >
    290           <item>
    291            <widget class="QRadioButton" name="noDuplex" >
    292             <property name="text" >
     281         <layout class="QVBoxLayout" name="verticalLayout">
     282          <item>
     283           <widget class="QRadioButton" name="noDuplex">
     284            <property name="text">
    293285             <string>None</string>
    294286            </property>
    295             <property name="checked" >
     287            <property name="checked">
    296288             <bool>true</bool>
    297289            </property>
     
    299291          </item>
    300292          <item>
    301            <widget class="QRadioButton" name="duplexLong" >
    302             <property name="text" >
     293           <widget class="QRadioButton" name="duplexLong">
     294            <property name="text">
    303295             <string>Long side</string>
    304296            </property>
     
    306298          </item>
    307299          <item>
    308            <widget class="QRadioButton" name="duplexShort" >
    309             <property name="text" >
     300           <widget class="QRadioButton" name="duplexShort">
     301            <property name="text">
    310302             <string>Short side</string>
    311303            </property>
     
    313305          </item>
    314306          <item>
    315            <spacer name="verticalSpacer_42" >
    316             <property name="orientation" >
     307           <spacer name="verticalSpacer_42">
     308            <property name="orientation">
    317309             <enum>Qt::Vertical</enum>
    318310            </property>
    319             <property name="sizeHint" stdset="0" >
     311            <property name="sizeHint" stdset="0">
    320312             <size>
    321313              <width>1</width>
     
    342334   <slot>setEnabled(bool)</slot>
    343335   <hints>
    344     <hint type="sourcelabel" >
     336    <hint type="sourcelabel">
    345337     <x>76</x>
    346338     <y>59</y>
    347339    </hint>
    348     <hint type="destinationlabel" >
     340    <hint type="destinationlabel">
    349341     <x>122</x>
    350342     <y>57</y>
     
    358350   <slot>setEnabled(bool)</slot>
    359351   <hints>
    360     <hint type="sourcelabel" >
     352    <hint type="sourcelabel">
    361353     <x>69</x>
    362354     <y>67</y>
    363355    </hint>
    364     <hint type="destinationlabel" >
     356    <hint type="destinationlabel">
    365357     <x>215</x>
    366358     <y>67</y>
Note: See TracChangeset for help on using the changeset viewer.