~ubuntu-branches/ubuntu/wily/plasma-nm/wily-proposed

« back to all changes in this revision

Viewing changes to libs/editor/settings/ui/infiniband.ui

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, Jonathan Riddell, Harald Sitter, Scarlett Clark
  • Date: 2014-10-01 16:14:15 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20141001161415-b3q27oqg8xqumbq7
Tags: 4:5.1.0.1-0ubuntu1
[ Jonathan Riddell ]
* New upstream release

[ Harald Sitter ]
* Drop ugly workaround to make a desktop file exectuable
  + This either should be done upstream or be lintian overridden (former
    seems more suitable). Upstream has been poked on IRC.
* Add lintian overrides
  + missing manpages: we don't care
  + package name doesn't match soname: we don't care for internal libraries
  + shlib-without-versioned-soname: we don't care for internal libraries
* Fix copyright short license for LGPL-KDEeV

[ Scarlett Clark ]
* Fix copyright short licence for LGPL-2.1-KDEeV 

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
   </rect>
13
13
  </property>
14
14
  <layout class="QFormLayout" name="formLayout">
 
15
    <property name="verticalSpacing">
 
16
    <number>0</number>
 
17
    </property>
15
18
   <item row="0" column="0">
16
19
    <widget class="QLabel" name="label">
17
20
     <property name="text">
63
66
    </widget>
64
67
   </item>
65
68
   <item row="2" column="1">
66
 
    <widget class="KIntSpinBox" name="mtu">
 
69
    <widget class="QSpinBox" name="mtu">
67
70
     <property name="sizePolicy">
68
71
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
69
72
       <horstretch>0</horstretch>
93
96
   <header>kcombobox.h</header>
94
97
  </customwidget>
95
98
  <customwidget>
96
 
   <class>KIntSpinBox</class>
97
 
   <extends>QSpinBox</extends>
98
 
   <header>knuminput.h</header>
99
 
  </customwidget>
100
 
  <customwidget>
101
99
   <class>HwAddrComboBox</class>
102
100
   <extends>QComboBox</extends>
103
101
   <header>hwaddrcombobox.h</header>