File: table_dialog.ui

package info (click to toggle)
iotas 0.12.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,484 kB
  • sloc: python: 14,674; xml: 725; javascript: 44; makefile: 2
file content (61 lines) | stat: -rw-r--r-- 2,465 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk" version="4.0"/>
  <template class="TableDialog" parent="AdwDialog">
    <!-- Translators: Title -->
    <property name="title" translatable="yes">Insert Table</property>
    <property name="name">TablePopover</property>
    <property name="child">
      <object class="AdwToolbarView">
        <child type="top">
          <object class="AdwHeaderBar"/>
        </child>
        <property name="content">
          <object class="GtkBox">
            <property name="margin-start">6</property>
            <property name="margin-end">6</property>
            <property name="margin-top">6</property>
            <property name="margin-bottom">6</property>
            <property name="orientation">vertical</property>
            <child>
              <object class="GtkOverlay">
                <child type="overlay">
                  <object class="GtkLabel" id="_size_label">
                    <property name="sensitive">False</property>
                  </object>
                </child>
                <property name="child">
                  <object class="GtkGrid" id="_size_grid">
                    <property name="halign">center</property>
                    <property name="column-spacing">2</property>
                    <property name="row-spacing">2</property>
                    <property name="margin-start">12</property>
                    <property name="margin-end">12</property>
                  </object>
                </property>
                <style>
                  <class name="table-size" />
                </style>
              </object>
            </child>
            <child>
              <object class="GtkButton" id="_button">
                <!-- Translators: Title -->
                <property name="label" translatable="yes">Create</property>
                <property name="use-underline">True</property>
                <property name="margin-top">18</property>
                <property name="margin-bottom">6</property>
                <property name="halign">center</property>
                <signal name="clicked" handler="_on_button_clicked"/>
                <style>
                  <class name="pill"/>
                  <class name="suggested-action"/>
                </style>
              </object>
            </child>
          </object>
        </property>
      </object>
    </property>
  </template>
</interface>