summaryrefslogtreecommitdiffstats
path: root/kcontrol/konqhtml/advancedTabOptions.ui
blob: 886d602c5bca433812d0ed4670086876d9db85c7 (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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>advancedTabOptions</class>
<widget class="QWidget">
    <property name="name">
        <cstring>advancedTabOptions</cstring>
    </property>
    <property name="tqgeometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>644</width>
            <height>208</height>
        </rect>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>0</number>
        </property>
        <widget class="QLabel">
            <property name="name">
                <cstring>TextLabel3</cstring>
            </property>
            <property name="text">
                <string>&lt;b&gt;Advanced Options&lt;/b&gt;</string>
            </property>
        </widget>
        <widget class="Line">
            <property name="name">
                <cstring>Line1</cstring>
            </property>
            <property name="frameShape">
                <enum>HLine</enum>
            </property>
            <property name="frameShadow">
                <enum>Sunken</enum>
            </property>
            <property name="orientation">
                <enum>Horizontal</enum>
            </property>
        </widget>
        <widget class="QLayoutWidget">
            <property name="name">
                <cstring>tqlayout</cstring>
            </property>
            <vbox>
                <property name="name">
                    <cstring>unnamed</cstring>
                </property>
                <widget class="QCheckBox">
                    <property name="name">
                        <cstring>m_pNewTabsInBackground</cstring>
                    </property>
                    <property name="text">
                        <string>O&amp;pen new tabs in the background</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>This will open a new tab in the background, instead of in the foreground.</string>
                    </property>
                </widget>
                <widget class="QCheckBox">
                    <property name="name">
                        <cstring>m_pOpenAfterCurrentPage</cstring>
                    </property>
                    <property name="text">
                        <string>Open &amp;new tab after current tab</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>This will open a new tab opened from a page after the current tab, instead of after the last tab.</string>
                    </property>
                </widget>
                <widget class="QCheckBox">
                    <property name="name">
                        <cstring>m_pTabConfirm</cstring>
                    </property>
                    <property name="text">
                        <string>Confirm &amp;when closing windows with multiple tabs</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>This will ask you whether you are sure you want to close a window when it has multiple tabs opened in it.</string>
                    </property>
                </widget>
                <widget class="QCheckBox">
                    <property name="name">
                        <cstring>m_pPermanentCloseButton</cstring>
                    </property>
                    <property name="text">
                        <string>&amp;Show close button instead of website icon</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>This will display close buttons inside each tab instead of websites' icons.</string>
                    </property>
                </widget>
                <widget class="QCheckBox">
                    <property name="name">
                       <cstring>m_pPopupsWithinTabs</cstring>
                    </property>
                   <property name="text">
                       <string>Open pop&amp;ups in new tab instead of in new window</string>
                   </property>
                   <property name="whatsThis" stdset="0">
                       <string>Whether or not JavaScript popups if allowed shall open in a new tab or in a new window.</string>
                   </property>
                </widget>
                <widget class="QCheckBox">
                    <property name="name">
                       <cstring>m_pTabCloseActivatePrevious</cstring>
                    </property>
                   <property name="text">
                       <string>Activate previous used tab when closing the current tab</string>
                   </property>
                   <property name="whatsThis" stdset="0">
                       <string>When checking this the previous used or opened tab will be activated when you close the current active tab instead of the one right to the current tab.</string>
                   </property>
                </widget>
                <widget class="QCheckBox">
                    <property name="name">
                        <cstring>m_pKonquerorTabforExternalURL</cstring>
                    </property>
                    <property name="text">
                        <string>Open as tab in existing Konqueror when URL is called externally</string>
                    </property>
                    <property name="whatsThis" stdset="0">
                        <string>When you click a URL in another KDE program or call kfmclient to open a URL, the current desktop will be searched for a non-minimized Konqueror and, if found, the URL opened as a new tab within it. Otherwise a new Konqueror window will be opened with the required URL.</string>
                    </property>
                </widget>
            </vbox>
        </widget>
        <spacer>
            <property name="name">
                <cstring>spacer</cstring>
            </property>
            <property name="orientation">
                <enum>Vertical</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="tqsizeHint">
                <size>
                    <width>20</width>
                    <height>0</height>
                </size>
            </property>
        </spacer>
    </vbox>
</widget>
<includes>
    <include location="local" impldecl="in implementation">kdialog.h</include>
</includes>
<tqlayoutdefaults spacing="3" margin="6"/>
<tqlayoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
</UI>