summaryrefslogtreecommitdiffstats
path: root/ksirc/KSProgress/ksprogress.dlg
blob: 5484c4d67d6700a2fe78d62ef3a85e15fe47262c (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
156
157
158
159
160
161
162
163
164
165
166
167
<?xml version="1.0" encoding="UTF-8"?>
<QtArch type="Dialog" version="2.1" nested="true" >
  <Dialog supertype="true" nested="true" >
    <DialogCommon  nested="true" >
      <SourceDir >.</SourceDir>
      <ClassHeader >ksprogress.h</ClassHeader>
      <ClassSource >ksprogress.cpp</ClassSource>
      <ClassName >KSProgress</ClassName>
      <DataHeader >ksprogressdata.h</DataHeader>
      <DataSource >ksprogressdata.cpp</DataSource>
      <DataName >ksprogressData</DataName>
      <WindowBaseClass >QFrame</WindowBaseClass>
      <ClassHeader >ksprogress.h</ClassHeader>
    </DialogCommon>
    <WidgetLayout  nested="true" >
      <WidgetLayoutCommon  nested="true" >
        <InitialPos type="qpoint" complex="true"  nested="true" >
          <X type="integer">-1</X>
          <Y type="integer">-1</Y>
        </InitialPos>
        <Size type="qsize" complex="true"  nested="true" >
          <Height type="integer">130</Height>
          <Width type="integer">250</Width>
        </Size>
        <MinSize type="qsize" complex="true"  nested="true" >
          <Height type="integer">140</Height>
          <Width type="integer">250</Width>
        </MinSize>
        <MaxSize type="qsize" complex="true"  nested="true" >
          <Height type="integer">140</Height>
          <Width type="integer">250</Width>
        </MaxSize>
        <GridSize type="integer">10</GridSize>
      </WidgetLayoutCommon>
      <Widgets  list="true"  nested="true" >
        <User  nested="true" >
          <UserClassHeader >kprogress.h</UserClassHeader>
          <UserClassName >KProgress</UserClassName>
          <DlgWidget  nested="true" >
            <Rect type="qrect" complex="true"  nested="true" >
              <Height type="integer">20</Height>
              <Width type="integer">230</Width>
              <X type="integer">10</X>
              <Y type="integer">60</Y>
            </Rect>
            <Name >User_1</Name>
            <Variable >progress</Variable>
            <SignalConnection  list="true"  nested="true" >
            </SignalConnection>
            <MinimumSize type="qsize" complex="true"  nested="true" >
              <Height type="integer">10</Height>
              <Width type="integer">10</Width>
            </MinimumSize>
            <MaximumSize type="qsize" complex="true"  nested="true" >
              <Height type="integer">32767</Height>
              <Width type="integer">32767</Width>
            </MaximumSize>
            <Enabled type="boolean">true</Enabled>
            <FocusPolicy >NoFocus</FocusPolicy>
            <BackgroundMode >PaletteBackground</BackgroundMode>
            <BackgroundOrigin >WidgetOrigin</BackgroundOrigin>
          </DlgWidget>
        </User>
        <PushButton  nested="true" >
          <Button  nested="true" >
            <Text >&amp;Cancel</Text>
            <DlgWidget  nested="true" >
              <Rect type="qrect" complex="true"  nested="true" >
                <Height type="integer">30</Height>
                <Width type="integer">100</Width>
                <X type="integer">70</X>
                <Y type="integer">90</Y>
              </Rect>
              <Name >PushButton_1</Name>
              <SignalConnection  list="true"  nested="true" >
                <Signal >[Protected]  clicked --&gt; cancelPressed  ()</Signal>
              </SignalConnection>
              <MinimumSize type="qsize" complex="true"  nested="true" >
                <Height type="integer">10</Height>
                <Width type="integer">10</Width>
              </MinimumSize>
              <MaximumSize type="qsize" complex="true"  nested="true" >
                <Height type="integer">32767</Height>
                <Width type="integer">32767</Width>
              </MaximumSize>
              <Enabled type="boolean">true</Enabled>
              <FocusPolicy >TabFocus</FocusPolicy>
              <BackgroundMode >PaletteButton</BackgroundMode>
              <BackgroundOrigin >WidgetOrigin</BackgroundOrigin>
            </DlgWidget>
          </Button>
        </PushButton>
        <Label  nested="true" >
          <Text >fileName</Text>
          <Alignment >AlignLeft|AlignVCenter|ExpandTabs</Alignment>
          <Indent type="integer">-1</Indent>
          <TextFormat type="qstring">AutoText</TextFormat>
          <Frame  nested="true" >
            <LineWidth type="integer">1</LineWidth>
            <DlgWidget  nested="true" >
              <Rect type="qrect" complex="true"  nested="true" >
                <Height type="integer">20</Height>
                <Width type="integer">230</Width>
                <X type="integer">10</X>
                <Y type="integer">10</Y>
              </Rect>
              <Name >Label_1</Name>
              <Variable >fileName</Variable>
              <SignalConnection  list="true"  nested="true" >
              </SignalConnection>
              <MinimumSize type="qsize" complex="true"  nested="true" >
                <Height type="integer">10</Height>
                <Width type="integer">10</Width>
              </MinimumSize>
              <MaximumSize type="qsize" complex="true"  nested="true" >
                <Height type="integer">32767</Height>
                <Width type="integer">32767</Width>
              </MaximumSize>
              <Enabled type="boolean">true</Enabled>
              <FocusPolicy >NoFocus</FocusPolicy>
              <BackgroundMode >PaletteBackground</BackgroundMode>
              <BackgroundOrigin >WidgetOrigin</BackgroundOrigin>
            </DlgWidget>
          </Frame>
        </Label>
        <Label  nested="true" >
          <Text >XferStatus</Text>
          <Alignment >AlignLeft|AlignVCenter|ExpandTabs</Alignment>
          <Indent type="integer">-1</Indent>
          <TextFormat type="qstring">AutoText</TextFormat>
          <Frame  nested="true" >
            <LineWidth type="integer">1</LineWidth>
            <DlgWidget  nested="true" >
              <Rect type="qrect" complex="true"  nested="true" >
                <Height type="integer">20</Height>
                <Width type="integer">230</Width>
                <X type="integer">10</X>
                <Y type="integer">35</Y>
              </Rect>
              <Name >Label_2</Name>
              <Variable >transferStatus</Variable>
              <SignalConnection  list="true"  nested="true" >
              </SignalConnection>
              <MinimumSize type="qsize" complex="true"  nested="true" >
                <Height type="integer">10</Height>
                <Width type="integer">10</Width>
              </MinimumSize>
              <MaximumSize type="qsize" complex="true"  nested="true" >
                <Height type="integer">32767</Height>
                <Width type="integer">32767</Width>
              </MaximumSize>
              <Enabled type="boolean">true</Enabled>
              <FocusPolicy >NoFocus</FocusPolicy>
              <BackgroundMode >PaletteBackground</BackgroundMode>
              <BackgroundOrigin >WidgetOrigin</BackgroundOrigin>
            </DlgWidget>
          </Frame>
        </Label>
      </Widgets>
      <TabOrder  list="true"  nested="true" >
        <Widget type="qstring">PushButton_1</Widget>
      </TabOrder>
      <Layout  list="true"  nested="true" >
      </Layout>
    </WidgetLayout>
  </Dialog>
</QtArch>