~ubuntu-branches/ubuntu/natty/recorditnow/natty

« back to all changes in this revision

Viewing changes to src/plugins/encoder/mencoder/ui/mencoder.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2009-11-26 16:50:53 UTC
  • Revision ID: james.westby@ubuntu.com-20091126165053-yifjycveb8j7yt8r
Tags: upstream-0.4
Import upstream version 0.4

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>Mencoder</class>
 
4
 <widget class="QWidget" name="Mencoder">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>352</width>
 
10
    <height>126</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string notr="true"/>
 
15
  </property>
 
16
  <property name="toolTip">
 
17
   <string notr="true"/>
 
18
  </property>
 
19
  <layout class="QFormLayout" name="formLayout_2">
 
20
   <property name="sizeConstraint">
 
21
    <enum>QLayout::SetNoConstraint</enum>
 
22
   </property>
 
23
   <property name="fieldGrowthPolicy">
 
24
    <enum>QFormLayout::ExpandingFieldsGrow</enum>
 
25
   </property>
 
26
   <property name="rowWrapPolicy">
 
27
    <enum>QFormLayout::WrapLongRows</enum>
 
28
   </property>
 
29
   <item row="3" column="0">
 
30
    <widget class="QLabel" name="label">
 
31
     <property name="text">
 
32
      <string>Format</string>
 
33
     </property>
 
34
    </widget>
 
35
   </item>
 
36
   <item row="3" column="1">
 
37
    <layout class="QHBoxLayout" name="horizontalLayout">
 
38
     <item>
 
39
      <widget class="KComboBox" name="formatCombo">
 
40
       <property name="maxVisibleItems">
 
41
        <number>15</number>
 
42
       </property>
 
43
       <property name="sizeAdjustPolicy">
 
44
        <enum>QComboBox::AdjustToContents</enum>
 
45
       </property>
 
46
      </widget>
 
47
     </item>
 
48
     <item>
 
49
      <widget class="QToolButton" name="addButton">
 
50
       <property name="toolTip">
 
51
        <string>Add</string>
 
52
       </property>
 
53
       <property name="text">
 
54
        <string>Add</string>
 
55
       </property>
 
56
      </widget>
 
57
     </item>
 
58
     <item>
 
59
      <widget class="QToolButton" name="editButton">
 
60
       <property name="toolTip">
 
61
        <string>Edit</string>
 
62
       </property>
 
63
       <property name="text">
 
64
        <string>Edit</string>
 
65
       </property>
 
66
      </widget>
 
67
     </item>
 
68
     <item>
 
69
      <widget class="QToolButton" name="removeButton">
 
70
       <property name="toolTip">
 
71
        <string>Remove</string>
 
72
       </property>
 
73
       <property name="text">
 
74
        <string>Remove</string>
 
75
       </property>
 
76
      </widget>
 
77
     </item>
 
78
    </layout>
 
79
   </item>
 
80
   <item row="5" column="0" colspan="2">
 
81
    <widget class="KTextEdit" name="previewEdit">
 
82
     <property name="enabled">
 
83
      <bool>true</bool>
 
84
     </property>
 
85
     <property name="sizePolicy">
 
86
      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
87
       <horstretch>0</horstretch>
 
88
       <verstretch>0</verstretch>
 
89
      </sizepolicy>
 
90
     </property>
 
91
     <property name="maximumSize">
 
92
      <size>
 
93
       <width>16777215</width>
 
94
       <height>16777215</height>
 
95
      </size>
 
96
     </property>
 
97
     <property name="readOnly">
 
98
      <bool>true</bool>
 
99
     </property>
 
100
     <property name="html">
 
101
      <string notr="true">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
 
102
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
 
103
p, li { white-space: pre-wrap; }
 
104
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Tahoma'; font-size:8pt; font-weight:400; font-style:normal;&quot;&gt;
 
105
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
106
     </property>
 
107
    </widget>
 
108
   </item>
 
109
  </layout>
 
110
 </widget>
 
111
 <customwidgets>
 
112
  <customwidget>
 
113
   <class>KComboBox</class>
 
114
   <extends>QComboBox</extends>
 
115
   <header>kcombobox.h</header>
 
116
  </customwidget>
 
117
  <customwidget>
 
118
   <class>KTextEdit</class>
 
119
   <extends>QTextEdit</extends>
 
120
   <header>ktextedit.h</header>
 
121
  </customwidget>
 
122
 </customwidgets>
 
123
 <resources/>
 
124
 <connections/>
 
125
</ui>