~ubuntu-branches/ubuntu/hardy/avidemux/hardy

« back to all changes in this revision

Viewing changes to avidemux/ADM_userInterfaces/ADM_QT4/ADM_dialog/jobs.ui

  • Committer: Bazaar Package Importer
  • Author(s): Matvey Kozhev
  • Date: 2007-12-18 13:53:04 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218135304-cdqec2lg2bglyz15
Tags: 1:2.4~preview3-0.0ubuntu1
* Upload to Ubuntu. (LP: #163287, LP: #126572)
* debian/changelog: re-added Ubuntu releases.
* debian/control:
  - Require debhelper >= 5.0.51 (for dh_icons) and imagemagick.
  - Build-depend on libsdl1.2-dev instead of libsdl-dev.
  - Build against newer libx264-dev. (LP: #138854)
  - Removed libamrnb-dev, not in Ubuntu yet.
* debian/rules:
  - Install all icon sizes, using convert (upstream installs none).
  - Added missing calls to dh_installmenu, dh_installman, dh_icons and
    dh_desktop.
* debian/menu, debian/avidemux-qt.menu:
  - Corrected package and executable names.
* debian/avidemux-common.install: Install icons.
* debian/avidemux.common.manpages: Install man/avidemux.1.
* debian/links, debian/avidemux-cli.links, debian/avidemux-gtk.links:
  - Link manpages to avidemux.1.gz.
* debian/install, debian/avidemux-qt.install, debian/avidemux-gtk.desktop,
  debian/avidemux-qt.desktop: Install desktop files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>Jobs</class>
 
3
 <widget class="QDialog" name="Jobs" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>467</width>
 
9
    <height>324</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Jobs</string>
 
14
  </property>
 
15
  <layout class="QGridLayout" >
 
16
   <property name="margin" >
 
17
    <number>9</number>
 
18
   </property>
 
19
   <property name="spacing" >
 
20
    <number>6</number>
 
21
   </property>
 
22
   <item row="4" column="1" >
 
23
    <spacer>
 
24
     <property name="orientation" >
 
25
      <enum>Qt::Vertical</enum>
 
26
     </property>
 
27
     <property name="sizeHint" >
 
28
      <size>
 
29
       <width>20</width>
 
30
       <height>40</height>
 
31
      </size>
 
32
     </property>
 
33
    </spacer>
 
34
   </item>
 
35
   <item row="3" column="1" >
 
36
    <widget class="QPushButton" name="pushButtonDeleteOne" >
 
37
     <property name="text" >
 
38
      <string>Delete Sel. Job</string>
 
39
     </property>
 
40
    </widget>
 
41
   </item>
 
42
   <item row="2" column="1" >
 
43
    <widget class="QPushButton" name="pushButtonDeleteAll" >
 
44
     <property name="text" >
 
45
      <string>Delete All Jobs</string>
 
46
     </property>
 
47
    </widget>
 
48
   </item>
 
49
   <item row="0" column="1" >
 
50
    <widget class="QPushButton" name="pushButtonRunAll" >
 
51
     <property name="text" >
 
52
      <string>Run All Jobs</string>
 
53
     </property>
 
54
    </widget>
 
55
   </item>
 
56
   <item row="1" column="1" >
 
57
    <widget class="QPushButton" name="pushButtonRunOne" >
 
58
     <property name="text" >
 
59
      <string>Run Selected Job</string>
 
60
     </property>
 
61
    </widget>
 
62
   </item>
 
63
   <item row="5" column="0" colspan="2" >
 
64
    <widget class="QDialogButtonBox" name="buttonBox" >
 
65
     <property name="orientation" >
 
66
      <enum>Qt::Horizontal</enum>
 
67
     </property>
 
68
     <property name="standardButtons" >
 
69
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
 
70
     </property>
 
71
    </widget>
 
72
   </item>
 
73
   <item rowspan="5" row="0" column="0" >
 
74
    <widget class="QTableWidget" name="tableWidget" >
 
75
     <property name="frameShadow" >
 
76
      <enum>QFrame::Sunken</enum>
 
77
     </property>
 
78
     <property name="lineWidth" >
 
79
      <number>1</number>
 
80
     </property>
 
81
     <property name="tabKeyNavigation" >
 
82
      <bool>true</bool>
 
83
     </property>
 
84
     <property name="alternatingRowColors" >
 
85
      <bool>true</bool>
 
86
     </property>
 
87
     <property name="selectionMode" >
 
88
      <enum>QAbstractItemView::SingleSelection</enum>
 
89
     </property>
 
90
     <property name="selectionBehavior" >
 
91
      <enum>QAbstractItemView::SelectRows</enum>
 
92
     </property>
 
93
     <property name="textElideMode" >
 
94
      <enum>Qt::ElideNone</enum>
 
95
     </property>
 
96
     <property name="showGrid" >
 
97
      <bool>true</bool>
 
98
     </property>
 
99
     <property name="gridStyle" >
 
100
      <enum>Qt::DashDotDotLine</enum>
 
101
     </property>
 
102
     <property name="rowCount" >
 
103
      <number>2</number>
 
104
     </property>
 
105
     <property name="columnCount" >
 
106
      <number>3</number>
 
107
     </property>
 
108
     <row/>
 
109
     <row/>
 
110
     <column/>
 
111
     <column/>
 
112
     <column/>
 
113
    </widget>
 
114
   </item>
 
115
  </layout>
 
116
 </widget>
 
117
 <resources/>
 
118
 <connections>
 
119
  <connection>
 
120
   <sender>buttonBox</sender>
 
121
   <signal>accepted()</signal>
 
122
   <receiver>Jobs</receiver>
 
123
   <slot>accept()</slot>
 
124
   <hints>
 
125
    <hint type="sourcelabel" >
 
126
     <x>248</x>
 
127
     <y>254</y>
 
128
    </hint>
 
129
    <hint type="destinationlabel" >
 
130
     <x>157</x>
 
131
     <y>274</y>
 
132
    </hint>
 
133
   </hints>
 
134
  </connection>
 
135
  <connection>
 
136
   <sender>buttonBox</sender>
 
137
   <signal>rejected()</signal>
 
138
   <receiver>Jobs</receiver>
 
139
   <slot>reject()</slot>
 
140
   <hints>
 
141
    <hint type="sourcelabel" >
 
142
     <x>316</x>
 
143
     <y>260</y>
 
144
    </hint>
 
145
    <hint type="destinationlabel" >
 
146
     <x>286</x>
 
147
     <y>274</y>
 
148
    </hint>
 
149
   </hints>
 
150
  </connection>
 
151
 </connections>
 
152
</ui>