~vadi/gtg/gtg

« back to all changes in this revision

Viewing changes to GTG/plugins/import_json/import_json.ui

  • Committer: Izidor Matušov
  • Date: 2012-03-22 13:36:26 UTC
  • Revision ID: izidor.matusov@gmail.com-20120322133626-btig72e9u29mr0q7
Removed import_json plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<interface>
3
 
  <!-- interface-requires gtk+ 2.6 -->
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <object class="GtkDialog" id="dlg_import_json">
6
 
    <property name="width_request">400</property>
7
 
    <property name="title" translatable="yes">Import from JSON</property>
8
 
    <property name="type_hint">dialog</property>
9
 
    <property name="has_separator">False</property>
10
 
    <signal name="close" handler="on_dlg_import_json_close"/>
11
 
    <child internal-child="vbox">
12
 
      <object class="GtkVBox" id="dialog-vbox1">
13
 
        <property name="visible">True</property>
14
 
        <child>
15
 
          <object class="GtkVBox" id="vbox11">
16
 
            <property name="visible">True</property>
17
 
            <child>
18
 
              <object class="GtkLabel" id="lbl_import_json">
19
 
                <property name="visible">True</property>
20
 
                <property name="xalign">0</property>
21
 
                <property name="yalign">1</property>
22
 
                <property name="label" translatable="yes">Location to import. (Local paths start with file:///):</property>
23
 
                <property name="wrap">True</property>
24
 
              </object>
25
 
              <packing>
26
 
                <property name="expand">False</property>
27
 
                <property name="fill">False</property>
28
 
                <property name="position">0</property>
29
 
              </packing>
30
 
            </child>
31
 
            <child>
32
 
              <object class="GtkEntry" id="txt_import">
33
 
                <property name="visible">True</property>
34
 
                <property name="can_focus">True</property>
35
 
                <property name="invisible_char">&#x25CF;</property>
36
 
                <property name="width_chars">40</property>
37
 
              </object>
38
 
              <packing>
39
 
                <property name="position">1</property>
40
 
              </packing>
41
 
            </child>
42
 
            <child>
43
 
              <placeholder/>
44
 
            </child>
45
 
          </object>
46
 
          <packing>
47
 
            <property name="position">2</property>
48
 
          </packing>
49
 
        </child>
50
 
        <child internal-child="action_area">
51
 
          <object class="GtkHButtonBox" id="dialog-action_area1">
52
 
            <property name="visible">True</property>
53
 
            <property name="layout_style">end</property>
54
 
            <child>
55
 
              <object class="GtkButton" id="btn_close">
56
 
                <property name="label">gtk-close</property>
57
 
                <property name="visible">True</property>
58
 
                <property name="can_focus">True</property>
59
 
                <property name="can_default">True</property>
60
 
                <property name="receives_default">False</property>
61
 
                <property name="use_stock">True</property>
62
 
                <signal name="clicked" handler="on_btn_close_clicked"/>
63
 
              </object>
64
 
              <packing>
65
 
                <property name="expand">False</property>
66
 
                <property name="fill">False</property>
67
 
                <property name="position">0</property>
68
 
              </packing>
69
 
            </child>
70
 
            <child>
71
 
              <object class="GtkButton" id="btn_import">
72
 
                <property name="label" translatable="yes">_Import</property>
73
 
                <property name="visible">True</property>
74
 
                <property name="can_focus">True</property>
75
 
                <property name="receives_default">True</property>
76
 
                <property name="use_underline">True</property>
77
 
                <signal name="clicked" handler="on_btn_import_clicked"/>
78
 
              </object>
79
 
              <packing>
80
 
                <property name="expand">False</property>
81
 
                <property name="fill">False</property>
82
 
                <property name="position">1</property>
83
 
              </packing>
84
 
            </child>
85
 
          </object>
86
 
          <packing>
87
 
            <property name="expand">False</property>
88
 
            <property name="pack_type">end</property>
89
 
            <property name="position">0</property>
90
 
          </packing>
91
 
        </child>
92
 
      </object>
93
 
    </child>
94
 
    <action-widgets>
95
 
      <action-widget response="-7">btn_close</action-widget>
96
 
      <action-widget response="0">btn_import</action-widget>
97
 
    </action-widgets>
98
 
  </object>
99
 
  <object class="GtkDialog" id="dlg_select_username">
100
 
    <property name="border_width">5</property>
101
 
    <property name="type_hint">normal</property>
102
 
    <property name="has_separator">False</property>
103
 
    <child internal-child="vbox">
104
 
      <object class="GtkVBox" id="dialog-vbox2">
105
 
        <property name="visible">True</property>
106
 
        <property name="orientation">vertical</property>
107
 
        <property name="spacing">2</property>
108
 
        <child>
109
 
          <object class="GtkVBox" id="vbox1">
110
 
            <property name="visible">True</property>
111
 
            <property name="orientation">vertical</property>
112
 
            <child>
113
 
              <object class="GtkLabel" id="lbl_select_username">
114
 
                <property name="visible">True</property>
115
 
                <property name="xalign">0</property>
116
 
                <property name="yalign">1</property>
117
 
                <property name="label" translatable="yes">Select username to import tasks from:</property>
118
 
              </object>
119
 
              <packing>
120
 
                <property name="position">0</property>
121
 
              </packing>
122
 
            </child>
123
 
            <child>
124
 
              <object class="GtkComboBoxEntry" id="select_username">
125
 
                <property name="visible">True</property>
126
 
                <property name="can_focus">True</property>
127
 
                <property name="has_focus">True</property>
128
 
                <property name="text_column">0</property>
129
 
              </object>
130
 
              <packing>
131
 
                <property name="position">1</property>
132
 
              </packing>
133
 
            </child>
134
 
          </object>
135
 
          <packing>
136
 
            <property name="position">1</property>
137
 
          </packing>
138
 
        </child>
139
 
        <child internal-child="action_area">
140
 
          <object class="GtkHButtonBox" id="dialog-action_area2">
141
 
            <property name="visible">True</property>
142
 
            <property name="layout_style">end</property>
143
 
            <child>
144
 
              <object class="GtkButton" id="btn_cancel">
145
 
                <property name="label">gtk-cancel</property>
146
 
                <property name="visible">True</property>
147
 
                <property name="can_focus">True</property>
148
 
                <property name="receives_default">True</property>
149
 
                <property name="use_stock">True</property>
150
 
              </object>
151
 
              <packing>
152
 
                <property name="expand">False</property>
153
 
                <property name="fill">False</property>
154
 
                <property name="position">0</property>
155
 
              </packing>
156
 
            </child>
157
 
            <child>
158
 
              <object class="GtkButton" id="btn_okay">
159
 
                <property name="label">gtk-ok</property>
160
 
                <property name="visible">True</property>
161
 
                <property name="can_focus">True</property>
162
 
                <property name="receives_default">True</property>
163
 
                <property name="use_stock">True</property>
164
 
              </object>
165
 
              <packing>
166
 
                <property name="expand">False</property>
167
 
                <property name="fill">False</property>
168
 
                <property name="position">1</property>
169
 
              </packing>
170
 
            </child>
171
 
          </object>
172
 
          <packing>
173
 
            <property name="expand">False</property>
174
 
            <property name="pack_type">end</property>
175
 
            <property name="position">0</property>
176
 
          </packing>
177
 
        </child>
178
 
      </object>
179
 
    </child>
180
 
    <action-widgets>
181
 
      <action-widget response="-7">btn_cancel</action-widget>
182
 
      <action-widget response="0">btn_okay</action-widget>
183
 
    </action-widgets>
184
 
  </object>
185
 
</interface>