summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_tabopendialog.ui
blob: 6359e642f045b08d2a7d38637a0dad11830b7f56 (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
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>SQ_TabOpenDialog</class>
<widget class="TQDialog">
    <property name="name">
        <cstring>SQ_TabOpenDialog</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>341</width>
            <height>85</height>
        </rect>
    </property>
    <property name="caption">
        <string>Opening...</string>
    </property>
    <property name="sizeGripEnabled">
        <bool>true</bool>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQPushButton" row="0" column="0">
            <property name="name">
                <cstring>pushButton1</cstring>
            </property>
            <property name="text">
                <string>Open in a new tab</string>
            </property>
        </widget>
        <widget class="TQPushButton" row="0" column="1">
            <property name="name">
                <cstring>pushButton2</cstring>
            </property>
            <property name="text">
                <string>Replace current tab</string>
            </property>
        </widget>
        <widget class="TQPushButton" row="1" column="0" rowspan="1" colspan="2">
            <property name="name">
                <cstring>pushButton3</cstring>
            </property>
            <property name="text">
                <string>Close all and open in a new tab</string>
            </property>
        </widget>
        <spacer row="2" column="0" rowspan="1" colspan="2">
            <property name="name">
                <cstring>spacer2</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="tqsizeHint">
                <size>
                    <width>10</width>
                    <height>31</height>
                </size>
            </property>
        </spacer>
    </grid>
</widget>
<connections>
    <connection>
        <sender>pushButton1</sender>
        <signal>clicked()</signal>
        <receiver>SQ_TabOpenDialog</receiver>
        <slot>slotPush1()</slot>
    </connection>
    <connection>
        <sender>pushButton2</sender>
        <signal>clicked()</signal>
        <receiver>SQ_TabOpenDialog</receiver>
        <slot>slotPush2()</slot>
    </connection>
    <connection>
        <sender>pushButton3</sender>
        <signal>clicked()</signal>
        <receiver>SQ_TabOpenDialog</receiver>
        <slot>slotPush3()</slot>
    </connection>
</connections>
<includes>
    <include location="local" impldecl="in implementation">sq_tabopendialog.ui.h</include>
</includes>
<variables>
    <variable access="private">int res;</variable>
</variables>
<Q_SLOTS>
    <slot access="private" specifier="non virtual">slotPush1()</slot>
    <slot access="private" specifier="non virtual">slotPush2()</slot>
    <slot access="private" specifier="non virtual">slotPush3()</slot>
</Q_SLOTS>
<functions>
    <function access="private" specifier="non virtual">init()</function>
    <function specifier="non virtual" returnType="int">result()</function>
</functions>
<layoutdefaults spacing="6" margin="11"/>
</UI>