~ubuntu-branches/ubuntu/trusty/gwenview/trusty

« back to all changes in this revision

Viewing changes to lib/resize/resizeimagewidget.ui

  • Committer: Bazaar Package Importer
  • Author(s): Rohan Garg
  • Date: 2011-07-20 13:46:34 UTC
  • Revision ID: james.westby@ubuntu.com-20110720134634-92930fdjeed4gdc9
Tags: upstream-4.6.90+repack
Import upstream version 4.6.90+repack

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>ResizeImageWidget</class>
 
4
 <widget class="QWidget" name="ResizeImageWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>248</width>
 
10
    <height>155</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Image Resizing</string>
 
15
  </property>
 
16
  <layout class="QFormLayout" name="formLayout">
 
17
   <item row="0" column="0" colspan="2">
 
18
    <widget class="QLabel" name="label_3">
 
19
     <property name="text">
 
20
      <string>Enter the new size for this image.</string>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item row="1" column="0">
 
25
    <widget class="QLabel" name="label">
 
26
     <property name="font">
 
27
      <font>
 
28
       <italic>true</italic>
 
29
      </font>
 
30
     </property>
 
31
     <property name="text">
 
32
      <string>Current size:</string>
 
33
     </property>
 
34
     <property name="alignment">
 
35
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
36
     </property>
 
37
    </widget>
 
38
   </item>
 
39
   <item row="1" column="1">
 
40
    <layout class="QHBoxLayout" name="horizontalLayout">
 
41
     <item>
 
42
      <widget class="QLabel" name="mOriginalWidthLabel">
 
43
       <property name="font">
 
44
        <font>
 
45
         <italic>true</italic>
 
46
        </font>
 
47
       </property>
 
48
       <property name="text">
 
49
        <string/>
 
50
       </property>
 
51
       <property name="textInteractionFlags">
 
52
        <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
 
53
       </property>
 
54
      </widget>
 
55
     </item>
 
56
     <item>
 
57
      <widget class="QLabel" name="label_6">
 
58
       <property name="font">
 
59
        <font>
 
60
         <italic>true</italic>
 
61
        </font>
 
62
       </property>
 
63
       <property name="text">
 
64
        <string notr="true">⨯</string>
 
65
       </property>
 
66
      </widget>
 
67
     </item>
 
68
     <item>
 
69
      <widget class="QLabel" name="mOriginalHeightLabel">
 
70
       <property name="font">
 
71
        <font>
 
72
         <italic>true</italic>
 
73
        </font>
 
74
       </property>
 
75
       <property name="text">
 
76
        <string/>
 
77
       </property>
 
78
       <property name="textInteractionFlags">
 
79
        <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
 
80
       </property>
 
81
      </widget>
 
82
     </item>
 
83
    </layout>
 
84
   </item>
 
85
   <item row="2" column="0">
 
86
    <widget class="QLabel" name="label_2">
 
87
     <property name="text">
 
88
      <string>New Size:</string>
 
89
     </property>
 
90
     <property name="buddy">
 
91
      <cstring>mWidthSpinBox</cstring>
 
92
     </property>
 
93
    </widget>
 
94
   </item>
 
95
   <item row="2" column="1">
 
96
    <layout class="QHBoxLayout" name="horizontalLayout_2">
 
97
     <item>
 
98
      <widget class="KIntSpinBox" name="mWidthSpinBox">
 
99
       <property name="readOnly">
 
100
        <bool>false</bool>
 
101
       </property>
 
102
       <property name="buttonSymbols">
 
103
        <enum>QAbstractSpinBox::UpDownArrows</enum>
 
104
       </property>
 
105
       <property name="minimum">
 
106
        <number>1</number>
 
107
       </property>
 
108
       <property name="maximum">
 
109
        <number>100000</number>
 
110
       </property>
 
111
      </widget>
 
112
     </item>
 
113
     <item>
 
114
      <widget class="QLabel" name="label_4">
 
115
       <property name="text">
 
116
        <string notr="true">⨯</string>
 
117
       </property>
 
118
      </widget>
 
119
     </item>
 
120
     <item>
 
121
      <widget class="KIntSpinBox" name="mHeightSpinBox">
 
122
       <property name="minimum">
 
123
        <number>1</number>
 
124
       </property>
 
125
       <property name="maximum">
 
126
        <number>100000</number>
 
127
       </property>
 
128
      </widget>
 
129
     </item>
 
130
    </layout>
 
131
   </item>
 
132
   <item row="3" column="1">
 
133
    <widget class="QCheckBox" name="mKeepAspectCheckBox">
 
134
     <property name="text">
 
135
      <string>Keep aspect ratio</string>
 
136
     </property>
 
137
     <property name="checked">
 
138
      <bool>true</bool>
 
139
     </property>
 
140
    </widget>
 
141
   </item>
 
142
  </layout>
 
143
 </widget>
 
144
 <customwidgets>
 
145
  <customwidget>
 
146
   <class>KIntSpinBox</class>
 
147
   <extends>QSpinBox</extends>
 
148
   <header>knuminput.h</header>
 
149
  </customwidget>
 
150
 </customwidgets>
 
151
 <resources/>
 
152
 <connections/>
 
153
</ui>