~lottanzb/lottanzb/xdg-location

« back to all changes in this revision

Viewing changes to plugins/newzbin/glade/plugin_newzbin_prefs.glade

  • Committer: Severin Heiniger
  • Date: 2009-02-03 22:04:47 UTC
  • mfrom: (572.1.49 plugins)
  • Revision ID: severinheiniger@gmail.com-20090203220447-ennr7ecy5okyf4nd
Support for plugins added.

The Newzbin and categorization features have been turned into plugins. More plugins to follow.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 
2
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
 
3
<!--*- mode: xml -*-->
 
4
<glade-interface>
 
5
  <widget class="GtkWindow" id="plugin_newzbin_prefs">
 
6
    <property name="visible">True</property>
 
7
    <child>
 
8
      <widget class="GtkVBox" id="vbox1">
 
9
        <property name="visible">True</property>
 
10
        <property name="border_width">12</property>
 
11
        <property name="spacing">6</property>
 
12
        <child>
 
13
          <widget class="GtkLabel" id="label1">
 
14
            <property name="visible">True</property>
 
15
            <property name="xalign">0</property>
 
16
            <property name="label" translatable="yes" context="yes">&lt;b&gt;Authentication&lt;/b&gt;</property>
 
17
            <property name="use_markup">True</property>
 
18
          </widget>
 
19
          <packing>
 
20
            <property name="expand">False</property>
 
21
          </packing>
 
22
        </child>
 
23
        <child>
 
24
          <widget class="GtkAlignment" id="alignment4">
 
25
            <property name="visible">True</property>
 
26
            <property name="left_padding">12</property>
 
27
            <child>
 
28
              <widget class="GtkTable" id="table2">
 
29
                <property name="visible">True</property>
 
30
                <property name="n_rows">2</property>
 
31
                <property name="n_columns">2</property>
 
32
                <property name="column_spacing">6</property>
 
33
                <property name="row_spacing">6</property>
 
34
                <child>
 
35
                  <widget class="GtkLabel" id="newzbin_username_label">
 
36
                    <property name="visible">True</property>
 
37
                    <property name="xalign">0</property>
 
38
                    <property name="label" translatable="yes" context="yes">Username:</property>
 
39
                  </widget>
 
40
                  <packing>
 
41
                    <property name="x_options">GTK_FILL</property>
 
42
                    <property name="y_options">GTK_FILL</property>
 
43
                  </packing>
 
44
                </child>
 
45
                <child>
 
46
                  <widget class="GtkEntry" id="newzbin_username">
 
47
                    <property name="visible">True</property>
 
48
                  </widget>
 
49
                  <packing>
 
50
                    <property name="left_attach">1</property>
 
51
                    <property name="right_attach">2</property>
 
52
                  </packing>
 
53
                </child>
 
54
                <child>
 
55
                  <widget class="GtkLabel" id="newzbin_password_label">
 
56
                    <property name="visible">True</property>
 
57
                    <property name="xalign">0</property>
 
58
                    <property name="label" translatable="yes" context="yes">Password:</property>
 
59
                  </widget>
 
60
                  <packing>
 
61
                    <property name="top_attach">1</property>
 
62
                    <property name="bottom_attach">2</property>
 
63
                    <property name="x_options">GTK_FILL</property>
 
64
                    <property name="y_options">GTK_FILL</property>
 
65
                  </packing>
 
66
                </child>
 
67
                <child>
 
68
                  <widget class="GtkEntry" id="newzbin_password">
 
69
                    <property name="visible">True</property>
 
70
                    <property name="visibility">False</property>
 
71
                  </widget>
 
72
                  <packing>
 
73
                    <property name="left_attach">1</property>
 
74
                    <property name="right_attach">2</property>
 
75
                    <property name="top_attach">1</property>
 
76
                    <property name="bottom_attach">2</property>
 
77
                  </packing>
 
78
                </child>
 
79
              </widget>
 
80
            </child>
 
81
          </widget>
 
82
          <packing>
 
83
            <property name="expand">False</property>
 
84
            <property name="position">1</property>
 
85
          </packing>
 
86
        </child>
 
87
      </widget>
 
88
    </child>
 
89
  </widget>
 
90
</glade-interface>