~ubuntu-branches/ubuntu/wily/psi/wily

« back to all changes in this revision

Viewing changes to src/pgpkey.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2010-02-19 09:37:12 UTC
  • mfrom: (6.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100219093712-e225xvm1wjcf1cgi
Tags: 0.14-2
* comment out only function which uses va_list to work around build
  problems on armel
* Set Standards-Version to 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" stdsetdef="1" >
2
 
  <author></author>
3
 
  <comment></comment>
4
 
  <exportmacro></exportmacro>
5
 
  <class>PGPKey</class>
6
 
  <widget class="QDialog" name="PGPKey" >
7
 
    <property name="geometry" >
8
 
      <rect>
9
 
        <x>0</x>
10
 
        <y>0</y>
11
 
        <width>454</width>
12
 
        <height>251</height>
13
 
      </rect>
14
 
    </property>
15
 
    <property name="windowTitle" >
16
 
      <string>Form1</string>
17
 
    </property>
18
 
    <layout class="QVBoxLayout" >
19
 
      <item>
20
 
        <widget class="QLabel" name="textLabel1" >
21
 
          <property name="text" >
22
 
            <string>Please select the key to use for security:</string>
23
 
          </property>
24
 
        </widget>
25
 
      </item>
26
 
      <item>
27
 
        <widget class="Q3ListView" name="lv_keys" >
28
 
          <property name="allColumnsShowFocus" >
29
 
            <bool>true</bool>
30
 
          </property>
31
 
          <property name="resizeMode" >
32
 
            <enum>Q3ListView::LastColumn</enum>
33
 
          </property>
34
 
          <column>
35
 
            <property name="text" >
36
 
              <string>Key ID</string>
37
 
            </property>
38
 
            <property name="clickable" >
39
 
              <bool>true</bool>
40
 
            </property>
41
 
            <property name="resizable" >
42
 
              <bool>true</bool>
43
 
            </property>
44
 
          </column>
45
 
          <column>
46
 
            <property name="text" >
47
 
              <string>User ID</string>
48
 
            </property>
49
 
            <property name="clickable" >
50
 
              <bool>true</bool>
51
 
            </property>
52
 
            <property name="resizable" >
53
 
              <bool>true</bool>
54
 
            </property>
55
 
          </column>
56
 
        </widget>
57
 
      </item>
58
 
      <item>
59
 
        <layout class="QHBoxLayout" >
60
 
          <property name="margin" >
61
 
            <number>0</number>
62
 
          </property>
63
 
          <item>
64
 
            <widget class="IconButton" name="pb_dtext" >
65
 
              <property name="text" >
66
 
                <string>&amp;Diagnostics</string>
67
 
              </property>
68
 
            </widget>
69
 
          </item>
70
 
          <item>
71
 
            <spacer name="spacer1" >
72
 
              <property name="sizeHint" >
73
 
                <size>
74
 
                  <width>312</width>
75
 
                  <height>20</height>
76
 
                </size>
77
 
              </property>
78
 
              <property name="sizeType" >
79
 
                <enum>Expanding</enum>
80
 
              </property>
81
 
              <property name="orientation" >
82
 
                <enum>Horizontal</enum>
83
 
              </property>
84
 
            </spacer>
85
 
          </item>
86
 
          <item>
87
 
            <widget class="IconButton" name="pb_cancel" >
88
 
              <property name="text" >
89
 
                <string>&amp;Cancel</string>
90
 
              </property>
91
 
            </widget>
92
 
          </item>
93
 
          <item>
94
 
            <widget class="IconButton" name="pb_ok" >
95
 
              <property name="text" >
96
 
                <string>&amp;OK</string>
97
 
              </property>
98
 
              <property name="default" >
99
 
                <bool>true</bool>
100
 
              </property>
101
 
            </widget>
102
 
          </item>
103
 
        </layout>
104
 
      </item>
105
 
    </layout>
106
 
  </widget>
107
 
  <layoutdefault spacing="6" margin="11" />
108
 
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>PGPKey</class>
 
4
 <widget class="QDialog" name="PGPKey">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>522</width>
 
10
    <height>318</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QGridLayout" name="gridLayout">
 
14
   <item row="0" column="0">
 
15
    <spacer name="horizontalSpacer">
 
16
     <property name="orientation">
 
17
      <enum>Qt::Horizontal</enum>
 
18
     </property>
 
19
     <property name="sizeHint" stdset="0">
 
20
      <size>
 
21
       <width>219</width>
 
22
       <height>20</height>
 
23
      </size>
 
24
     </property>
 
25
    </spacer>
 
26
   </item>
 
27
   <item row="0" column="1">
 
28
    <widget class="QLabel" name="label">
 
29
     <property name="text">
 
30
      <string>Filter:</string>
 
31
     </property>
 
32
    </widget>
 
33
   </item>
 
34
   <item row="0" column="2">
 
35
    <widget class="QLineEdit" name="le_filter"/>
 
36
   </item>
 
37
   <item row="1" column="0" colspan="3">
 
38
    <widget class="QTreeView" name="lv_keys">
 
39
     <property name="editTriggers">
 
40
      <set>QAbstractItemView::NoEditTriggers</set>
 
41
     </property>
 
42
     <property name="indentation">
 
43
      <number>0</number>
 
44
     </property>
 
45
     <property name="rootIsDecorated">
 
46
      <bool>false</bool>
 
47
     </property>
 
48
     <property name="uniformRowHeights">
 
49
      <bool>true</bool>
 
50
     </property>
 
51
     <property name="itemsExpandable">
 
52
      <bool>false</bool>
 
53
     </property>
 
54
     <property name="sortingEnabled">
 
55
      <bool>true</bool>
 
56
     </property>
 
57
     <property name="allColumnsShowFocus">
 
58
      <bool>true</bool>
 
59
     </property>
 
60
     <attribute name="headerCascadingSectionResizes">
 
61
      <bool>true</bool>
 
62
     </attribute>
 
63
    </widget>
 
64
   </item>
 
65
   <item row="2" column="0" colspan="3">
 
66
    <widget class="QDialogButtonBox" name="buttonBox">
 
67
     <property name="standardButtons">
 
68
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
69
     </property>
 
70
    </widget>
 
71
   </item>
 
72
  </layout>
 
73
 </widget>
 
74
 <layoutdefault spacing="6" margin="11"/>
 
75
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
76
 <resources/>
 
77
 <connections/>
109
78
</ui>