~ubuntu-branches/ubuntu/raring/recorditnow/raring

« back to all changes in this revision

Viewing changes to src/ui/zoomdock.ui

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-09 14:54:01 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110109145401-gyckb4airz4fio50
Tags: 0.8.1-0ubuntu1
* New upstream release. (LP: #681270)
  - Update debian/copyright.
* Build-depend on recordmydesktop.
* Add a watch file.
* Drop 01_fix_ftbfs_kwarning_call.diff, fixed upstream.
* Add 01_joschy_install_to_usr_lib.diff.
* Add 02_fix_ftbfs_no-add-needed.diff.
* Add 03_dont_install_header_files.diff.
* Replace dependency on libpolkit-qt-1-0 with policykit-1.

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>ZoomDock</class>
 
4
 <widget class="QDockWidget" name="ZoomDock">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>100</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="features">
 
14
   <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
 
15
  </property>
 
16
  <property name="windowTitle">
 
17
   <string>Zoom</string>
 
18
  </property>
 
19
  <widget class="QWidget" name="dockWidgetContents">
 
20
   <layout class="QHBoxLayout" name="horizontalLayout">
 
21
    <item>
 
22
     <widget class="QFrame" name="frame">
 
23
      <property name="frameShape">
 
24
       <enum>QFrame::Panel</enum>
 
25
      </property>
 
26
      <property name="frameShadow">
 
27
       <enum>QFrame::Sunken</enum>
 
28
      </property>
 
29
      <layout class="QVBoxLayout" name="verticalLayout">
 
30
       <property name="spacing">
 
31
        <number>0</number>
 
32
       </property>
 
33
       <property name="margin">
 
34
        <number>0</number>
 
35
       </property>
 
36
       <item>
 
37
        <widget class="ZoomView" name="zoomView" native="true">
 
38
         <property name="sizePolicy">
 
39
          <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 
40
           <horstretch>0</horstretch>
 
41
           <verstretch>0</verstretch>
 
42
          </sizepolicy>
 
43
         </property>
 
44
         <layout class="QGridLayout" name="gridLayout">
 
45
          <item row="1" column="0">
 
46
           <spacer name="horizontalSpacer">
 
47
            <property name="orientation">
 
48
             <enum>Qt::Horizontal</enum>
 
49
            </property>
 
50
            <property name="sizeHint" stdset="0">
 
51
             <size>
 
52
              <width>40</width>
 
53
              <height>20</height>
 
54
             </size>
 
55
            </property>
 
56
           </spacer>
 
57
          </item>
 
58
          <item row="1" column="1">
 
59
           <widget class="QFrame" name="zoomFrame">
 
60
            <property name="autoFillBackground">
 
61
             <bool>true</bool>
 
62
            </property>
 
63
            <property name="frameShape">
 
64
             <enum>QFrame::Box</enum>
 
65
            </property>
 
66
            <property name="frameShadow">
 
67
             <enum>QFrame::Sunken</enum>
 
68
            </property>
 
69
            <layout class="QHBoxLayout" name="horizontalLayout_3">
 
70
             <item>
 
71
              <widget class="QLabel" name="zoomLabel">
 
72
               <property name="text">
 
73
                <string notr="true"/>
 
74
               </property>
 
75
               <property name="alignment">
 
76
                <set>Qt::AlignCenter</set>
 
77
               </property>
 
78
              </widget>
 
79
             </item>
 
80
            </layout>
 
81
           </widget>
 
82
          </item>
 
83
          <item row="1" column="2">
 
84
           <spacer name="horizontalSpacer_2">
 
85
            <property name="orientation">
 
86
             <enum>Qt::Horizontal</enum>
 
87
            </property>
 
88
            <property name="sizeHint" stdset="0">
 
89
             <size>
 
90
              <width>40</width>
 
91
              <height>20</height>
 
92
             </size>
 
93
            </property>
 
94
           </spacer>
 
95
          </item>
 
96
          <item row="0" column="1">
 
97
           <spacer name="verticalSpacer">
 
98
            <property name="orientation">
 
99
             <enum>Qt::Vertical</enum>
 
100
            </property>
 
101
            <property name="sizeHint" stdset="0">
 
102
             <size>
 
103
              <width>20</width>
 
104
              <height>40</height>
 
105
             </size>
 
106
            </property>
 
107
           </spacer>
 
108
          </item>
 
109
          <item row="2" column="1">
 
110
           <spacer name="verticalSpacer_2">
 
111
            <property name="orientation">
 
112
             <enum>Qt::Vertical</enum>
 
113
            </property>
 
114
            <property name="sizeHint" stdset="0">
 
115
             <size>
 
116
              <width>20</width>
 
117
              <height>40</height>
 
118
             </size>
 
119
            </property>
 
120
           </spacer>
 
121
          </item>
 
122
         </layout>
 
123
        </widget>
 
124
       </item>
 
125
      </layout>
 
126
     </widget>
 
127
    </item>
 
128
   </layout>
 
129
  </widget>
 
130
 </widget>
 
131
 <customwidgets>
 
132
  <customwidget>
 
133
   <class>ZoomView</class>
 
134
   <extends>QWidget</extends>
 
135
   <header>zoom/zoomview.h</header>
 
136
   <container>1</container>
 
137
  </customwidget>
 
138
 </customwidgets>
 
139
 <resources/>
 
140
 <connections/>
 
141
</ui>