~ubuntu-branches/ubuntu/saucy/digikam/saucy

« back to all changes in this revision

Viewing changes to extra/kipi-plugins/batchprocessimages/ui/imagepreview.ui

  • Committer: Package Import Robot
  • Author(s): Felix Geyer, Rohan Garg, Philip Muškovac, Felix Geyer
  • Date: 2011-09-23 18:18:55 UTC
  • mfrom: (1.2.36 upstream)
  • Revision ID: package-import@ubuntu.com-20110923181855-ifs67wxkugshev9k
Tags: 2:2.1.1-0ubuntu1
[ Rohan Garg ]
* New upstream release (LP: #834190)
  - debian/control
    + Build with libqtwebkit-dev
 - debian/kipi-plugins-common
    + Install libkvkontakte required by kipi-plugins
 - debian/digikam
    + Install panoramagui

[ Philip Muškovac ]
* New upstream release
  - debian/control:
    + Add libcv-dev, libcvaux-dev, libhighgui-dev, libboost-graph1.46-dev,
      libksane-dev, libxml2-dev, libxslt-dev, libqt4-opengl-dev, libqjson-dev,
      libgpod-dev and libqca2-dev to build-deps
    + Add packages for kipi-plugins, libmediawiki, libkface, libkgeomap and
      libkvkontakte
  - debian/rules:
    + Don't build with gphoto2 since it doesn't build with it.
  - Add kubuntu_fix_test_linking.diff to fix linking of the dngconverter test
  - update install files
  - update kubuntu_01_mysqld_executable_name.diff for new cmake layout
    and rename to kubuntu_mysqld_executable_name.diff
* Fix typo in digikam-data description (LP: #804894)
* Fix Vcs links

[ Felix Geyer ]
* Move library data files to the new packages libkface-data, libkgeomap-data
  and libkvkontakte-data.
* Override version of the embedded library packages to 1.0~digikam<version>.
* Exclude the library packages from digikam-dbg to prevent file conflicts in
  the future.
* Call dh_install with --list-missing.

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>ImagePreview</class>
 
4
 <widget class="QWidget" name="ImagePreview">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QGridLayout" name="gridLayout">
 
14
   <item row="0" column="0" colspan="2">
 
15
    <layout class="QHBoxLayout" name="horizontalLayout">
 
16
     <item>
 
17
      <widget class="QLabel" name="label">
 
18
       <property name="text">
 
19
        <string>Zoom:</string>
 
20
       </property>
 
21
       <property name="alignment">
 
22
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
23
       </property>
 
24
      </widget>
 
25
     </item>
 
26
     <item>
 
27
      <widget class="QSlider" name="m_zoomSlider">
 
28
       <property name="minimum">
 
29
        <number>1</number>
 
30
       </property>
 
31
       <property name="maximum">
 
32
        <number>20</number>
 
33
       </property>
 
34
       <property name="pageStep">
 
35
        <number>1</number>
 
36
       </property>
 
37
       <property name="tracking">
 
38
        <bool>false</bool>
 
39
       </property>
 
40
       <property name="orientation">
 
41
        <enum>Qt::Horizontal</enum>
 
42
       </property>
 
43
       <property name="tickPosition">
 
44
        <enum>QSlider::TicksBelow</enum>
 
45
       </property>
 
46
       <property name="tickInterval">
 
47
        <number>5</number>
 
48
       </property>
 
49
      </widget>
 
50
     </item>
 
51
     <item>
 
52
      <widget class="QLCDNumber" name="m_zoomLcd"/>
 
53
     </item>
 
54
    </layout>
 
55
   </item>
 
56
   <item row="1" column="0">
 
57
    <widget class="QGroupBox" name="groupBox">
 
58
     <property name="sizePolicy">
 
59
      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 
60
       <horstretch>0</horstretch>
 
61
       <verstretch>0</verstretch>
 
62
      </sizepolicy>
 
63
     </property>
 
64
     <property name="title">
 
65
      <string>Original Image</string>
 
66
     </property>
 
67
     <layout class="QVBoxLayout" name="verticalLayout_2">
 
68
      <item>
 
69
       <widget class="KIPIBatchProcessImagesPlugin::PixmapView" name="m_origView">
 
70
        <property name="whatsThis">
 
71
         <string>This is the original image preview. You can use the mouse wheel to change the zoom factor. Click in and use the mouse to move the image.</string>
 
72
        </property>
 
73
        <property name="frameShape">
 
74
         <enum>QFrame::StyledPanel</enum>
 
75
        </property>
 
76
        <property name="frameShadow">
 
77
         <enum>QFrame::Raised</enum>
 
78
        </property>
 
79
       </widget>
 
80
      </item>
 
81
     </layout>
 
82
    </widget>
 
83
   </item>
 
84
   <item row="1" column="1">
 
85
    <widget class="QGroupBox" name="groupBox_2">
 
86
     <property name="sizePolicy">
 
87
      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 
88
       <horstretch>0</horstretch>
 
89
       <verstretch>0</verstretch>
 
90
      </sizepolicy>
 
91
     </property>
 
92
     <property name="title">
 
93
      <string>Destination Image</string>
 
94
     </property>
 
95
     <layout class="QVBoxLayout" name="verticalLayout">
 
96
      <item>
 
97
       <widget class="KIPIBatchProcessImagesPlugin::PixmapView" name="m_destView">
 
98
        <property name="whatsThis">
 
99
         <string>This is the destination image preview. You can use the mouse wheel to change the zoom factor. Click in and use the mouse to move the image.</string>
 
100
        </property>
 
101
        <property name="frameShape">
 
102
         <enum>QFrame::StyledPanel</enum>
 
103
        </property>
 
104
        <property name="frameShadow">
 
105
         <enum>QFrame::Raised</enum>
 
106
        </property>
 
107
       </widget>
 
108
      </item>
 
109
     </layout>
 
110
    </widget>
 
111
   </item>
 
112
  </layout>
 
113
 </widget>
 
114
 <customwidgets>
 
115
  <customwidget>
 
116
   <class>KIPIBatchProcessImagesPlugin::PixmapView</class>
 
117
   <extends>QFrame</extends>
 
118
   <header>pixmapview.h</header>
 
119
   <container>1</container>
 
120
  </customwidget>
 
121
 </customwidgets>
 
122
 <resources/>
 
123
 <connections/>
 
124
</ui>