~leo.robol/lum/trunk

« back to all changes in this revision

Viewing changes to src/lum/interface/ui/LumChangeUserPasswordDialog.ui

  • Committer: Leonardo Robol
  • Date: 2010-09-19 15:31:17 UTC
  • Revision ID: git-v1:281ceece5234622daba78fabf0efaf6cc893693c
Moved source to better suit setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkDialog" id="dialog">
 
6
    <property name="border_width">5</property>
 
7
    <property name="title" translatable="yes">Change password</property>
 
8
    <property name="type_hint">normal</property>
 
9
    <property name="has_separator">False</property>
 
10
    <child internal-child="vbox">
 
11
      <object class="GtkVBox" id="dialog-vbox1">
 
12
        <property name="visible">True</property>
 
13
        <property name="spacing">2</property>
 
14
        <child>
 
15
          <object class="GtkTable" id="table1">
 
16
            <property name="visible">True</property>
 
17
            <property name="n_rows">4</property>
 
18
            <property name="n_columns">2</property>
 
19
            <child>
 
20
              <object class="GtkLabel" id="label1">
 
21
                <property name="visible">True</property>
 
22
                <property name="xalign">0</property>
 
23
                <property name="xpad">5</property>
 
24
                <property name="label" translatable="yes">Encryption strategy</property>
 
25
              </object>
 
26
              <packing>
 
27
                <property name="top_attach">1</property>
 
28
                <property name="bottom_attach">2</property>
 
29
              </packing>
 
30
            </child>
 
31
            <child>
 
32
              <object class="GtkComboBox" id="crypt_strategy_combobox">
 
33
                <property name="visible">True</property>
 
34
                <property name="model">password_strategy_store</property>
 
35
                <property name="active">0</property>
 
36
                <child>
 
37
                  <object class="GtkCellRendererText" id="cellrenderertext1"/>
 
38
                  <attributes>
 
39
                    <attribute name="text">0</attribute>
 
40
                  </attributes>
 
41
                </child>
 
42
              </object>
 
43
              <packing>
 
44
                <property name="left_attach">1</property>
 
45
                <property name="right_attach">2</property>
 
46
                <property name="top_attach">1</property>
 
47
                <property name="bottom_attach">2</property>
 
48
              </packing>
 
49
            </child>
 
50
            <child>
 
51
              <object class="GtkLabel" id="label2">
 
52
                <property name="visible">True</property>
 
53
                <property name="xalign">0</property>
 
54
                <property name="xpad">5</property>
 
55
                <property name="label" translatable="yes">Password</property>
 
56
              </object>
 
57
              <packing>
 
58
                <property name="top_attach">2</property>
 
59
                <property name="bottom_attach">3</property>
 
60
              </packing>
 
61
            </child>
 
62
            <child>
 
63
              <object class="GtkLabel" id="label3">
 
64
                <property name="visible">True</property>
 
65
                <property name="xalign">0</property>
 
66
                <property name="xpad">5</property>
 
67
                <property name="label" translatable="yes">Repeat Password</property>
 
68
              </object>
 
69
              <packing>
 
70
                <property name="top_attach">3</property>
 
71
                <property name="bottom_attach">4</property>
 
72
              </packing>
 
73
            </child>
 
74
            <child>
 
75
              <object class="GtkEntry" id="password_entry_1">
 
76
                <property name="visible">True</property>
 
77
                <property name="can_focus">True</property>
 
78
                <property name="visibility">False</property>
 
79
                <property name="invisible_char">●</property>
 
80
              </object>
 
81
              <packing>
 
82
                <property name="left_attach">1</property>
 
83
                <property name="right_attach">2</property>
 
84
                <property name="top_attach">2</property>
 
85
                <property name="bottom_attach">3</property>
 
86
              </packing>
 
87
            </child>
 
88
            <child>
 
89
              <object class="GtkEntry" id="password_entry_2">
 
90
                <property name="visible">True</property>
 
91
                <property name="can_focus">True</property>
 
92
                <property name="visibility">False</property>
 
93
                <property name="invisible_char">●</property>
 
94
              </object>
 
95
              <packing>
 
96
                <property name="left_attach">1</property>
 
97
                <property name="right_attach">2</property>
 
98
                <property name="top_attach">3</property>
 
99
                <property name="bottom_attach">4</property>
 
100
              </packing>
 
101
            </child>
 
102
            <child>
 
103
              <object class="GtkImage" id="image1">
 
104
                <property name="visible">True</property>
 
105
                <property name="stock">gtk-dialog-authentication</property>
 
106
                <property name="icon-size">5</property>
 
107
              </object>
 
108
            </child>
 
109
            <child>
 
110
              <object class="GtkLabel" id="label4">
 
111
                <property name="visible">True</property>
 
112
                <property name="label" translatable="yes">Change or set user password</property>
 
113
              </object>
 
114
              <packing>
 
115
                <property name="left_attach">1</property>
 
116
                <property name="right_attach">2</property>
 
117
              </packing>
 
118
            </child>
 
119
          </object>
 
120
          <packing>
 
121
            <property name="position">1</property>
 
122
          </packing>
 
123
        </child>
 
124
        <child internal-child="action_area">
 
125
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
126
            <property name="visible">True</property>
 
127
            <property name="layout_style">end</property>
 
128
            <child>
 
129
              <object class="GtkButton" id="button2">
 
130
                <property name="label">gtk-cancel</property>
 
131
                <property name="visible">True</property>
 
132
                <property name="can_focus">True</property>
 
133
                <property name="receives_default">True</property>
 
134
                <property name="use_stock">True</property>
 
135
              </object>
 
136
              <packing>
 
137
                <property name="expand">False</property>
 
138
                <property name="fill">False</property>
 
139
                <property name="position">0</property>
 
140
              </packing>
 
141
            </child>
 
142
            <child>
 
143
              <object class="GtkButton" id="button1">
 
144
                <property name="label">gtk-ok</property>
 
145
                <property name="visible">True</property>
 
146
                <property name="can_focus">True</property>
 
147
                <property name="receives_default">True</property>
 
148
                <property name="use_stock">True</property>
 
149
              </object>
 
150
              <packing>
 
151
                <property name="expand">False</property>
 
152
                <property name="fill">False</property>
 
153
                <property name="position">1</property>
 
154
              </packing>
 
155
            </child>
 
156
          </object>
 
157
          <packing>
 
158
            <property name="expand">False</property>
 
159
            <property name="pack_type">end</property>
 
160
            <property name="position">0</property>
 
161
          </packing>
 
162
        </child>
 
163
      </object>
 
164
    </child>
 
165
    <action-widgets>
 
166
      <action-widget response="0">button2</action-widget>
 
167
      <action-widget response="1">button1</action-widget>
 
168
    </action-widgets>
 
169
  </object>
 
170
  <object class="GtkListStore" id="password_strategy_store">
 
171
    <columns>
 
172
      <!-- column-name strategy -->
 
173
      <column type="gchararray"/>
 
174
    </columns>
 
175
    <data>
 
176
      <row>
 
177
        <col id="0" translatable="yes">CRYPT</col>
 
178
      </row>
 
179
    </data>
 
180
  </object>
 
181
</interface>