summaryrefslogtreecommitdiffstats
path: root/quanta/treeviews/fileinfodlg.ui
blob: d9b45eeb00f112817a6419d5d41838c470f7a046 (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
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>FileInfoDlg</class>
<comment>/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; version 2 of the License.               *
 *                                                                         *
 ***************************************************************************/
</comment>
<widget class="TQWidget">
    <property name="name">
        <cstring>FileInfoDlg</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>349</width>
            <height>266</height>
        </rect>
    </property>
    <grid>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <widget class="TQLabel" row="0" column="0">
            <property name="name">
                <cstring>lineNum</cstring>
            </property>
            <property name="text">
                <string>Number of lines:</string>
            </property>
        </widget>
        <widget class="TQLabel" row="1" column="0">
            <property name="name">
                <cstring>imageNum</cstring>
            </property>
            <property name="text">
                <string>Number of images included:</string>
            </property>
        </widget>
        <widget class="TQLabel" row="2" column="0">
            <property name="name">
                <cstring>imageSize</cstring>
            </property>
            <property name="text">
                <string>Size of the included images:</string>
            </property>
        </widget>
        <widget class="TQLabel" row="3" column="0">
            <property name="name">
                <cstring>totalSize</cstring>
            </property>
            <property name="text">
                <string>Total file size:</string>
            </property>
        </widget>
        <widget class="TQListBox" row="5" column="0">
            <property name="name">
                <cstring>imageList</cstring>
            </property>
            <property name="selectionMode">
                <enum>NoSelection</enum>
            </property>
        </widget>
        <widget class="TQLabel" row="4" column="0">
            <property name="name">
                <cstring>includedLabel</cstring>
            </property>
            <property name="text">
                <string>Included images:</string>
            </property>
        </widget>
        <widget class="TQLabel" row="6" column="0">
            <property name="name">
                <cstring>fileDescLbl</cstring>
            </property>
            <property name="text">
                <string>Description:</string>
            </property>
            <property name="buddy" stdset="0">
                <cstring>fileDesc</cstring>
            </property>
        </widget>
        <widget class="TQLineEdit" row="7" column="0">
            <property name="name">
                <cstring>fileDesc</cstring>
            </property>
        </widget>
    </grid>
</widget>
<layoutdefaults spacing="6" margin="11"/>
</UI>