~noskcaj/ubuntu/vivid/lyricue/3.7.1

« back to all changes in this revision

Viewing changes to data/dialogAdmin.ui

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2013-01-08 21:09:21 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130108210921-xcq0dn4f0d73z1w1
Tags: 3.4.10-0ubuntu1
* New upstream release.
* debian/copyright: Update Format URI.
* debian/control: Bump Standards-Version to 3.9.4.
* debian/patches/desktop.patch: Refresh.

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.20"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkDialog" id="dialogAdmin">
 
6
    <property name="visible">True</property>
 
7
    <property name="can_focus">False</property>
 
8
    <property name="title" translatable="yes">Lyricue Administration</property>
 
9
    <property name="modal">True</property>
 
10
    <property name="destroy_with_parent">True</property>
 
11
    <property name="icon">lyricue-icon.png</property>
 
12
    <property name="type_hint">dialog</property>
 
13
    <child internal-child="vbox">
 
14
      <object class="GtkVBox" id="dialog-vbox2">
 
15
        <property name="visible">True</property>
 
16
        <property name="can_focus">False</property>
 
17
        <child internal-child="action_area">
 
18
          <object class="GtkHButtonBox" id="dialog-action_area2">
 
19
            <property name="visible">True</property>
 
20
            <property name="can_focus">False</property>
 
21
            <property name="layout_style">end</property>
 
22
            <child>
 
23
              <object class="GtkButton" id="cancelbutton2">
 
24
                <property name="label">gtk-cancel</property>
 
25
                <property name="visible">True</property>
 
26
                <property name="can_focus">True</property>
 
27
                <property name="can_default">True</property>
 
28
                <property name="receives_default">False</property>
 
29
                <property name="use_action_appearance">False</property>
 
30
                <property name="use_stock">True</property>
 
31
              </object>
 
32
              <packing>
 
33
                <property name="expand">False</property>
 
34
                <property name="fill">False</property>
 
35
                <property name="position">0</property>
 
36
              </packing>
 
37
            </child>
 
38
            <child>
 
39
              <object class="GtkButton" id="okbutton3">
 
40
                <property name="label">gtk-ok</property>
 
41
                <property name="visible">True</property>
 
42
                <property name="can_focus">True</property>
 
43
                <property name="can_default">True</property>
 
44
                <property name="receives_default">False</property>
 
45
                <property name="use_action_appearance">False</property>
 
46
                <property name="use_stock">True</property>
 
47
              </object>
 
48
              <packing>
 
49
                <property name="expand">False</property>
 
50
                <property name="fill">False</property>
 
51
                <property name="position">1</property>
 
52
              </packing>
 
53
            </child>
 
54
          </object>
 
55
          <packing>
 
56
            <property name="expand">False</property>
 
57
            <property name="fill">True</property>
 
58
            <property name="pack_type">end</property>
 
59
            <property name="position">0</property>
 
60
          </packing>
 
61
        </child>
 
62
        <child>
 
63
          <object class="GtkTable" id="tableAccess">
 
64
            <property name="visible">True</property>
 
65
            <property name="can_focus">False</property>
 
66
            <property name="n_rows">2</property>
 
67
            <property name="n_columns">6</property>
 
68
            <property name="column_spacing">20</property>
 
69
            <child>
 
70
              <object class="GtkLabel" id="label61">
 
71
                <property name="visible">True</property>
 
72
                <property name="can_focus">False</property>
 
73
                <property name="xalign">0</property>
 
74
                <property name="label" translatable="yes">Username</property>
 
75
              </object>
 
76
              <packing>
 
77
                <property name="top_attach">1</property>
 
78
                <property name="bottom_attach">2</property>
 
79
                <property name="x_options">GTK_FILL</property>
 
80
                <property name="y_options"></property>
 
81
              </packing>
 
82
            </child>
 
83
            <child>
 
84
              <object class="GtkLabel" id="label62">
 
85
                <property name="visible">True</property>
 
86
                <property name="can_focus">False</property>
 
87
                <property name="xalign">0</property>
 
88
                <property name="label" translatable="yes">Playlist</property>
 
89
              </object>
 
90
              <packing>
 
91
                <property name="left_attach">1</property>
 
92
                <property name="right_attach">2</property>
 
93
                <property name="top_attach">1</property>
 
94
                <property name="bottom_attach">2</property>
 
95
                <property name="x_options">GTK_FILL</property>
 
96
                <property name="y_options"></property>
 
97
              </packing>
 
98
            </child>
 
99
            <child>
 
100
              <object class="GtkLabel" id="label63">
 
101
                <property name="visible">True</property>
 
102
                <property name="can_focus">False</property>
 
103
                <property name="xalign">0</property>
 
104
                <property name="label" translatable="yes">Edit</property>
 
105
              </object>
 
106
              <packing>
 
107
                <property name="left_attach">2</property>
 
108
                <property name="right_attach">3</property>
 
109
                <property name="top_attach">1</property>
 
110
                <property name="bottom_attach">2</property>
 
111
                <property name="x_options">GTK_FILL</property>
 
112
                <property name="y_options"></property>
 
113
              </packing>
 
114
            </child>
 
115
            <child>
 
116
              <object class="GtkLabel" id="label64">
 
117
                <property name="visible">True</property>
 
118
                <property name="can_focus">False</property>
 
119
                <property name="xalign">0</property>
 
120
                <property name="label" translatable="yes">Delete</property>
 
121
              </object>
 
122
              <packing>
 
123
                <property name="left_attach">3</property>
 
124
                <property name="right_attach">4</property>
 
125
                <property name="top_attach">1</property>
 
126
                <property name="bottom_attach">2</property>
 
127
                <property name="x_options">GTK_FILL</property>
 
128
                <property name="y_options"></property>
 
129
              </packing>
 
130
            </child>
 
131
            <child>
 
132
              <object class="GtkLabel" id="label65">
 
133
                <property name="visible">True</property>
 
134
                <property name="can_focus">False</property>
 
135
                <property name="xalign">0</property>
 
136
                <property name="label" translatable="yes">Display</property>
 
137
              </object>
 
138
              <packing>
 
139
                <property name="left_attach">4</property>
 
140
                <property name="right_attach">5</property>
 
141
                <property name="top_attach">1</property>
 
142
                <property name="bottom_attach">2</property>
 
143
                <property name="x_options">GTK_FILL</property>
 
144
                <property name="y_options"></property>
 
145
              </packing>
 
146
            </child>
 
147
            <child>
 
148
              <object class="GtkLabel" id="label66">
 
149
                <property name="visible">True</property>
 
150
                <property name="can_focus">False</property>
 
151
                <property name="xalign">0</property>
 
152
                <property name="label" translatable="yes">Admin</property>
 
153
              </object>
 
154
              <packing>
 
155
                <property name="left_attach">5</property>
 
156
                <property name="right_attach">6</property>
 
157
                <property name="top_attach">1</property>
 
158
                <property name="bottom_attach">2</property>
 
159
                <property name="x_options">GTK_FILL</property>
 
160
                <property name="y_options"></property>
 
161
              </packing>
 
162
            </child>
 
163
            <child>
 
164
              <object class="GtkButton" id="buttonAdminAddUser">
 
165
                <property name="label" translatable="yes">Add user</property>
 
166
                <property name="visible">True</property>
 
167
                <property name="can_focus">True</property>
 
168
                <property name="receives_default">False</property>
 
169
                <property name="use_action_appearance">False</property>
 
170
                <property name="use_underline">True</property>
 
171
                <signal name="clicked" handler="add_user" after="yes" swapped="no"/>
 
172
              </object>
 
173
              <packing>
 
174
                <property name="right_attach">6</property>
 
175
                <property name="x_options">GTK_FILL</property>
 
176
                <property name="y_options"></property>
 
177
              </packing>
 
178
            </child>
 
179
          </object>
 
180
          <packing>
 
181
            <property name="expand">True</property>
 
182
            <property name="fill">True</property>
 
183
            <property name="position">2</property>
 
184
          </packing>
 
185
        </child>
 
186
      </object>
 
187
    </child>
 
188
    <action-widgets>
 
189
      <action-widget response="-6">cancelbutton2</action-widget>
 
190
      <action-widget response="-5">okbutton3</action-widget>
 
191
    </action-widgets>
 
192
  </object>
 
193
</interface>