~ubuntu-branches/ubuntu/trusty/arc-gui-clients/trusty

1.1.1 by Mattias Ellert
Import upstream version 0.4.3
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>FilePropertyInspector</class>
4
 <widget class="QDialog" name="FilePropertyInspector">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>320</width>
10
    <height>483</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>File properties</string>
15
  </property>
16
  <layout class="QVBoxLayout" name="verticalLayout">
17
   <item>
18
    <widget class="QTableWidget" name="filePropertyTable">
19
     <property name="editTriggers">
20
      <set>QAbstractItemView::NoEditTriggers</set>
21
     </property>
22
     <property name="selectionMode">
23
      <enum>QAbstractItemView::NoSelection</enum>
24
     </property>
25
     <property name="rowCount">
26
      <number>0</number>
27
     </property>
28
     <attribute name="horizontalHeaderVisible">
29
      <bool>false</bool>
30
     </attribute>
31
     <attribute name="horizontalHeaderStretchLastSection">
32
      <bool>true</bool>
33
     </attribute>
34
     <attribute name="verticalHeaderVisible">
35
      <bool>false</bool>
36
     </attribute>
37
     <attribute name="verticalHeaderStretchLastSection">
38
      <bool>false</bool>
39
     </attribute>
40
     <column>
41
      <property name="text">
42
       <string>Property</string>
43
      </property>
44
     </column>
45
     <column>
46
      <property name="text">
47
       <string>Value</string>
48
      </property>
49
     </column>
50
    </widget>
51
   </item>
52
   <item>
53
    <layout class="QHBoxLayout" name="horizontalLayout">
54
     <item>
55
      <spacer name="horizontalSpacer">
56
       <property name="orientation">
57
        <enum>Qt::Horizontal</enum>
58
       </property>
59
       <property name="sizeHint" stdset="0">
60
        <size>
61
         <width>40</width>
62
         <height>20</height>
63
        </size>
64
       </property>
65
      </spacer>
66
     </item>
67
     <item>
68
      <widget class="QPushButton" name="closeButton">
69
       <property name="text">
70
        <string>Close</string>
71
       </property>
72
      </widget>
73
     </item>
74
     <item>
75
      <spacer name="horizontalSpacer_2">
76
       <property name="orientation">
77
        <enum>Qt::Horizontal</enum>
78
       </property>
79
       <property name="sizeHint" stdset="0">
80
        <size>
81
         <width>40</width>
82
         <height>20</height>
83
        </size>
84
       </property>
85
      </spacer>
86
     </item>
87
    </layout>
88
   </item>
89
  </layout>
90
 </widget>
91
 <resources/>
92
 <connections/>
93
</ui>