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

« back to all changes in this revision

Viewing changes to src/upload/ui/videopage.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>VideoPage</class>
 
4
 <widget class="QWizardPage" name="VideoPage">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>458</width>
 
10
    <height>329</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string notr="true"/>
 
15
  </property>
 
16
  <property name="title">
 
17
   <string>Video</string>
 
18
  </property>
 
19
  <property name="subTitle">
 
20
   <string>Please select a video and enter the appropriate data</string>
 
21
  </property>
 
22
  <attribute name="pageId">
 
23
   <string notr="true">2</string>
 
24
  </attribute>
 
25
  <layout class="QFormLayout" name="formLayout">
 
26
   <property name="fieldGrowthPolicy">
 
27
    <enum>QFormLayout::ExpandingFieldsGrow</enum>
 
28
   </property>
 
29
   <item row="1" column="0">
 
30
    <widget class="QLabel" name="label">
 
31
     <property name="text">
 
32
      <string>Video:</string>
 
33
     </property>
 
34
     <property name="buddy">
 
35
      <cstring>videoRequester</cstring>
 
36
     </property>
 
37
    </widget>
 
38
   </item>
 
39
   <item row="1" column="1">
 
40
    <widget class="KUrlRequester" name="videoRequester">
 
41
     <property name="clickMessage">
 
42
      <string notr="true"/>
 
43
     </property>
 
44
    </widget>
 
45
   </item>
 
46
   <item row="2" column="0">
 
47
    <widget class="QLabel" name="label_2">
 
48
     <property name="text">
 
49
      <string>Title:</string>
 
50
     </property>
 
51
     <property name="buddy">
 
52
      <cstring>titleEdit</cstring>
 
53
     </property>
 
54
    </widget>
 
55
   </item>
 
56
   <item row="2" column="1">
 
57
    <widget class="KLineEdit" name="titleEdit"/>
 
58
   </item>
 
59
   <item row="4" column="0">
 
60
    <widget class="QLabel" name="label_3">
 
61
     <property name="text">
 
62
      <string>Description:</string>
 
63
     </property>
 
64
     <property name="buddy">
 
65
      <cstring>descriptionEdit</cstring>
 
66
     </property>
 
67
    </widget>
 
68
   </item>
 
69
   <item row="4" column="1">
 
70
    <widget class="KTextEdit" name="descriptionEdit">
 
71
     <property name="documentTitle">
 
72
      <string/>
 
73
     </property>
 
74
     <property name="html">
 
75
      <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;
 
76
&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;
 
77
p, li { white-space: pre-wrap; }
 
78
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Tahoma'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
 
79
&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; font-size:8pt;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
80
     </property>
 
81
    </widget>
 
82
   </item>
 
83
   <item row="5" column="0">
 
84
    <widget class="QLabel" name="label_5">
 
85
     <property name="text">
 
86
      <string>Tags:</string>
 
87
     </property>
 
88
    </widget>
 
89
   </item>
 
90
   <item row="5" column="1">
 
91
    <widget class="KEditListBox" name="tagBox">
 
92
     <property name="flat">
 
93
      <bool>false</bool>
 
94
     </property>
 
95
     <property name="buttons">
 
96
      <set>KEditListBox::Add|KEditListBox::Remove</set>
 
97
     </property>
 
98
    </widget>
 
99
   </item>
 
100
   <item row="6" column="0">
 
101
    <widget class="QLabel" name="label_4">
 
102
     <property name="text">
 
103
      <string>Category:</string>
 
104
     </property>
 
105
     <property name="buddy">
 
106
      <cstring>categoryCombo</cstring>
 
107
     </property>
 
108
    </widget>
 
109
   </item>
 
110
   <item row="6" column="1">
 
111
    <widget class="KComboBox" name="categoryCombo">
 
112
     <property name="sizeAdjustPolicy">
 
113
      <enum>QComboBox::AdjustToContents</enum>
 
114
     </property>
 
115
    </widget>
 
116
   </item>
 
117
  </layout>
 
118
 </widget>
 
119
 <customwidgets>
 
120
  <customwidget>
 
121
   <class>KUrlRequester</class>
 
122
   <extends>QFrame</extends>
 
123
   <header>kurlrequester.h</header>
 
124
  </customwidget>
 
125
  <customwidget>
 
126
   <class>KEditListBox</class>
 
127
   <extends>QGroupBox</extends>
 
128
   <header>keditlistbox.h</header>
 
129
  </customwidget>
 
130
  <customwidget>
 
131
   <class>KLineEdit</class>
 
132
   <extends>QLineEdit</extends>
 
133
   <header>klineedit.h</header>
 
134
  </customwidget>
 
135
  <customwidget>
 
136
   <class>KComboBox</class>
 
137
   <extends>QComboBox</extends>
 
138
   <header>kcombobox.h</header>
 
139
  </customwidget>
 
140
  <customwidget>
 
141
   <class>KTextEdit</class>
 
142
   <extends>QTextEdit</extends>
 
143
   <header>ktextedit.h</header>
 
144
  </customwidget>
 
145
 </customwidgets>
 
146
 <resources/>
 
147
 <connections/>
 
148
</ui>