summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/ui/config_display.ui
blob: 9c4766ad21ba0e7ff25ce1cb02585fd8cccd0a02 (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
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>DisplaySettings</class>
<widget class="TQWidget">
    <property name="name">
        <cstring>DisplaySettings</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>537</width>
            <height>424</height>
        </rect>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>0</number>
        </property>
        <property name="spacing">
            <number>0</number>
        </property>
        <widget class="TQTabWidget" row="0" column="0">
            <property name="name">
                <cstring>tabWidget6</cstring>
            </property>
            <widget class="TQWidget">
                <property name="name">
                    <cstring>tab</cstring>
                </property>
                <attribute name="title">
                    <string>Displa&amp;y</string>
                </attribute>
                <vbox>
                    <property name="name">
                        <cstring>unnamed</cstring>
                    </property>
                    <widget class="TQGroupBox">
                        <property name="name">
                            <cstring>groupBox32</cstring>
                        </property>
                        <property name="title">
                            <string>File &amp;Browser</string>
                        </property>
                        <vbox>
                            <property name="name">
                                <cstring>unnamed</cstring>
                            </property>
                            <widget class="TQCheckBox">
                                <property name="name">
                                    <cstring>kcfg_showHiddenFiles</cstring>
                                </property>
                                <property name="text">
                                    <string>Show &amp;hidden files and directories</string>
                                </property>
                            </widget>
                            <widget class="TQCheckBox">
                                <property name="name">
                                    <cstring>kcfg_showTree</cstring>
                                </property>
                                <property name="text">
                                    <string>Show &amp;directory tree</string>
                                </property>
                            </widget>
                            <widget class="TQCheckBox">
                                <property name="name">
                                    <cstring>kcfg_showSizeInBytes</cstring>
                                </property>
                                <property name="text">
                                    <string>Show filesi&amp;ze in bytes (toggle for "human readable" format)</string>
                                </property>
                            </widget>
                            <widget class="TQCheckBox">
                                <property name="name">
                                    <cstring>kcfg_showOwnerGroup</cstring>
                                </property>
                                <property name="text">
                                    <string>Show &amp;owner and group for each file</string>
                                </property>
                            </widget>
                            <widget class="TQCheckBox">
                                <property name="name">
                                    <cstring>kcfg_showDirectorySize</cstring>
                                </property>
                                <property name="text">
                                    <string>Show directory &amp;size</string>
                                </property>
                            </widget>
                        </vbox>
                    </widget>
                    <widget class="TQGroupBox">
                        <property name="name">
                            <cstring>groupBox2</cstring>
                        </property>
                        <property name="title">
                            <string>&amp;Other Interface Elements</string>
                        </property>
                        <vbox>
                            <property name="name">
                                <cstring>unnamed</cstring>
                            </property>
                            <widget class="TQCheckBox">
                                <property name="name">
                                    <cstring>kcfg_showLeftSidebar</cstring>
                                </property>
                                <property name="text">
                                    <string>Show left sidebar</string>
                                </property>
                            </widget>
                        </vbox>
                    </widget>
                    <spacer>
                        <property name="name">
                            <cstring>spacer20</cstring>
                        </property>
                        <property name="orientation">
                            <enum>Vertical</enum>
                        </property>
                        <property name="sizeType">
                            <enum>Expanding</enum>
                        </property>
                        <property name="sizeHint">
                            <size>
                                <width>21</width>
                                <height>40</height>
                            </size>
                        </property>
                    </spacer>
                </vbox>
            </widget>
        </widget>
    </grid>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>