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

« back to all changes in this revision

Viewing changes to lib/editor/ui/bt.ui

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-08-16 19:07:09 UTC
  • Revision ID: package-import@ubuntu.com-20130816190709-ef9ydm9skigmg15l
Tags: upstream-0.0~git20130816
Import upstream version 0.0~git20130816

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
 <author>Lukáš Tinkl &lt;ltinkl@redhat.com&gt;</author>
 
4
 <class>BtWidget</class>
 
5
 <widget class="QWidget" name="BtWidget">
 
6
  <property name="geometry">
 
7
   <rect>
 
8
    <x>0</x>
 
9
    <y>0</y>
 
10
    <width>400</width>
 
11
    <height>300</height>
 
12
   </rect>
 
13
  </property>
 
14
  <layout class="QFormLayout" name="formLayout">
 
15
   <item row="0" column="0">
 
16
    <widget class="QLabel" name="label">
 
17
     <property name="text">
 
18
      <string>Address of the device:</string>
 
19
     </property>
 
20
     <property name="buddy">
 
21
      <cstring>bdaddr</cstring>
 
22
     </property>
 
23
    </widget>
 
24
   </item>
 
25
   <item row="0" column="1">
 
26
    <widget class="HwAddrComboBox" name="bdaddr">
 
27
     <property name="sizePolicy">
 
28
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
29
       <horstretch>0</horstretch>
 
30
       <verstretch>0</verstretch>
 
31
      </sizepolicy>
 
32
     </property>
 
33
    </widget>
 
34
   </item>
 
35
   <item row="1" column="0">
 
36
    <widget class="QLabel" name="label_2">
 
37
     <property name="text">
 
38
      <string>Connection type:</string>
 
39
     </property>
 
40
     <property name="buddy">
 
41
      <cstring>type</cstring>
 
42
     </property>
 
43
    </widget>
 
44
   </item>
 
45
   <item row="1" column="1">
 
46
    <widget class="KComboBox" name="type">
 
47
     <property name="sizePolicy">
 
48
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
49
       <horstretch>0</horstretch>
 
50
       <verstretch>0</verstretch>
 
51
      </sizepolicy>
 
52
     </property>
 
53
    </widget>
 
54
   </item>
 
55
  </layout>
 
56
 </widget>
 
57
 <customwidgets>
 
58
  <customwidget>
 
59
   <class>KComboBox</class>
 
60
   <extends>QComboBox</extends>
 
61
   <header>kcombobox.h</header>
 
62
  </customwidget>
 
63
  <customwidget>
 
64
   <class>HwAddrComboBox</class>
 
65
   <extends>QComboBox</extends>
 
66
   <header>hwaddrcombobox.h</header>
 
67
  </customwidget>
 
68
 </customwidgets>
 
69
 <resources/>
 
70
 <connections/>
 
71
</ui>