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

« back to all changes in this revision

Viewing changes to src/ui/devicesearchdialog.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>DeviceSearchDialog</class>
 
4
 <widget class="QWidget" name="DeviceSearchDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string notr="true"/>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <property name="spacing">
 
18
    <number>0</number>
 
19
   </property>
 
20
   <item>
 
21
    <widget class="QTreeWidget" name="treeWidget">
 
22
     <property name="editTriggers">
 
23
      <set>QAbstractItemView::NoEditTriggers</set>
 
24
     </property>
 
25
     <property name="alternatingRowColors">
 
26
      <bool>true</bool>
 
27
     </property>
 
28
     <property name="rootIsDecorated">
 
29
      <bool>false</bool>
 
30
     </property>
 
31
     <attribute name="headerCascadingSectionResizes">
 
32
      <bool>false</bool>
 
33
     </attribute>
 
34
     <attribute name="headerCascadingSectionResizes">
 
35
      <bool>false</bool>
 
36
     </attribute>
 
37
     <column>
 
38
      <property name="text">
 
39
       <string>Device</string>
 
40
      </property>
 
41
     </column>
 
42
     <column>
 
43
      <property name="text">
 
44
       <string>File</string>
 
45
      </property>
 
46
     </column>
 
47
     <column>
 
48
      <property name="text">
 
49
       <string>Id</string>
 
50
      </property>
 
51
     </column>
 
52
    </widget>
 
53
   </item>
 
54
  </layout>
 
55
 </widget>
 
56
 <resources/>
 
57
 <connections/>
 
58
</ui>