~ubuntu-branches/ubuntu/trusty/digikam/trusty

« back to all changes in this revision

Viewing changes to extra/kipi-plugins/dlnaexport/extra/avtest/mainwindow.ui

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2012-11-26 18:24:20 UTC
  • mfrom: (1.9.1) (3.1.23 experimental)
  • Revision ID: package-import@ubuntu.com-20121126182420-qoy6z0nx4ai0wzcl
Tags: 4:3.0.0~beta3-0ubuntu1
* New upstream release
  - Add build-deps :  libhupnp-dev, libqtgstreamer-dev, libmagickcore-dev
* Merge from debian, remaining changes:
  - Make sure libqt4-opengl-dev, libgl1-mesa-dev and libglu1-mesa-dev only
    install on i386,amd64 and powerpc
  - Depend on libtiff-dev instead of libtiff4-dev
  - Drop digikam breaks/replaces kipi-plugins-common since we're past the
    LTS release now
  - digikam to recommend mplayerthumbs | ffmpegthumbs. We currently only
    have latter in the archives, even though former is also supposed to
    be part of kdemultimedia. (LP: #890059)
  - kipi-plugins to recommend www-browser rather than konqueror directly
    since 2.8 no direct usage of konqueror is present in the flickr
    plugin anymore (LP: #1011211)
  - Keep kubuntu_mysqld_executable_name.diff
  - Don't install libkipi translations
  - Keep deps on libcv-dev, libcvaux-dev
  - Keep split packaging of libraries
  - Replace icons from KDE 3 time in debian/xpm.d/*.xpm with the new
    versions (LP: #658047)
* Update debian/not-installed

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>MainWindow</class>
 
4
 <widget class="QMainWindow" name="MainWindow">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>250</width>
 
10
    <height>134</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="minimumSize">
 
20
   <size>
 
21
    <width>250</width>
 
22
    <height>100</height>
 
23
   </size>
 
24
  </property>
 
25
  <property name="maximumSize">
 
26
   <size>
 
27
    <width>250</width>
 
28
    <height>175</height>
 
29
   </size>
 
30
  </property>
 
31
  <property name="windowTitle">
 
32
   <string>HUPnPAv Launcher</string>
 
33
  </property>
 
34
  <widget class="QWidget" name="centralwidget">
 
35
   <layout class="QVBoxLayout" name="verticalLayout">
 
36
    <item>
 
37
     <widget class="QPushButton" name="startControlPoint">
 
38
      <property name="toolTip">
 
39
       <string>Starts an HControlPoint for monitoring UPnP devices on the network</string>
 
40
      </property>
 
41
      <property name="text">
 
42
       <string>Start AV ControlPoint</string>
 
43
      </property>
 
44
     </widget>
 
45
    </item>
 
46
    <item>
 
47
     <widget class="QPushButton" name="startMediaServer">
 
48
      <property name="text">
 
49
       <string>Start Media Server</string>
 
50
      </property>
 
51
     </widget>
 
52
    </item>
 
53
    <item>
 
54
     <widget class="QPushButton" name="startMediaRenderer">
 
55
      <property name="text">
 
56
       <string>Start Media Renderer</string>
 
57
      </property>
 
58
     </widget>
 
59
    </item>
 
60
   </layout>
 
61
  </widget>
 
62
  <widget class="QMenuBar" name="menubar">
 
63
   <property name="geometry">
 
64
    <rect>
 
65
     <x>0</x>
 
66
     <y>0</y>
 
67
     <width>250</width>
 
68
     <height>21</height>
 
69
    </rect>
 
70
   </property>
 
71
  </widget>
 
72
  <widget class="QStatusBar" name="statusbar"/>
 
73
 </widget>
 
74
 <resources/>
 
75
 <connections/>
 
76
</ui>