File: form1.ui

package info (click to toggle)
marote 3.1-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 592 kB
  • ctags: 246
  • sloc: cpp: 2,168; makefile: 51
file content (113 lines) | stat: -rw-r--r-- 3,429 bytes parent folder | download | duplicates (2)
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
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>Form1</class>
<widget class="QDialog">
    <property name="name">
        <cstring>Form1</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>602</width>
            <height>154</height>
        </rect>
    </property>
    <property name="caption">
        <string>Scrolling S meter</string>
    </property>
    <widget class="QFrame">
        <property name="name">
            <cstring>frame30</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>0</x>
                <y>0</y>
                <width>600</width>
                <height>110</height>
            </rect>
        </property>
        <property name="frameShape">
            <enum>StyledPanel</enum>
        </property>
        <property name="frameShadow">
            <enum>Raised</enum>
        </property>
        <widget class="QLabel">
            <property name="name">
                <cstring>sgraphLBL</cstring>
            </property>
            <property name="geometry">
                <rect>
                    <x>0</x>
                    <y>0</y>
                    <width>602</width>
                    <height>110</height>
                </rect>
            </property>
            <property name="paletteBackgroundColor">
                <color>
                    <red>180</red>
                    <green>180</green>
                    <blue>174</blue>
                </color>
            </property>
            <property name="frameShape">
                <enum>Box</enum>
            </property>
            <property name="text">
                <string></string>
            </property>
            <property name="scaledContents">
                <bool>false</bool>
            </property>
        </widget>
    </widget>
    <widget class="QPushButton">
        <property name="name">
            <cstring>pushButton64</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>470</x>
                <y>120</y>
                <width>120</width>
                <height>27</height>
            </rect>
        </property>
        <property name="text">
            <string>Close</string>
        </property>
    </widget>
</widget>
<connections>
    <connection>
        <sender>pushButton64</sender>
        <signal>clicked()</signal>
        <receiver>Form1</receiver>
        <slot>close()</slot>
    </connection>
</connections>
<includes>
    <include location="global" impldecl="in declaration">qpainter.h</include>
    <include location="global" impldecl="in declaration">qpicture.h</include>
    <include location="local" impldecl="in implementation">form1.ui.h</include>
</includes>
<variables>
    <variable access="private">int sgrafK;</variable>
    <variable access="private">int sgrf[200];</variable>
    <variable access="private">int cylon;</variable>
    <variable access="private">QPainter paintr;</variable>
    <variable access="private">QPicture pic;</variable>
    <variable access="private">int sgrafX;</variable>
    <variable access="private">int sgrafY;</variable>
</variables>
<slots>
    <slot>graf_it( int dt )</slot>
</slots>
<functions>
    <function access="private">init()</function>
</functions>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
</UI>