summaryrefslogtreecommitdiffstats
path: root/kivio/kiviopart/ui/kivio_protection_panel_base.ui
blob: 6d15aa7e6236761a9656b7b7c87ae26e779ad4a7 (plain)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>KivioProtectionPanelBase</class>
<widget class="QWidget">
    <property name="name">
        <cstring>KivioProtectionPanelBase</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>124</width>
            <height>147</height>
        </rect>
    </property>
    <property name="minimumSize">
        <size>
            <width>0</width>
            <height>0</height>
        </size>
    </property>
    <property name="maximumSize">
        <size>
            <width>32767</width>
            <height>32767</height>
        </size>
    </property>
    <property name="caption">
        <string>Protection</string>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>m_checkWidth</cstring>
            </property>
            <property name="text">
                <string>&amp;Width</string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Toggles the ability to change the width of the selected stencils</string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>m_checkHeight</cstring>
            </property>
            <property name="text">
                <string>Hei&amp;ght</string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Toggles the ability to change the height of the selected stencils</string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>m_checkAspect</cstring>
            </property>
            <property name="text">
                <string>&amp;Aspect ratio</string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Toggles the ability to change the aspect ratio of the selected stencils</string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>m_checkXPosition</cstring>
            </property>
            <property name="text">
                <string>&amp;X position</string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Toggles the ability to protect the x position of the selected stencils</string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>m_checkYPosition</cstring>
            </property>
            <property name="text">
                <string>&amp;Y position</string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Toggles the ability to protect the y position of the selected stencils</string>
            </property>
        </widget>
        <widget class="QCheckBox">
            <property name="name">
                <cstring>m_checkDeletion</cstring>
            </property>
            <property name="text">
                <string>Deletio&amp;n</string>
            </property>
            <property name="toolTip" stdset="0">
                <string>Toggles the ability to delete the selected stencils</string>
            </property>
        </widget>
        <spacer>
            <property name="name">
                <cstring>spacer1</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="sizeHint">
                <size>
                    <width>20</width>
                    <height>281</height>
                </size>
            </property>
        </spacer>
    </vbox>
</widget>
<tabstops>
    <tabstop>m_checkWidth</tabstop>
    <tabstop>m_checkHeight</tabstop>
    <tabstop>m_checkAspect</tabstop>
    <tabstop>m_checkXPosition</tabstop>
    <tabstop>m_checkYPosition</tabstop>
    <tabstop>m_checkDeletion</tabstop>
</tabstops>
<layoutdefaults spacing="2" margin="0"/>
</UI>