~stewart/mythremote/quickly_trunk

« back to all changes in this revision

Viewing changes to data/ui/PreferencesMythremoteDialog.ui

  • Committer: Stewart Smith
  • Date: 2012-02-05 04:40:51 UTC
  • Revision ID: stewart@flamingspork.com-20120205044051-b86m7edpcxosnziq
Initial project creation with Quickly!

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-requires preferences_mythremote_dialog 1.0 -->
 
5
  <!-- interface-naming-policy project-wide -->
 
6
  <object class="PreferencesMythremoteDialog" id="preferences_mythremote_dialog">
 
7
    <property name="border_width">5</property>
 
8
    <property name="title" translatable="yes">Mythremote Preferences</property>
 
9
    <property name="icon">../media/mythremote.svg</property>
 
10
    <property name="type_hint">normal</property>
 
11
    <child internal-child="vbox">
 
12
      <object class="GtkVBox" id="dialog-vbox1">
 
13
        <property name="visible">True</property>
 
14
        <property name="spacing">2</property>
 
15
        <child>
 
16
          <object class="GtkTable" id="table1">
 
17
            <property name="visible">True</property>
 
18
            <property name="n_columns">2</property>
 
19
            <property name="column_spacing">6</property>
 
20
            <property name="row_spacing">6</property>
 
21
            <child>
 
22
              <object class="GtkEntry" id="example_entry">
 
23
                <property name="visible">True</property>
 
24
                <property name="can_focus">True</property>
 
25
                <property name="invisible_char">•</property>
 
26
              </object>
 
27
              <packing>
 
28
                <property name="left_attach">1</property>
 
29
                <property name="right_attach">2</property>
 
30
              </packing>
 
31
            </child>
 
32
            <child>
 
33
              <object class="GtkLabel" id="example_entry_label">
 
34
                <property name="visible">True</property>
 
35
                <property name="xalign">0</property>
 
36
                <property name="label" translatable="yes">_Example entry:</property>
 
37
                <property name="use_underline">True</property>
 
38
                <property name="mnemonic_widget">example_entry</property>
 
39
              </object>
 
40
            </child>
 
41
          </object>
 
42
          <packing>
 
43
            <property name="position">1</property>
 
44
          </packing>
 
45
        </child>
 
46
        <child internal-child="action_area">
 
47
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
48
            <property name="visible">True</property>
 
49
            <property name="layout_style">end</property>
 
50
            <child>
 
51
              <object class="GtkButton" id="btn_help">
 
52
                <property name="label">gtk-help</property>
 
53
                <property name="visible">True</property>
 
54
                <property name="can_focus">True</property>
 
55
                <property name="receives_default">True</property>
 
56
                <property name="use_stock">True</property>
 
57
              </object>
 
58
              <packing>
 
59
                <property name="expand">False</property>
 
60
                <property name="fill">False</property>
 
61
                <property name="position">0</property>
 
62
                <property name="secondary">True</property>
 
63
              </packing>
 
64
            </child>
 
65
            <child>
 
66
              <object class="GtkButton" id="btn_close">
 
67
                <property name="label">gtk-close</property>
 
68
                <property name="visible">True</property>
 
69
                <property name="can_focus">True</property>
 
70
                <property name="receives_default">True</property>
 
71
                <property name="use_stock">True</property>
 
72
              </object>
 
73
              <packing>
 
74
                <property name="expand">False</property>
 
75
                <property name="fill">False</property>
 
76
                <property name="position">1</property>
 
77
              </packing>
 
78
            </child>
 
79
          </object>
 
80
          <packing>
 
81
            <property name="expand">False</property>
 
82
            <property name="pack_type">end</property>
 
83
            <property name="position">0</property>
 
84
          </packing>
 
85
        </child>
 
86
      </object>
 
87
    </child>
 
88
    <action-widgets>
 
89
      <action-widget response="-11">btn_help</action-widget>
 
90
      <action-widget response="-7">btn_close</action-widget>
 
91
    </action-widgets>
 
92
  </object>
 
93
</interface>