ClickSpotter 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README +167 -0
- data/bin/clickspotter +4 -0
- data/data/worldmap-large.jpg +0 -0
- data/data/worldmap.png +0 -0
- data/lib/About.rb +22 -0
- data/lib/AboutDlg.rb +169 -0
- data/lib/AppConfig.rb +68 -0
- data/lib/AsyncResolverWithCache.rb +207 -0
- data/lib/BrowserLauncher.rb +23 -0
- data/lib/CSListView.rb +118 -0
- data/lib/CSListViewItem.rb +49 -0
- data/lib/ClickableCanvasView.rb +24 -0
- data/lib/Configuration.rb +123 -0
- data/lib/ConfigurationDlg.rb +372 -0
- data/lib/DNSResolver.rb +53 -0
- data/lib/GSServerLogSettings.rb +24 -0
- data/lib/GeoDistView.rb +351 -0
- data/lib/GeoLocator.rb +91 -0
- data/lib/GlobalSettings.rb +237 -0
- data/lib/HitRecord.rb +39 -0
- data/lib/HostNameDlg.rb +83 -0
- data/lib/LogFileSelector.rb +65 -0
- data/lib/LogFileSelectorDlg.rb +97 -0
- data/lib/LogParser.rb +120 -0
- data/lib/MainWindow.rb +627 -0
- data/lib/MainWindowDlg.rb +1054 -0
- data/lib/OccurenceCounter.rb +65 -0
- data/lib/PageInformation.rb +147 -0
- data/lib/PageInformationDlg.rb +159 -0
- data/lib/PageRecord.rb +77 -0
- data/lib/RefererInformation.rb +114 -0
- data/lib/RefererInformationDlg.rb +106 -0
- data/lib/RefererRecord.rb +51 -0
- data/lib/ServerLogSettings.rb +152 -0
- data/lib/ServerLogSettingsDlg.rb +202 -0
- data/lib/StatusCode.rb +72 -0
- data/lib/TraceRouter.rb +53 -0
- data/lib/VisitorInformation.rb +132 -0
- data/lib/VisitorInformationDlg.rb +351 -0
- data/lib/VisitorRecord.rb +94 -0
- data/lib/WorldMap.rb +93 -0
- data/lib/WorldMapDlg.rb +166 -0
- data/lib/clickspotter.rb +38 -0
- metadata +87 -0
@@ -0,0 +1,1054 @@
|
|
1
|
+
# Form implementation generated from reading ui file 'MainWindowDlg.ui'
|
2
|
+
#
|
3
|
+
# Created: Mon Jan 23 23:21:52 2006
|
4
|
+
# by: The QtRuby User Interface Compiler (rbuic)
|
5
|
+
#
|
6
|
+
# WARNING! All changes made in this file will be lost!
|
7
|
+
|
8
|
+
|
9
|
+
require 'Qt'
|
10
|
+
|
11
|
+
class MainWindowDlg < Qt::MainWindow
|
12
|
+
|
13
|
+
slots 'languageChange()',
|
14
|
+
'fileNew()',
|
15
|
+
'fileOpen()',
|
16
|
+
'fileExit()',
|
17
|
+
'helpAbout()',
|
18
|
+
'mw_1()',
|
19
|
+
'mw_2()',
|
20
|
+
'mw_5()',
|
21
|
+
'mw_10()',
|
22
|
+
'mw_20()',
|
23
|
+
'mw_30()',
|
24
|
+
'mw_60()',
|
25
|
+
'mw_120()',
|
26
|
+
'mw_1()',
|
27
|
+
'aboutVW_activated()',
|
28
|
+
'showAuxPages()',
|
29
|
+
'showRegularPages()',
|
30
|
+
'aboutVW()',
|
31
|
+
'showRobots()',
|
32
|
+
'showSurfers()',
|
33
|
+
'openLog()',
|
34
|
+
'newLog()',
|
35
|
+
'about()',
|
36
|
+
'configureClickSpotter()',
|
37
|
+
'largeVisitorMapBtnClicked()'
|
38
|
+
|
39
|
+
attr_reader :tabWidget
|
40
|
+
attr_reader :currentStatus
|
41
|
+
attr_reader :splitter3
|
42
|
+
attr_reader :currentMapFrame
|
43
|
+
attr_reader :groupBox11
|
44
|
+
attr_reader :currentCountryList
|
45
|
+
attr_reader :groupBox4
|
46
|
+
attr_reader :hostList
|
47
|
+
attr_reader :groupBox5
|
48
|
+
attr_reader :topPageList
|
49
|
+
attr_reader :groupBox6
|
50
|
+
attr_reader :topRefererList
|
51
|
+
attr_reader :visitors
|
52
|
+
attr_reader :groupBox11_2
|
53
|
+
attr_reader :visitorCountryList
|
54
|
+
attr_reader :visitorMapFrame
|
55
|
+
attr_reader :groupBox5_2
|
56
|
+
attr_reader :textLabel2
|
57
|
+
attr_reader :fullHostList
|
58
|
+
attr_reader :visitorFilter
|
59
|
+
attr_reader :clearVisitorFilterBtn
|
60
|
+
attr_reader :largeVisitorMapBtn
|
61
|
+
attr_reader :pages
|
62
|
+
attr_reader :groupBox4_2
|
63
|
+
attr_reader :textLabel1
|
64
|
+
attr_reader :pageList
|
65
|
+
attr_reader :pageFilter
|
66
|
+
attr_reader :clearPageFilterBtn
|
67
|
+
attr_reader :TabPage
|
68
|
+
attr_reader :groupBox6_2
|
69
|
+
attr_reader :refererList
|
70
|
+
attr_reader :textLabel3
|
71
|
+
attr_reader :refererFilter
|
72
|
+
attr_reader :clearRefererFilterBtn
|
73
|
+
attr_reader :TabPage_2
|
74
|
+
attr_reader :groupBox12
|
75
|
+
attr_reader :statusCodeList
|
76
|
+
attr_reader :groupBox20
|
77
|
+
attr_reader :hitList
|
78
|
+
|
79
|
+
@@image0_data = [
|
80
|
+
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d,
|
81
|
+
0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x16,
|
82
|
+
0x08, 0x06, 0x00, 0x00, 0x00, 0xc4, 0xb4, 0x6c, 0x3b, 0x00, 0x00, 0x00,
|
83
|
+
0x74, 0x49, 0x44, 0x41, 0x54, 0x38, 0x8d, 0xed, 0xd5, 0xc1, 0x09, 0xc0,
|
84
|
+
0x20, 0x0c, 0x05, 0xd0, 0x6f, 0xe9, 0x36, 0x81, 0x2c, 0x10, 0xb2, 0xff,
|
85
|
+
0xdd, 0x85, 0xd2, 0x53, 0x85, 0xb6, 0xa9, 0x91, 0x48, 0x0f, 0x05, 0x3f,
|
86
|
+
0x08, 0x1a, 0xf0, 0x29, 0x12, 0x10, 0xf8, 0x28, 0xc5, 0xa9, 0xd9, 0xc4,
|
87
|
+
0xde, 0x96, 0xcd, 0x2b, 0x9a, 0xd9, 0xeb, 0x00, 0x00, 0x66, 0x0e, 0x2f,
|
88
|
+
0xe0, 0xc2, 0x51, 0x98, 0x39, 0xc4, 0xf7, 0x0c, 0x4c, 0x44, 0x6d, 0x5e,
|
89
|
+
0x6b, 0x35, 0x38, 0xcf, 0x92, 0x82, 0x45, 0xe4, 0xb2, 0xf6, 0xf0, 0x14,
|
90
|
+
0xac, 0xaa, 0x8f, 0xda, 0x1d, 0x4f, 0xc1, 0xa5, 0x74, 0x1b, 0x22, 0x07,
|
91
|
+
0x9f, 0x9d, 0x11, 0x1d, 0x96, 0xea, 0x8a, 0x91, 0x2c, 0x78, 0xc1, 0x0b,
|
92
|
+
0xee, 0x64, 0xe6, 0x07, 0x19, 0xf5, 0x7e, 0x92, 0x03, 0xad, 0x45, 0x2a,
|
93
|
+
0x04, 0xcc, 0x4e, 0x50, 0x20, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e,
|
94
|
+
0x44, 0xae, 0x42, 0x60, 0x82 ].pack "C*"
|
95
|
+
|
96
|
+
@@image1_data = [
|
97
|
+
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d,
|
98
|
+
0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x16,
|
99
|
+
0x08, 0x06, 0x00, 0x00, 0x00, 0xc4, 0xb4, 0x6c, 0x3b, 0x00, 0x00, 0x00,
|
100
|
+
0x99, 0x49, 0x44, 0x41, 0x54, 0x38, 0x8d, 0xed, 0x94, 0x41, 0x0e, 0x85,
|
101
|
+
0x20, 0x0c, 0x44, 0x5f, 0x89, 0xc7, 0x36, 0x7f, 0x61, 0xbc, 0x77, 0x5d,
|
102
|
+
0x28, 0x48, 0xa4, 0x28, 0x60, 0xff, 0xce, 0xd9, 0x54, 0x8b, 0xbe, 0x8e,
|
103
|
+
0x13, 0x04, 0x3e, 0x1d, 0x92, 0x81, 0x77, 0xf4, 0x81, 0xa1, 0x23, 0xdc,
|
104
|
+
0x2b, 0x34, 0xf6, 0xf4, 0x7a, 0x3d, 0xe2, 0xb8, 0x65, 0xa8, 0x84, 0x3f,
|
105
|
+
0x40, 0x01, 0x98, 0x2a, 0x0b, 0x3d, 0x5f, 0x62, 0xc5, 0x83, 0x00, 0xaa,
|
106
|
+
0x1a, 0xd7, 0x05, 0x50, 0x44, 0x9a, 0xb9, 0xd5, 0x07, 0xa7, 0x73, 0xa8,
|
107
|
+
0xa4, 0xba, 0x4f, 0x92, 0xa2, 0xdf, 0x33, 0x3c, 0x64, 0xc6, 0x3b, 0xeb,
|
108
|
+
0xbd, 0x82, 0xe5, 0xb8, 0xad, 0xde, 0xcb, 0xcc, 0x78, 0x20, 0xeb, 0x42,
|
109
|
+
0x66, 0xc6, 0x39, 0x74, 0x5d, 0xfa, 0x80, 0xf3, 0x6f, 0xaf, 0x66, 0xc6,
|
110
|
+
0x6f, 0xa1, 0x9c, 0x3f, 0x88, 0x2f, 0xb4, 0x70, 0xec, 0x05, 0xcd, 0xc0,
|
111
|
+
0xbe, 0xd0, 0x78, 0x93, 0xf6, 0x8e, 0x17, 0x14, 0x92, 0x63, 0x5f, 0x68,
|
112
|
+
0x6c, 0x3e, 0xef, 0xf6, 0xba, 0x3c, 0x8f, 0xdd, 0x36, 0x6d, 0xc4, 0xc0,
|
113
|
+
0x45, 0x2c, 0x87, 0x81, 0xf8, 0x08, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45,
|
114
|
+
0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 ].pack "C*"
|
115
|
+
|
116
|
+
@@image2_data = [
|
117
|
+
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d,
|
118
|
+
0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x16,
|
119
|
+
0x08, 0x06, 0x00, 0x00, 0x00, 0xc4, 0xb4, 0x6c, 0x3b, 0x00, 0x00, 0x00,
|
120
|
+
0xa0, 0x49, 0x44, 0x41, 0x54, 0x38, 0x8d, 0xd5, 0x95, 0x4d, 0x0a, 0x80,
|
121
|
+
0x20, 0x10, 0x85, 0x9f, 0xd1, 0x46, 0x68, 0xe1, 0x8d, 0xe6, 0x62, 0xd2,
|
122
|
+
0x22, 0xbc, 0x98, 0x37, 0x6a, 0x21, 0xb4, 0xac, 0x45, 0x19, 0x92, 0xc6,
|
123
|
+
0x64, 0x69, 0xe0, 0xb7, 0xf1, 0x87, 0xf1, 0xf1, 0x1c, 0x47, 0x05, 0x2a,
|
124
|
+
0x21, 0x8e, 0x76, 0x2d, 0xad, 0xdb, 0xfb, 0x9e, 0x99, 0xf6, 0x56, 0x8f,
|
125
|
+
0x80, 0xb5, 0x36, 0x4b, 0x85, 0x88, 0xce, 0x35, 0x44, 0x04, 0x00, 0xe8,
|
126
|
+
0x0a, 0x39, 0x8c, 0xe8, 0xf9, 0x90, 0x34, 0xd2, 0x29, 0x2c, 0xc3, 0x7c,
|
127
|
+
0x8e, 0xbd, 0x53, 0x0f, 0xeb, 0x58, 0x3a, 0x05, 0xe9, 0x54, 0x34, 0x1f,
|
128
|
+
0x8a, 0x02, 0x7b, 0x2a, 0x7d, 0x3a, 0x1f, 0x09, 0xbf, 0x85, 0x4d, 0xc5,
|
129
|
+
0xd5, 0xd9, 0x53, 0xaa, 0x39, 0x6e, 0x4f, 0x38, 0xca, 0xb1, 0x99, 0xe2,
|
130
|
+
0xd2, 0xe1, 0x08, 0xab, 0xe1, 0x56, 0xf8, 0x2e, 0x30, 0x97, 0x7f, 0xcb,
|
131
|
+
0x4d, 0x8f, 0xf9, 0x42, 0xd7, 0x5d, 0xbe, 0xbe, 0xd2, 0xe1, 0x43, 0x95,
|
132
|
+
0x3a, 0x93, 0xf6, 0xca, 0xad, 0x3d, 0x61, 0x11, 0xf4, 0x4b, 0x7d, 0x4f,
|
133
|
+
0x82, 0x0f, 0xf9, 0xc0, 0x06, 0x9b, 0xb5, 0x1e, 0xcd, 0xed, 0x31, 0x8c,
|
134
|
+
0x5c, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60,
|
135
|
+
0x82 ].pack "C*"
|
136
|
+
|
137
|
+
@@image3_data = [
|
138
|
+
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d,
|
139
|
+
0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x16,
|
140
|
+
0x08, 0x06, 0x00, 0x00, 0x00, 0xc4, 0xb4, 0x6c, 0x3b, 0x00, 0x00, 0x02,
|
141
|
+
0x9c, 0x49, 0x44, 0x41, 0x54, 0x38, 0x8d, 0x8d, 0x95, 0xad, 0x76, 0xdb,
|
142
|
+
0x40, 0x10, 0x85, 0x3f, 0xf7, 0x18, 0xcc, 0x32, 0x89, 0xd9, 0x50, 0xd0,
|
143
|
+
0x61, 0x36, 0x34, 0x4c, 0x98, 0xc3, 0x62, 0x96, 0x40, 0x87, 0x25, 0x6f,
|
144
|
+
0x50, 0x3f, 0x42, 0x61, 0x61, 0x02, 0x1b, 0xe6, 0xb2, 0x84, 0x25, 0x50,
|
145
|
+
0x61, 0x2e, 0x8b, 0xe1, 0x42, 0x99, 0x49, 0x6c, 0x86, 0x6d, 0xc1, 0x4a,
|
146
|
+
0xb2, 0xfc, 0x77, 0xda, 0x21, 0x92, 0x66, 0x57, 0x77, 0xee, 0xdc, 0x3b,
|
147
|
+
0x5a, 0xf5, 0x38, 0x13, 0xaf, 0xaf, 0xaf, 0x41, 0x44, 0x48, 0xd3, 0x74,
|
148
|
+
0x2f, 0x6f, 0x66, 0x00, 0xa8, 0x2a, 0x00, 0x55, 0x55, 0x91, 0x24, 0x09,
|
149
|
+
0x57, 0x57, 0x57, 0xbd, 0xee, 0xbe, 0xfe, 0x39, 0x60, 0x11, 0x61, 0x32,
|
150
|
+
0x99, 0xb4, 0x40, 0x87, 0x6b, 0x4d, 0x94, 0x65, 0x89, 0xf7, 0xfe, 0x68,
|
151
|
+
0xcf, 0x59, 0x60, 0x80, 0xcd, 0x66, 0x73, 0x04, 0x76, 0x58, 0x48, 0x55,
|
152
|
+
0x71, 0xce, 0xfd, 0x3f, 0xf0, 0x29, 0x00, 0x33, 0x3b, 0x2a, 0x70, 0xaa,
|
153
|
+
0x23, 0x80, 0x6f, 0xa7, 0x92, 0x79, 0x9e, 0x07, 0x33, 0x6b, 0x99, 0x38,
|
154
|
+
0xe7, 0x70, 0xce, 0xed, 0xe9, 0xdd, 0xe8, 0x2f, 0x22, 0x47, 0xfa, 0x9e,
|
155
|
+
0x65, 0xac, 0xaa, 0x24, 0x49, 0x42, 0x59, 0x96, 0x88, 0x48, 0x6b, 0x54,
|
156
|
+
0x37, 0x4e, 0xb5, 0xff, 0x4f, 0xc6, 0x10, 0x5b, 0x3c, 0x9c, 0x88, 0x2e,
|
157
|
+
0x68, 0x53, 0xec, 0x9c, 0x14, 0x27, 0x19, 0x37, 0x6c, 0x4e, 0x31, 0xed,
|
158
|
+
0xe6, 0x55, 0x75, 0x6f, 0x42, 0xba, 0x71, 0xa4, 0x0d, 0xc0, 0x6a, 0xb5,
|
159
|
+
0x0a, 0x59, 0x96, 0x31, 0x1c, 0x0e, 0xcf, 0x82, 0x37, 0x46, 0x7e, 0x7e,
|
160
|
+
0x7e, 0x02, 0x20, 0x92, 0x30, 0x9f, 0x5f, 0xb7, 0x78, 0x7b, 0x8c, 0xdf,
|
161
|
+
0xdf, 0xdf, 0x83, 0xf7, 0x9e, 0xfc, 0x23, 0x47, 0x66, 0x82, 0x88, 0xb4,
|
162
|
+
0x00, 0x87, 0xd7, 0x86, 0x69, 0x59, 0x94, 0xe4, 0x79, 0xce, 0xb6, 0xda,
|
163
|
+
0xf2, 0xf0, 0xf0, 0x10, 0x66, 0xb3, 0x19, 0xd7, 0xd7, 0xd7, 0xbd, 0x5e,
|
164
|
+
0x17, 0x74, 0xb3, 0xf1, 0x54, 0xc5, 0x16, 0x35, 0x80, 0xd3, 0x4c, 0x01,
|
165
|
+
0x9c, 0xa4, 0x08, 0x02, 0x0e, 0x7c, 0xe1, 0x59, 0xaf, 0xff, 0xb0, 0xdd,
|
166
|
+
0x16, 0xa8, 0x1a, 0x17, 0x17, 0x19, 0x8b, 0xc5, 0x22, 0x4a, 0xd1, 0x30,
|
167
|
+
0xbd, 0x9c, 0x5e, 0xe2, 0xd2, 0x14, 0x55, 0x03, 0x53, 0x8e, 0x6c, 0x31,
|
168
|
+
0x03, 0x84, 0x9c, 0x4f, 0x3e, 0x78, 0x65, 0x6a, 0x53, 0xd2, 0xaf, 0x94,
|
169
|
+
0xe7, 0x97, 0x67, 0xfc, 0x57, 0xfc, 0xfa, 0xd4, 0x94, 0x6c, 0x74, 0x11,
|
170
|
+
0x41, 0x9f, 0x9e, 0x7e, 0x85, 0xb2, 0x28, 0xc3, 0xff, 0xc4, 0x57, 0xf8,
|
171
|
+
0x0a, 0xa3, 0x30, 0x0a, 0x12, 0x24, 0x8c, 0xc2, 0x28, 0xac, 0xd7, 0xeb,
|
172
|
+
0xf0, 0xe3, 0xfb, 0xcf, 0x30, 0x1e, 0x8f, 0xc3, 0x60, 0x90, 0x85, 0x24,
|
173
|
+
0x49, 0x42, 0x36, 0xc8, 0x42, 0xbf, 0xda, 0x56, 0xdc, 0xdd, 0xdd, 0x9c,
|
174
|
+
0x75, 0xf7, 0x30, 0x52, 0x52, 0x2e, 0x99, 0x92, 0x23, 0xcc, 0x98, 0x31,
|
175
|
+
0x1e, 0x8f, 0x49, 0x64, 0x48, 0x69, 0x05, 0xcf, 0xbf, 0x5e, 0xa8, 0xaa,
|
176
|
+
0x8a, 0x74, 0x90, 0xd2, 0x37, 0xc0, 0xfb, 0x22, 0xce, 0xa3, 0x19, 0x88,
|
177
|
+
0x10, 0x6b, 0x48, 0xed, 0x36, 0x38, 0x5c, 0x54, 0xdc, 0x14, 0xc4, 0xf1,
|
178
|
+
0x60, 0xdf, 0xb9, 0xc1, 0x33, 0xb4, 0x21, 0x7f, 0xd8, 0x80, 0x19, 0xe9,
|
179
|
+
0x70, 0x18, 0xd7, 0x6b, 0x77, 0xfa, 0x65, 0x51, 0xe0, 0x45, 0xa2, 0x9e,
|
180
|
+
0x66, 0xb4, 0xbe, 0x39, 0x88, 0x2e, 0xd6, 0x9d, 0x38, 0x03, 0x15, 0x20,
|
181
|
+
0xe6, 0x04, 0xf0, 0xb6, 0xc5, 0x88, 0x67, 0x88, 0xdf, 0x6c, 0x5a, 0x4f,
|
182
|
+
0x1c, 0xf5, 0xb8, 0x35, 0x09, 0x6b, 0x00, 0xb1, 0x76, 0x28, 0x14, 0x8b,
|
183
|
+
0x35, 0x74, 0x6f, 0x67, 0x3b, 0x39, 0xd2, 0x78, 0xda, 0x09, 0x45, 0xe9,
|
184
|
+
0x23, 0x60, 0x65, 0xe7, 0x05, 0xad, 0xc9, 0x76, 0x37, 0x1a, 0x20, 0x0a,
|
185
|
+
0x76, 0xb8, 0xe2, 0x30, 0x2b, 0xa9, 0xfb, 0x6c, 0x7a, 0x63, 0x32, 0x99,
|
186
|
+
0xf2, 0x0d, 0xeb, 0xb0, 0x6c, 0xc9, 0x6a, 0x7c, 0xb4, 0xfa, 0xba, 0x07,
|
187
|
+
0xea, 0x9a, 0x6d, 0x35, 0x68, 0x0d, 0x58, 0xcb, 0x39, 0x18, 0x0c, 0x58,
|
188
|
+
0x2c, 0xee, 0x22, 0x63, 0xef, 0x7d, 0x63, 0x15, 0x88, 0x41, 0x25, 0x40,
|
189
|
+
0x15, 0x9d, 0x33, 0x8b, 0x30, 0xd2, 0xb0, 0xb2, 0x1d, 0x18, 0x3b, 0xcd,
|
190
|
+
0x31, 0x43, 0x04, 0x96, 0xcb, 0x25, 0xf3, 0xf9, 0xbc, 0xd7, 0xcf, 0xb2,
|
191
|
+
0x8c, 0x8f, 0xb7, 0x0f, 0x7e, 0xbf, 0xbd, 0xa1, 0x6a, 0xc4, 0xf3, 0x47,
|
192
|
+
0xd8, 0x1b, 0x3e, 0xe9, 0x3c, 0xcb, 0x0e, 0xb2, 0xed, 0xb3, 0x9e, 0xa6,
|
193
|
+
0xe5, 0x72, 0xc9, 0xe3, 0xe3, 0x63, 0x0f, 0x3a, 0x87, 0xd0, 0x6a, 0xb5,
|
194
|
+
0x0a, 0xab, 0xd5, 0x1b, 0xdb, 0xfa, 0xff, 0xa5, 0x68, 0x6d, 0xca, 0xce,
|
195
|
+
0x99, 0xdd, 0x5f, 0x03, 0x54, 0xcb, 0x78, 0x5f, 0x19, 0x93, 0xe9, 0x84,
|
196
|
+
0xdb, 0xdb, 0x5b, 0xee, 0xef, 0xef, 0x5b, 0xbc, 0xbf, 0xd1, 0xf6, 0x9e,
|
197
|
+
0x0c, 0x3f, 0xec, 0x24, 0x86, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e,
|
198
|
+
0x44, 0xae, 0x42, 0x60, 0x82 ].pack "C*"
|
199
|
+
|
200
|
+
@@image4_data = [
|
201
|
+
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d,
|
202
|
+
0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x16,
|
203
|
+
0x08, 0x06, 0x00, 0x00, 0x00, 0xc4, 0xb4, 0x6c, 0x3b, 0x00, 0x00, 0x00,
|
204
|
+
0x73, 0x49, 0x44, 0x41, 0x54, 0x38, 0x8d, 0xed, 0x92, 0xc1, 0x0e, 0x80,
|
205
|
+
0x20, 0x08, 0x40, 0xb1, 0xef, 0x66, 0x1d, 0x1c, 0xff, 0x4d, 0x87, 0x6a,
|
206
|
+
0xa8, 0x88, 0xa1, 0x76, 0x69, 0xf9, 0x36, 0x0f, 0x28, 0x3e, 0xd8, 0x00,
|
207
|
+
0x60, 0xf1, 0x59, 0x42, 0x5f, 0x3a, 0x71, 0xf5, 0x36, 0x02, 0xe0, 0x8e,
|
208
|
+
0x99, 0x2b, 0x09, 0x88, 0x01, 0xd0, 0x28, 0x54, 0x17, 0x6a, 0xe4, 0x7f,
|
209
|
+
0x21, 0xce, 0x1f, 0xb5, 0xb0, 0x5d, 0x38, 0xed, 0xdc, 0x90, 0x60, 0xd0,
|
210
|
+
0xf1, 0x13, 0x79, 0x63, 0x5b, 0x3b, 0xc9, 0x2b, 0xd5, 0x18, 0xe2, 0x39,
|
211
|
+
0xa9, 0x43, 0xec, 0x1d, 0x5a, 0xb7, 0x78, 0x5c, 0xee, 0x10, 0x7b, 0xe4,
|
212
|
+
0xb2, 0x15, 0xaf, 0x40, 0x91, 0xf8, 0x94, 0xde, 0x47, 0x18, 0x1e, 0xce,
|
213
|
+
0xa5, 0x9e, 0xde, 0x9e, 0xc5, 0x9f, 0x38, 0x00, 0x62, 0xac, 0x28, 0xb1,
|
214
|
+
0xe3, 0xd7, 0x01, 0xd9, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44,
|
215
|
+
0xae, 0x42, 0x60, 0x82 ].pack "C*"
|
216
|
+
|
217
|
+
@@image5_data = [
|
218
|
+
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d,
|
219
|
+
0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x16,
|
220
|
+
0x08, 0x06, 0x00, 0x00, 0x00, 0xc4, 0xb4, 0x6c, 0x3b, 0x00, 0x00, 0x00,
|
221
|
+
0x74, 0x49, 0x44, 0x41, 0x54, 0x38, 0x8d, 0xed, 0x92, 0xc1, 0x0a, 0xc0,
|
222
|
+
0x20, 0x08, 0x40, 0x6d, 0xdf, 0x2d, 0x3b, 0x84, 0xff, 0xed, 0x0e, 0xa3,
|
223
|
+
0x58, 0x6a, 0x26, 0xd1, 0x65, 0xe0, 0x83, 0x0e, 0xa5, 0x3e, 0x85, 0x04,
|
224
|
+
0x48, 0x7e, 0x4b, 0x91, 0x0f, 0x54, 0x89, 0xf1, 0x9e, 0xa5, 0xa3, 0xca,
|
225
|
+
0x0f, 0x8a, 0x89, 0x63, 0x65, 0xb3, 0x06, 0xc4, 0x2d, 0xd6, 0x13, 0xc6,
|
226
|
+
0x49, 0xbd, 0xc2, 0x59, 0x83, 0x16, 0x13, 0x62, 0x19, 0xf0, 0xf9, 0x36,
|
227
|
+
0xc0, 0xa2, 0xef, 0x00, 0xd7, 0x5a, 0x62, 0x61, 0x4d, 0x3a, 0xb2, 0x29,
|
228
|
+
0x96, 0xf2, 0xa3, 0x62, 0xff, 0xa3, 0x37, 0xc5, 0xeb, 0xed, 0xe9, 0x62,
|
229
|
+
0xaa, 0xd1, 0xa2, 0xe8, 0x4a, 0xaa, 0xa2, 0xf7, 0x50, 0xdd, 0x12, 0x74,
|
230
|
+
0x8c, 0x0f, 0xd0, 0xab, 0x93, 0x24, 0x67, 0x78, 0x00, 0x59, 0x6e, 0x28,
|
231
|
+
0xb1, 0x74, 0x3f, 0x46, 0x86, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e,
|
232
|
+
0x44, 0xae, 0x42, 0x60, 0x82 ].pack "C*"
|
233
|
+
|
234
|
+
@@image6_data = [
|
235
|
+
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d,
|
236
|
+
0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x16,
|
237
|
+
0x08, 0x06, 0x00, 0x00, 0x00, 0xc4, 0xb4, 0x6c, 0x3b, 0x00, 0x00, 0x00,
|
238
|
+
0x82, 0x49, 0x44, 0x41, 0x54, 0x38, 0x8d, 0xcd, 0xd3, 0x41, 0x12, 0x80,
|
239
|
+
0x20, 0x08, 0x05, 0x50, 0xe8, 0xe0, 0x2e, 0xbc, 0x38, 0xad, 0x32, 0x73,
|
240
|
+
0x50, 0x3e, 0x48, 0x53, 0x7f, 0xe3, 0xe4, 0x8c, 0x4f, 0x24, 0x25, 0xfa,
|
241
|
+
0x28, 0xe2, 0x9c, 0x6f, 0x39, 0x92, 0x0b, 0xf9, 0x27, 0x6c, 0xb6, 0x01,
|
242
|
+
0x85, 0x35, 0x88, 0x77, 0x61, 0x13, 0x88, 0xc2, 0x57, 0x64, 0x18, 0xcd,
|
243
|
+
0xa0, 0x15, 0xf5, 0x20, 0xb4, 0xe6, 0xb5, 0x5b, 0xe1, 0x09, 0xdc, 0x06,
|
244
|
+
0x22, 0xb8, 0xe2, 0x2a, 0xcf, 0x31, 0x05, 0x6e, 0x18, 0xdf, 0xdf, 0xf8,
|
245
|
+
0x06, 0x06, 0xaa, 0x55, 0x1c, 0xc6, 0x35, 0x64, 0xc4, 0xdc, 0xf8, 0x0c,
|
246
|
+
0xd0, 0x20, 0x1d, 0x57, 0x7a, 0x5c, 0x85, 0xa8, 0x84, 0x5f, 0xdc, 0x02,
|
247
|
+
0x5e, 0xa5, 0x30, 0x7a, 0xfc, 0xcd, 0x07, 0xe2, 0x3a, 0x1d, 0xf2, 0x83,
|
248
|
+
0xec, 0x2b, 0x37, 0xd9, 0xad, 0x5f, 0xb4, 0xdf, 0xef, 0xd4, 0x9c, 0xfb,
|
249
|
+
0xf7, 0x2f, 0xac, 0x98, 0xc8, 0xcc, 0x89, 0x00, 0x00, 0x00, 0x00, 0x49,
|
250
|
+
0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 ].pack "C*"
|
251
|
+
|
252
|
+
@@image7_data = [
|
253
|
+
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d,
|
254
|
+
0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x16,
|
255
|
+
0x08, 0x06, 0x00, 0x00, 0x00, 0xc4, 0xb4, 0x6c, 0x3b, 0x00, 0x00, 0x00,
|
256
|
+
0xbf, 0x49, 0x44, 0x41, 0x54, 0x38, 0x8d, 0xd5, 0x93, 0x41, 0x0a, 0x83,
|
257
|
+
0x30, 0x10, 0x45, 0xdf, 0x48, 0x8e, 0xe5, 0x1d, 0xbc, 0x8c, 0x3b, 0xa9,
|
258
|
+
0x8b, 0xf4, 0x6a, 0x9e, 0xab, 0xd3, 0x85, 0x35, 0x0d, 0x26, 0x63, 0x62,
|
259
|
+
0x44, 0x4a, 0x3f, 0x0c, 0x42, 0x66, 0xfc, 0xf3, 0xf8, 0x24, 0xf0, 0x6f,
|
260
|
+
0x12, 0x40, 0x2b, 0x66, 0xda, 0x8c, 0x55, 0xf3, 0xde, 0x22, 0x12, 0xcf,
|
261
|
+
0x9d, 0x92, 0xcb, 0x98, 0xc0, 0xba, 0x2d, 0x7c, 0x45, 0x44, 0xcf, 0x9a,
|
262
|
+
0x07, 0x63, 0x8b, 0xba, 0xd5, 0x3c, 0x44, 0x91, 0x23, 0x5e, 0xcf, 0x7c,
|
263
|
+
0xc1, 0x62, 0x36, 0x97, 0xa9, 0x25, 0x40, 0xc1, 0x1f, 0xf4, 0xfd, 0xa7,
|
264
|
+
0x52, 0x75, 0x01, 0x5d, 0x24, 0xa9, 0x38, 0x9e, 0x7d, 0x6f, 0x53, 0xdf,
|
265
|
+
0x4f, 0xe4, 0xcc, 0xab, 0x32, 0x3e, 0xea, 0x0f, 0x03, 0xc0, 0xc4, 0xb2,
|
266
|
+
0xa0, 0x71, 0x2c, 0xe6, 0xad, 0xd8, 0x9b, 0x59, 0xb7, 0x66, 0x1c, 0x3b,
|
267
|
+
0xe0, 0x95, 0x98, 0x5f, 0x26, 0x16, 0x79, 0xee, 0x4e, 0xbc, 0xc2, 0x2c,
|
268
|
+
0x97, 0x88, 0x55, 0x1f, 0xe6, 0xa2, 0xcb, 0xc4, 0x96, 0x9a, 0x89, 0x4b,
|
269
|
+
0xcb, 0x6f, 0x23, 0xee, 0x36, 0x1a, 0xab, 0x62, 0xe2, 0x52, 0xc5, 0x72,
|
270
|
+
0x94, 0xdf, 0xbf, 0xb6, 0x10, 0xbb, 0xf2, 0xc8, 0x97, 0xb8, 0xa4, 0x6c,
|
271
|
+
0xc6, 0x67, 0x7e, 0xaa, 0x51, 0x95, 0x71, 0xfa, 0x08, 0x7e, 0xa8, 0x37,
|
272
|
+
0x62, 0xda, 0x9a, 0xba, 0xcb, 0x20, 0x23, 0x5f, 0x00, 0x00, 0x00, 0x00,
|
273
|
+
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 ].pack "C*"
|
274
|
+
|
275
|
+
@@image8_data = [
|
276
|
+
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d,
|
277
|
+
0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x16,
|
278
|
+
0x08, 0x06, 0x00, 0x00, 0x00, 0xc4, 0xb4, 0x6c, 0x3b, 0x00, 0x00, 0x00,
|
279
|
+
0xd5, 0x49, 0x44, 0x41, 0x54, 0x38, 0x8d, 0xc5, 0x95, 0x5d, 0x0a, 0x84,
|
280
|
+
0x30, 0x0c, 0x84, 0x27, 0xe2, 0xa9, 0x0a, 0x9e, 0x6c, 0x8b, 0x0f, 0x4b,
|
281
|
+
0x3d, 0xd9, 0x82, 0xd7, 0xca, 0x3e, 0x58, 0xd7, 0xfe, 0x4c, 0xd0, 0xba,
|
282
|
+
0x5d, 0x76, 0x40, 0x02, 0x4d, 0xf2, 0x65, 0xda, 0x0a, 0x05, 0x7e, 0x24,
|
283
|
+
0x39, 0xc9, 0xeb, 0x8d, 0x9e, 0xaa, 0x88, 0x41, 0xa0, 0xc9, 0xaa, 0xd8,
|
284
|
+
0xc8, 0x2a, 0xb3, 0x2f, 0x9c, 0x42, 0x5b, 0xe1, 0xe3, 0x0e, 0x0d, 0xcf,
|
285
|
+
0x00, 0xc0, 0x03, 0x08, 0xf0, 0xb3, 0xa7, 0xa0, 0x74, 0x10, 0xa9, 0xd7,
|
286
|
+
0x14, 0x2e, 0x00, 0xb4, 0x2c, 0x5a, 0x5f, 0xab, 0x69, 0x6b, 0x97, 0x9b,
|
287
|
+
0x1c, 0x83, 0x7f, 0xc0, 0xc3, 0x16, 0xb6, 0xe4, 0x16, 0x5b, 0x64, 0xf7,
|
288
|
+
0x8d, 0x71, 0x63, 0x59, 0x91, 0x9b, 0xdc, 0x45, 0x70, 0xde, 0x47, 0xc0,
|
289
|
+
0x47, 0x32, 0xdd, 0x5e, 0x5b, 0xcc, 0x35, 0xf0, 0xc9, 0x77, 0x62, 0xae,
|
290
|
+
0x78, 0x79, 0x36, 0xdc, 0xcf, 0x75, 0x13, 0x57, 0x7e, 0x79, 0xf4, 0x8c,
|
291
|
+
0x4b, 0x27, 0xaa, 0x0f, 0x13, 0x27, 0xb2, 0x40, 0xf5, 0x11, 0x7f, 0xcb,
|
292
|
+
0xe3, 0x48, 0xaa, 0x33, 0xb6, 0xe0, 0x22, 0x4b, 0x05, 0x4d, 0x07, 0x46,
|
293
|
+
0xb8, 0x02, 0x5e, 0x2e, 0x3b, 0x3e, 0x73, 0xcd, 0xe0, 0xdd, 0x1c, 0x97,
|
294
|
+
0xf0, 0x2e, 0x8e, 0xd9, 0xd0, 0xaf, 0x1d, 0xb3, 0x81, 0x22, 0x4b, 0xdf,
|
295
|
+
0x33, 0xee, 0xe6, 0x98, 0xa9, 0x34, 0xa0, 0xf6, 0x17, 0xb4, 0x55, 0x40,
|
296
|
+
0xd0, 0x0b, 0xcf, 0x4c, 0xa0, 0x8f, 0xc0, 0xdf, 0xf4, 0x06, 0xe3, 0x25,
|
297
|
+
0xc1, 0x98, 0x1b, 0xc4, 0x18, 0x76, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45,
|
298
|
+
0x4e, 0x44, 0xae, 0x42, 0x60, 0x82 ].pack "C*"
|
299
|
+
|
300
|
+
@@image9_data = [
|
301
|
+
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d,
|
302
|
+
0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x16,
|
303
|
+
0x08, 0x06, 0x00, 0x00, 0x00, 0xc4, 0xb4, 0x6c, 0x3b, 0x00, 0x00, 0x02,
|
304
|
+
0x5d, 0x49, 0x44, 0x41, 0x54, 0x38, 0x8d, 0xd5, 0x93, 0xa1, 0x72, 0xdb,
|
305
|
+
0x40, 0x10, 0x86, 0x3f, 0x67, 0x0a, 0x56, 0xec, 0xc4, 0x22, 0x78, 0xd0,
|
306
|
+
0x65, 0x36, 0x93, 0xa0, 0xc2, 0x1c, 0x68, 0xd6, 0xc2, 0xe6, 0x0d, 0xf2,
|
307
|
+
0x1a, 0x81, 0x81, 0x11, 0x34, 0x94, 0x99, 0xc2, 0x54, 0xa8, 0x32, 0x9b,
|
308
|
+
0x55, 0xf0, 0xe0, 0x89, 0xdd, 0xb1, 0x5b, 0xa6, 0x02, 0xb7, 0x9d, 0x66,
|
309
|
+
0x92, 0xd6, 0x99, 0xb6, 0xd3, 0x99, 0xfe, 0xe8, 0x6e, 0x67, 0xe7, 0xdb,
|
310
|
+
0x7f, 0x77, 0xef, 0xe0, 0x7f, 0xd3, 0xe2, 0xc7, 0x4b, 0xd7, 0x75, 0xb3,
|
311
|
+
0x73, 0x0e, 0xef, 0x3d, 0x51, 0x15, 0x00, 0x23, 0x82, 0xb5, 0x16, 0x6b,
|
312
|
+
0x2d, 0x57, 0x57, 0x57, 0x8b, 0x17, 0x29, 0xbf, 0x02, 0xb7, 0x6d, 0x3b,
|
313
|
+
0x0f, 0x87, 0x03, 0xb9, 0x2d, 0x58, 0xae, 0xd7, 0x60, 0x04, 0x00, 0xef,
|
314
|
+
0x1c, 0xe3, 0xc7, 0x03, 0x06, 0xa8, 0xaa, 0x8a, 0xeb, 0xeb, 0xeb, 0x57,
|
315
|
+
0xc1, 0x17, 0xdf, 0xa0, 0x6d, 0xdb, 0x52, 0x5d, 0xd7, 0x54, 0xef, 0xb6,
|
316
|
+
0x00, 0xa8, 0x2a, 0x49, 0x13, 0x8a, 0x12, 0x35, 0x32, 0xec, 0x3a, 0xc4,
|
317
|
+
0x2b, 0x9b, 0xcd, 0xe6, 0x55, 0xce, 0x2f, 0xfa, 0xbe, 0x9f, 0x87, 0xc3,
|
318
|
+
0x40, 0xfd, 0xe1, 0x3d, 0xcb, 0x4d, 0x8d, 0xaa, 0xa2, 0x4e, 0x48, 0xee,
|
319
|
+
0x12, 0xc6, 0x82, 0x38, 0x08, 0xc1, 0x07, 0x96, 0x9b, 0x1a, 0x8a, 0x9c,
|
320
|
+
0xe3, 0xf1, 0xf8, 0xaa, 0x51, 0x5c, 0x38, 0xe7, 0xc8, 0xad, 0xa5, 0xaa,
|
321
|
+
0x6b, 0x00, 0xc4, 0x5f, 0x12, 0x9c, 0x67, 0xd2, 0x23, 0x93, 0x8c, 0x88,
|
322
|
+
0xe6, 0xc8, 0x60, 0xd1, 0x18, 0xb1, 0xd5, 0x92, 0xd1, 0x39, 0xba, 0xae,
|
323
|
+
0x9b, 0xcf, 0x83, 0xa7, 0x89, 0x65, 0xb5, 0x46, 0x51, 0x34, 0x80, 0x1b,
|
324
|
+
0x1d, 0x2e, 0x1f, 0x49, 0x45, 0xc0, 0xe3, 0x50, 0x09, 0x64, 0x08, 0xea,
|
325
|
+
0x15, 0x44, 0x90, 0xc2, 0xe0, 0xbd, 0x3f, 0xef, 0x58, 0x53, 0xc2, 0xe4,
|
326
|
+
0x86, 0xa0, 0x01, 0x9f, 0x4d, 0x84, 0xf5, 0x84, 0x18, 0x41, 0x83, 0x62,
|
327
|
+
0xb0, 0x40, 0x8e, 0x8b, 0x23, 0xc9, 0x24, 0x50, 0x10, 0x93, 0x31, 0x4d,
|
328
|
+
0xd3, 0x59, 0xf0, 0x1b, 0x80, 0x98, 0x14, 0x11, 0x20, 0x25, 0x14, 0x40,
|
329
|
+
0x15, 0xf1, 0x96, 0x4c, 0x0b, 0xbc, 0x1b, 0x48, 0x4b, 0x07, 0xe4, 0x68,
|
330
|
+
0x88, 0x80, 0xc0, 0x29, 0xeb, 0xd7, 0x8e, 0x41, 0x41, 0xf5, 0xb4, 0x34,
|
331
|
+
0xfd, 0x76, 0x86, 0x4c, 0x05, 0x3f, 0x1e, 0x08, 0x4b, 0x0f, 0x85, 0x80,
|
332
|
+
0x26, 0x54, 0x40, 0x63, 0x40, 0x44, 0xce, 0x83, 0x8b, 0xbc, 0xc0, 0x39,
|
333
|
+
0x87, 0xa6, 0x13, 0x50, 0xa3, 0xa2, 0x28, 0x5e, 0x1d, 0x5a, 0x44, 0x14,
|
334
|
+
0xd0, 0x70, 0x8a, 0xa5, 0x98, 0x08, 0x21, 0x62, 0xad, 0x3d, 0x0f, 0xb6,
|
335
|
+
0xd6, 0xe2, 0x87, 0xcf, 0xa4, 0x98, 0x50, 0x8d, 0x27, 0x40, 0x50, 0x44,
|
336
|
+
0x73, 0x70, 0x42, 0x8c, 0x91, 0xaf, 0x8d, 0x10, 0xfd, 0x44, 0x81, 0x60,
|
337
|
+
0x8c, 0x39, 0x0b, 0x5e, 0x00, 0xdc, 0xdd, 0xdd, 0xcd, 0x8e, 0x80, 0xa9,
|
338
|
+
0xde, 0x42, 0x02, 0x48, 0xe8, 0x04, 0x84, 0x08, 0x56, 0xf0, 0x3e, 0x02,
|
339
|
+
0x90, 0x7d, 0x72, 0x94, 0x65, 0xc9, 0xba, 0x5a, 0xe3, 0x46, 0x87, 0x31,
|
340
|
+
0xe6, 0xa7, 0x9f, 0xe5, 0x02, 0x60, 0xb5, 0x5a, 0x61, 0x02, 0xc4, 0xee,
|
341
|
+
0x40, 0xa6, 0x89, 0x4c, 0x33, 0xf2, 0xcb, 0x0c, 0xb1, 0x06, 0x51, 0x28,
|
342
|
+
0x14, 0xf8, 0xf8, 0x99, 0xb2, 0x2c, 0xb9, 0xb9, 0xb9, 0x59, 0xb8, 0xd1,
|
343
|
+
0xf1, 0xf8, 0xf8, 0x48, 0xd3, 0x34, 0xb4, 0x6d, 0xfb, 0xe2, 0x9b, 0xfe,
|
344
|
+
0x5e, 0xad, 0xef, 0xfb, 0xf9, 0x78, 0x3c, 0x32, 0x3a, 0x87, 0x18, 0x81,
|
345
|
+
0xec, 0xb4, 0x20, 0x0d, 0x11, 0x51, 0xa8, 0xeb, 0x9a, 0xed, 0x76, 0xbb,
|
346
|
+
0x00, 0x18, 0x86, 0x61, 0xee, 0xba, 0x8e, 0xfd, 0x7e, 0x8f, 0x31, 0x86,
|
347
|
+
0xed, 0x76, 0xcb, 0x6a, 0xb5, 0x7a, 0xe2, 0xfe, 0x59, 0x1b, 0x5d, 0xd7,
|
348
|
+
0xcd, 0xde, 0x7b, 0x62, 0x8c, 0x88, 0x08, 0x79, 0x9e, 0x63, 0xad, 0xa5,
|
349
|
+
0xaa, 0xaa, 0x67, 0xb9, 0xbb, 0xdd, 0x6e, 0x6e, 0x9a, 0x06, 0xef, 0x3d,
|
350
|
+
0x75, 0x5d, 0x3f, 0x29, 0xfe, 0xc7, 0xea, 0xfb, 0x7e, 0xbe, 0xbd, 0xbd,
|
351
|
+
0x9d, 0xad, 0xb5, 0x73, 0x59, 0x96, 0xf3, 0xfd, 0xfd, 0xfd, 0xfc, 0xa2,
|
352
|
+
0xe3, 0xdf, 0xd5, 0xc3, 0xc3, 0xc3, 0xdc, 0x34, 0x0d, 0xd3, 0x34, 0xb1,
|
353
|
+
0xd9, 0x6c, 0xfe, 0x1e, 0x18, 0x4e, 0x63, 0xdc, 0xef, 0xf7, 0xa4, 0x94,
|
354
|
+
0xfe, 0x26, 0xf6, 0x1f, 0xe9, 0x0b, 0xbc, 0x4c, 0x5e, 0x59, 0xd6, 0x14,
|
355
|
+
0xca, 0xf4, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42,
|
356
|
+
0x60, 0x82 ].pack "C*"
|
357
|
+
|
358
|
+
|
359
|
+
def initialize(parent = nil, name = nil, fl = WType_TopLevel)
|
360
|
+
super
|
361
|
+
|
362
|
+
@image0 = Qt::Pixmap.new()
|
363
|
+
@image0.loadFromData(@@image0_data, @@image0_data.length, "PNG")
|
364
|
+
@image1 = Qt::Pixmap.new()
|
365
|
+
@image1.loadFromData(@@image1_data, @@image1_data.length, "PNG")
|
366
|
+
@image2 = Qt::Pixmap.new()
|
367
|
+
@image2.loadFromData(@@image2_data, @@image2_data.length, "PNG")
|
368
|
+
@image3 = Qt::Pixmap.new()
|
369
|
+
@image3.loadFromData(@@image3_data, @@image3_data.length, "PNG")
|
370
|
+
@image4 = Qt::Pixmap.new()
|
371
|
+
@image4.loadFromData(@@image4_data, @@image4_data.length, "PNG")
|
372
|
+
@image5 = Qt::Pixmap.new()
|
373
|
+
@image5.loadFromData(@@image5_data, @@image5_data.length, "PNG")
|
374
|
+
@image6 = Qt::Pixmap.new()
|
375
|
+
@image6.loadFromData(@@image6_data, @@image6_data.length, "PNG")
|
376
|
+
@image7 = Qt::Pixmap.new()
|
377
|
+
@image7.loadFromData(@@image7_data, @@image7_data.length, "PNG")
|
378
|
+
@image8 = Qt::Pixmap.new()
|
379
|
+
@image8.loadFromData(@@image8_data, @@image8_data.length, "PNG")
|
380
|
+
@image9 = Qt::Pixmap.new()
|
381
|
+
@image9.loadFromData(@@image9_data, @@image9_data.length, "PNG")
|
382
|
+
|
383
|
+
statusBar()
|
384
|
+
if name.nil?
|
385
|
+
setName("MainWindowDlg")
|
386
|
+
end
|
387
|
+
|
388
|
+
setCentralWidget(Qt::Widget.new(self, "qt_central_widget"))
|
389
|
+
@MainWindowDlgLayout = Qt::GridLayout.new(centralWidget(), 1, 1, 0, 0, 'MainWindowDlgLayout')
|
390
|
+
|
391
|
+
@tabWidget = Qt::TabWidget.new(centralWidget(), "tabWidget")
|
392
|
+
|
393
|
+
@currentStatus = Qt::Widget.new(@tabWidget, "currentStatus")
|
394
|
+
@currentStatusLayout = Qt::GridLayout.new(@currentStatus, 1, 1, 11, 6, 'currentStatusLayout')
|
395
|
+
|
396
|
+
@splitter3 = Qt::Splitter.new(@currentStatus, "splitter3")
|
397
|
+
@splitter3.setOrientation( Qt::Splitter::Vertical )
|
398
|
+
|
399
|
+
@LayoutWidget = Qt::Widget.new(@splitter3, '@LayoutWidget')
|
400
|
+
@layout4 = Qt::GridLayout.new(@LayoutWidget, 1, 1, 0, 6, 'layout4')
|
401
|
+
|
402
|
+
@currentMapFrame = Qt::GroupBox.new(@LayoutWidget, "currentMapFrame")
|
403
|
+
@currentMapFrame.setSizePolicy( Qt::SizePolicy.new(0, 0, 0, 0, @currentMapFrame.sizePolicy().hasHeightForWidth()) )
|
404
|
+
@currentMapFrame.setMinimumSize( Qt::Size.new(0, 0) )
|
405
|
+
|
406
|
+
@layout4.addWidget(@currentMapFrame, 0, 0)
|
407
|
+
|
408
|
+
@groupBox11 = Qt::GroupBox.new(@LayoutWidget, "groupBox11")
|
409
|
+
@groupBox11.setSizePolicy( Qt::SizePolicy.new(3, 5, 0, 0, @groupBox11.sizePolicy().hasHeightForWidth()) )
|
410
|
+
@groupBox11.setColumnLayout( 0, Qt::Vertical )
|
411
|
+
@groupBox11.layout().setSpacing(6)
|
412
|
+
@groupBox11.layout().setMargin(11)
|
413
|
+
@groupBox11Layout = Qt::GridLayout.new(@groupBox11.layout() )
|
414
|
+
@groupBox11Layout.setAlignment( AlignTop )
|
415
|
+
|
416
|
+
@currentCountryList = Qt::ListView.new(@groupBox11, "currentCountryList")
|
417
|
+
@currentCountryList.addColumn(trUtf8("Country"))
|
418
|
+
@currentCountryList.addColumn(trUtf8("Visitors"))
|
419
|
+
@currentCountryList.addColumn(trUtf8("Percentage"))
|
420
|
+
@currentCountryList.setSelectionMode( Qt::ListView::Multi )
|
421
|
+
@currentCountryList.setAllColumnsShowFocus( true )
|
422
|
+
|
423
|
+
@groupBox11Layout.addWidget(@currentCountryList, 0, 0)
|
424
|
+
|
425
|
+
@layout4.addWidget(@groupBox11, 0, 1)
|
426
|
+
|
427
|
+
@groupBox4 = Qt::GroupBox.new(@LayoutWidget, "groupBox4")
|
428
|
+
@groupBox4.setSizePolicy( Qt::SizePolicy.new(5, 5, 0, 35, @groupBox4.sizePolicy().hasHeightForWidth()) )
|
429
|
+
@groupBox4.setColumnLayout( 0, Qt::Vertical )
|
430
|
+
@groupBox4.layout().setSpacing(6)
|
431
|
+
@groupBox4.layout().setMargin(11)
|
432
|
+
@groupBox4Layout = Qt::GridLayout.new(@groupBox4.layout() )
|
433
|
+
@groupBox4Layout.setAlignment( AlignTop )
|
434
|
+
|
435
|
+
@hostList = Qt::ListView.new(@groupBox4, "hostList")
|
436
|
+
@hostList.addColumn(trUtf8("Host"))
|
437
|
+
@hostList.addColumn(trUtf8("Hits"))
|
438
|
+
@hostList.addColumn(trUtf8("Pages"))
|
439
|
+
@hostList.addColumn(trUtf8("Current Page"))
|
440
|
+
@hostList.addColumn(trUtf8("IP"))
|
441
|
+
@hostList.addColumn(trUtf8("Browser"))
|
442
|
+
@hostList.setResizePolicy( Qt::ScrollView::Manual )
|
443
|
+
@hostList.setAllColumnsShowFocus( true )
|
444
|
+
|
445
|
+
@groupBox4Layout.addWidget(@hostList, 0, 0)
|
446
|
+
|
447
|
+
@layout4.addMultiCellWidget(@groupBox4, 1, 1, 0, 1)
|
448
|
+
|
449
|
+
@groupBox5 = Qt::GroupBox.new(@splitter3, "groupBox5")
|
450
|
+
@groupBox5.setSizePolicy( Qt::SizePolicy.new(5, 5, 0, 22, @groupBox5.sizePolicy().hasHeightForWidth()) )
|
451
|
+
@groupBox5.setColumnLayout( 0, Qt::Vertical )
|
452
|
+
@groupBox5.layout().setSpacing(6)
|
453
|
+
@groupBox5.layout().setMargin(11)
|
454
|
+
@groupBox5Layout = Qt::GridLayout.new(@groupBox5.layout() )
|
455
|
+
@groupBox5Layout.setAlignment( AlignTop )
|
456
|
+
|
457
|
+
@topPageList = Qt::ListView.new(@groupBox5, "topPageList")
|
458
|
+
@topPageList.addColumn(trUtf8("Page"))
|
459
|
+
@topPageList.addColumn(trUtf8("Count"))
|
460
|
+
@topPageList.addColumn(trUtf8("Bandwidth"))
|
461
|
+
@topPageList.setAllColumnsShowFocus( true )
|
462
|
+
|
463
|
+
@groupBox5Layout.addWidget(@topPageList, 0, 0)
|
464
|
+
|
465
|
+
@groupBox6 = Qt::GroupBox.new(@splitter3, "groupBox6")
|
466
|
+
@groupBox6.setSizePolicy( Qt::SizePolicy.new(5, 5, 0, 15, @groupBox6.sizePolicy().hasHeightForWidth()) )
|
467
|
+
@groupBox6.setColumnLayout( 0, Qt::Vertical )
|
468
|
+
@groupBox6.layout().setSpacing(6)
|
469
|
+
@groupBox6.layout().setMargin(11)
|
470
|
+
@groupBox6Layout = Qt::GridLayout.new(@groupBox6.layout() )
|
471
|
+
@groupBox6Layout.setAlignment( AlignTop )
|
472
|
+
|
473
|
+
@topRefererList = Qt::ListView.new(@groupBox6, "topRefererList")
|
474
|
+
@topRefererList.addColumn(trUtf8("URL"))
|
475
|
+
@topRefererList.addColumn(trUtf8("Count"))
|
476
|
+
@topRefererList.addColumn(trUtf8("Bandwidth"))
|
477
|
+
@topRefererList.setAllColumnsShowFocus( true )
|
478
|
+
|
479
|
+
@groupBox6Layout.addWidget(@topRefererList, 0, 0)
|
480
|
+
|
481
|
+
@currentStatusLayout.addWidget(@splitter3, 0, 0)
|
482
|
+
@tabWidget.insertTab(@currentStatus, trUtf8("&Current Status"))
|
483
|
+
|
484
|
+
@visitors = Qt::Widget.new(@tabWidget, "visitors")
|
485
|
+
@visitorsLayout = Qt::GridLayout.new(@visitors, 1, 1, 11, 6, 'visitorsLayout')
|
486
|
+
|
487
|
+
@groupBox11_2 = Qt::GroupBox.new(@visitors, "groupBox11_2")
|
488
|
+
@groupBox11_2.setSizePolicy( Qt::SizePolicy.new(3, 5, 0, 0, @groupBox11_2.sizePolicy().hasHeightForWidth()) )
|
489
|
+
@groupBox11_2.setColumnLayout( 0, Qt::Vertical )
|
490
|
+
@groupBox11_2.layout().setSpacing(6)
|
491
|
+
@groupBox11_2.layout().setMargin(11)
|
492
|
+
@groupBox11_2Layout = Qt::GridLayout.new(@groupBox11_2.layout() )
|
493
|
+
@groupBox11_2Layout.setAlignment( AlignTop )
|
494
|
+
|
495
|
+
@visitorCountryList = Qt::ListView.new(@groupBox11_2, "visitorCountryList")
|
496
|
+
@visitorCountryList.addColumn(trUtf8("Country"))
|
497
|
+
@visitorCountryList.addColumn(trUtf8("Visitors"))
|
498
|
+
@visitorCountryList.addColumn(trUtf8("Percentage"))
|
499
|
+
@visitorCountryList.setSelectionMode( Qt::ListView::Multi )
|
500
|
+
@visitorCountryList.setAllColumnsShowFocus( true )
|
501
|
+
|
502
|
+
@groupBox11_2Layout.addWidget(@visitorCountryList, 0, 0)
|
503
|
+
|
504
|
+
@visitorsLayout.addWidget(@groupBox11_2, 0, 1)
|
505
|
+
|
506
|
+
@visitorMapFrame = Qt::GroupBox.new(@visitors, "visitorMapFrame")
|
507
|
+
@visitorMapFrame.setSizePolicy( Qt::SizePolicy.new(0, 0, 0, 0, @visitorMapFrame.sizePolicy().hasHeightForWidth()) )
|
508
|
+
|
509
|
+
@visitorsLayout.addWidget(@visitorMapFrame, 0, 0)
|
510
|
+
|
511
|
+
@groupBox5_2 = Qt::GroupBox.new(@visitors, "groupBox5_2")
|
512
|
+
@groupBox5_2.setSizePolicy( Qt::SizePolicy.new(5, 5, 0, 100, @groupBox5_2.sizePolicy().hasHeightForWidth()) )
|
513
|
+
@groupBox5_2.setColumnLayout( 0, Qt::Vertical )
|
514
|
+
@groupBox5_2.layout().setSpacing(6)
|
515
|
+
@groupBox5_2.layout().setMargin(11)
|
516
|
+
@groupBox5_2Layout = Qt::GridLayout.new(@groupBox5_2.layout() )
|
517
|
+
@groupBox5_2Layout.setAlignment( AlignTop )
|
518
|
+
|
519
|
+
@textLabel2 = Qt::Label.new(@groupBox5_2, "textLabel2")
|
520
|
+
|
521
|
+
@groupBox5_2Layout.addWidget(@textLabel2, 0, 0)
|
522
|
+
|
523
|
+
@fullHostList = Qt::ListView.new(@groupBox5_2, "fullHostList")
|
524
|
+
@fullHostList.addColumn(trUtf8("Host"))
|
525
|
+
@fullHostList.addColumn(trUtf8("Hits"))
|
526
|
+
@fullHostList.addColumn(trUtf8("Pages"))
|
527
|
+
@fullHostList.addColumn(trUtf8("Last Page"))
|
528
|
+
@fullHostList.addColumn(trUtf8("Last Seen"))
|
529
|
+
@fullHostList.addColumn(trUtf8("IP"))
|
530
|
+
@fullHostList.addColumn(trUtf8("Browser"))
|
531
|
+
@fullHostList.setAllColumnsShowFocus( true )
|
532
|
+
|
533
|
+
@groupBox5_2Layout.addMultiCellWidget(@fullHostList, 1, 1, 0, 4)
|
534
|
+
|
535
|
+
@visitorFilter = Qt::LineEdit.new(@groupBox5_2, "visitorFilter")
|
536
|
+
@visitorFilter.setMinimumSize( Qt::Size.new(300, 0) )
|
537
|
+
|
538
|
+
@groupBox5_2Layout.addWidget(@visitorFilter, 0, 1)
|
539
|
+
@spacer5 = Qt::SpacerItem.new(111, 20, Qt::SizePolicy::Expanding, Qt::SizePolicy::Minimum)
|
540
|
+
@groupBox5_2Layout.addItem(@spacer5, 0, 3)
|
541
|
+
|
542
|
+
@clearVisitorFilterBtn = Qt::ToolButton.new(@groupBox5_2, "clearVisitorFilterBtn")
|
543
|
+
|
544
|
+
@groupBox5_2Layout.addWidget(@clearVisitorFilterBtn, 0, 2)
|
545
|
+
|
546
|
+
@largeVisitorMapBtn = Qt::PushButton.new(@groupBox5_2, "largeVisitorMapBtn")
|
547
|
+
|
548
|
+
@groupBox5_2Layout.addWidget(@largeVisitorMapBtn, 0, 4)
|
549
|
+
|
550
|
+
@visitorsLayout.addMultiCellWidget(@groupBox5_2, 1, 1, 0, 1)
|
551
|
+
@tabWidget.insertTab(@visitors, trUtf8("&Visitors"))
|
552
|
+
|
553
|
+
@pages = Qt::Widget.new(@tabWidget, "pages")
|
554
|
+
@pagesLayout = Qt::GridLayout.new(@pages, 1, 1, 11, 6, 'pagesLayout')
|
555
|
+
|
556
|
+
@groupBox4_2 = Qt::GroupBox.new(@pages, "groupBox4_2")
|
557
|
+
@groupBox4_2.setColumnLayout( 0, Qt::Vertical )
|
558
|
+
@groupBox4_2.layout().setSpacing(6)
|
559
|
+
@groupBox4_2.layout().setMargin(11)
|
560
|
+
@groupBox4_2Layout = Qt::GridLayout.new(@groupBox4_2.layout() )
|
561
|
+
@groupBox4_2Layout.setAlignment( AlignTop )
|
562
|
+
|
563
|
+
@textLabel1 = Qt::Label.new(@groupBox4_2, "textLabel1")
|
564
|
+
|
565
|
+
@groupBox4_2Layout.addWidget(@textLabel1, 0, 0)
|
566
|
+
|
567
|
+
@pageList = Qt::ListView.new(@groupBox4_2, "pageList")
|
568
|
+
@pageList.addColumn(trUtf8("Page"))
|
569
|
+
@pageList.addColumn(trUtf8("Views"))
|
570
|
+
@pageList.addColumn(trUtf8("Entries"))
|
571
|
+
@pageList.addColumn(trUtf8("Exists"))
|
572
|
+
@pageList.setAllColumnsShowFocus( true )
|
573
|
+
|
574
|
+
@groupBox4_2Layout.addMultiCellWidget(@pageList, 1, 1, 0, 2)
|
575
|
+
|
576
|
+
@pageFilter = Qt::LineEdit.new(@groupBox4_2, "pageFilter")
|
577
|
+
|
578
|
+
@groupBox4_2Layout.addWidget(@pageFilter, 0, 1)
|
579
|
+
|
580
|
+
@clearPageFilterBtn = Qt::ToolButton.new(@groupBox4_2, "clearPageFilterBtn")
|
581
|
+
|
582
|
+
@groupBox4_2Layout.addWidget(@clearPageFilterBtn, 0, 2)
|
583
|
+
|
584
|
+
@pagesLayout.addWidget(@groupBox4_2, 0, 0)
|
585
|
+
@tabWidget.insertTab(@pages, trUtf8("&Pages"))
|
586
|
+
|
587
|
+
@TabPage = Qt::Widget.new(@tabWidget, "TabPage")
|
588
|
+
@TabPageLayout = Qt::GridLayout.new(@TabPage, 1, 1, 11, 6, 'TabPageLayout')
|
589
|
+
|
590
|
+
@groupBox6_2 = Qt::GroupBox.new(@TabPage, "groupBox6_2")
|
591
|
+
@groupBox6_2.setColumnLayout( 0, Qt::Vertical )
|
592
|
+
@groupBox6_2.layout().setSpacing(6)
|
593
|
+
@groupBox6_2.layout().setMargin(11)
|
594
|
+
@groupBox6_2Layout = Qt::GridLayout.new(@groupBox6_2.layout() )
|
595
|
+
@groupBox6_2Layout.setAlignment( AlignTop )
|
596
|
+
|
597
|
+
@refererList = Qt::ListView.new(@groupBox6_2, "refererList")
|
598
|
+
@refererList.addColumn(trUtf8("URL"))
|
599
|
+
@refererList.addColumn(trUtf8("Count"))
|
600
|
+
@refererList.setAllColumnsShowFocus( true )
|
601
|
+
|
602
|
+
@groupBox6_2Layout.addMultiCellWidget(@refererList, 1, 1, 0, 2)
|
603
|
+
|
604
|
+
@textLabel3 = Qt::Label.new(@groupBox6_2, "textLabel3")
|
605
|
+
|
606
|
+
@groupBox6_2Layout.addWidget(@textLabel3, 0, 0)
|
607
|
+
|
608
|
+
@refererFilter = Qt::LineEdit.new(@groupBox6_2, "refererFilter")
|
609
|
+
|
610
|
+
@groupBox6_2Layout.addWidget(@refererFilter, 0, 1)
|
611
|
+
|
612
|
+
@clearRefererFilterBtn = Qt::ToolButton.new(@groupBox6_2, "clearRefererFilterBtn")
|
613
|
+
|
614
|
+
@groupBox6_2Layout.addWidget(@clearRefererFilterBtn, 0, 2)
|
615
|
+
|
616
|
+
@TabPageLayout.addWidget(@groupBox6_2, 0, 0)
|
617
|
+
@tabWidget.insertTab(@TabPage, trUtf8("&Referers"))
|
618
|
+
|
619
|
+
@TabPage_2 = Qt::Widget.new(@tabWidget, "TabPage_2")
|
620
|
+
@TabPageLayout_2 = Qt::GridLayout.new(@TabPage_2, 1, 1, 11, 6, 'TabPageLayout_2')
|
621
|
+
|
622
|
+
@groupBox12 = Qt::GroupBox.new(@TabPage_2, "groupBox12")
|
623
|
+
@groupBox12.setSizePolicy( Qt::SizePolicy.new(5, 5, 0, 30, @groupBox12.sizePolicy().hasHeightForWidth()) )
|
624
|
+
@groupBox12.setColumnLayout( 0, Qt::Vertical )
|
625
|
+
@groupBox12.layout().setSpacing(6)
|
626
|
+
@groupBox12.layout().setMargin(11)
|
627
|
+
@groupBox12Layout = Qt::GridLayout.new(@groupBox12.layout() )
|
628
|
+
@groupBox12Layout.setAlignment( AlignTop )
|
629
|
+
|
630
|
+
@statusCodeList = Qt::ListView.new(@groupBox12, "statusCodeList")
|
631
|
+
@statusCodeList.addColumn(trUtf8("Code"))
|
632
|
+
@statusCodeList.addColumn(trUtf8("Description"))
|
633
|
+
@statusCodeList.addColumn(trUtf8("Hits"))
|
634
|
+
@statusCodeList.addColumn(trUtf8("Bandwidth"))
|
635
|
+
@statusCodeList.setSelectionMode( Qt::ListView::Multi )
|
636
|
+
@statusCodeList.setAllColumnsShowFocus( true )
|
637
|
+
|
638
|
+
@groupBox12Layout.addWidget(@statusCodeList, 0, 0)
|
639
|
+
|
640
|
+
@TabPageLayout_2.addWidget(@groupBox12, 0, 0)
|
641
|
+
|
642
|
+
@groupBox20 = Qt::GroupBox.new(@TabPage_2, "groupBox20")
|
643
|
+
@groupBox20.setSizePolicy( Qt::SizePolicy.new(5, 5, 0, 70, @groupBox20.sizePolicy().hasHeightForWidth()) )
|
644
|
+
@groupBox20.setColumnLayout( 0, Qt::Vertical )
|
645
|
+
@groupBox20.layout().setSpacing(6)
|
646
|
+
@groupBox20.layout().setMargin(11)
|
647
|
+
@groupBox20Layout = Qt::GridLayout.new(@groupBox20.layout() )
|
648
|
+
@groupBox20Layout.setAlignment( AlignTop )
|
649
|
+
|
650
|
+
@hitList = Qt::ListView.new(@groupBox20, "hitList")
|
651
|
+
@hitList.addColumn(trUtf8("Time Stamp"))
|
652
|
+
@hitList.addColumn(trUtf8("Code"))
|
653
|
+
@hitList.addColumn(trUtf8("Visitor"))
|
654
|
+
@hitList.addColumn(trUtf8("Request"))
|
655
|
+
@hitList.addColumn(trUtf8("Referer"))
|
656
|
+
@hitList.setAllColumnsShowFocus( true )
|
657
|
+
|
658
|
+
@groupBox20Layout.addWidget(@hitList, 0, 0)
|
659
|
+
|
660
|
+
@TabPageLayout_2.addWidget(@groupBox20, 1, 0)
|
661
|
+
@tabWidget.insertTab(@TabPage_2, trUtf8("&Status Codes"))
|
662
|
+
|
663
|
+
@MainWindowDlgLayout.addWidget(@tabWidget, 0, 0)
|
664
|
+
|
665
|
+
@fileNewAction= Qt::Action.new(self, "fileNewAction")
|
666
|
+
@fileNewAction.setIconSet(Qt::IconSet.new(@image0))
|
667
|
+
@fileOpenAction= Qt::Action.new(self, "fileOpenAction")
|
668
|
+
@fileOpenAction.setIconSet(Qt::IconSet.new(@image1))
|
669
|
+
@fileSaveAction= Qt::Action.new(self, "fileSaveAction")
|
670
|
+
@fileSaveAction.setIconSet(Qt::IconSet.new(@image2))
|
671
|
+
@fileSaveAsAction= Qt::Action.new(self, "fileSaveAsAction")
|
672
|
+
@filePrintAction= Qt::Action.new(self, "filePrintAction")
|
673
|
+
@filePrintAction.setIconSet(Qt::IconSet.new(@image3))
|
674
|
+
@fileExitAction= Qt::Action.new(self, "fileExitAction")
|
675
|
+
@editUndoAction= Qt::Action.new(self, "editUndoAction")
|
676
|
+
@editUndoAction.setIconSet(Qt::IconSet.new(@image4))
|
677
|
+
@editRedoAction= Qt::Action.new(self, "editRedoAction")
|
678
|
+
@editRedoAction.setIconSet(Qt::IconSet.new(@image5))
|
679
|
+
@editCutAction= Qt::Action.new(self, "editCutAction")
|
680
|
+
@editCutAction.setIconSet(Qt::IconSet.new(@image6))
|
681
|
+
@editCopyAction= Qt::Action.new(self, "editCopyAction")
|
682
|
+
@editCopyAction.setIconSet(Qt::IconSet.new(@image7))
|
683
|
+
@editPasteAction= Qt::Action.new(self, "editPasteAction")
|
684
|
+
@editPasteAction.setIconSet(Qt::IconSet.new(@image8))
|
685
|
+
@editFindAction= Qt::Action.new(self, "editFindAction")
|
686
|
+
@editFindAction.setIconSet(Qt::IconSet.new(@image9))
|
687
|
+
@helpContentsAction= Qt::Action.new(self, "helpContentsAction")
|
688
|
+
@helpIndexAction= Qt::Action.new(self, "helpIndexAction")
|
689
|
+
@helpAboutAction= Qt::Action.new(self, "helpAboutAction")
|
690
|
+
@new_menunew_itemAction= Qt::Action.new(self, "new_menunew_itemAction")
|
691
|
+
@settingsShow_Other_HitsAction= Qt::Action.new(self, "settingsShow_Other_HitsAction")
|
692
|
+
@settingsnew_itemAction= Qt::Action.new(self, "settingsnew_itemAction")
|
693
|
+
@mw_1= Qt::Action.new(self, "mw_1")
|
694
|
+
@mw_1.setToggleAction(true)
|
695
|
+
@mw_2= Qt::Action.new(self, "mw_2")
|
696
|
+
@mw_2.setToggleAction(true)
|
697
|
+
@mw_5= Qt::Action.new(self, "mw_5")
|
698
|
+
@mw_5.setToggleAction(true)
|
699
|
+
@mw_10= Qt::Action.new(self, "mw_10")
|
700
|
+
@mw_10.setToggleAction(true)
|
701
|
+
@mw_20= Qt::Action.new(self, "mw_20")
|
702
|
+
@mw_20.setToggleAction(true)
|
703
|
+
@mw_30= Qt::Action.new(self, "mw_30")
|
704
|
+
@mw_30.setToggleAction(true)
|
705
|
+
@mw_60= Qt::Action.new(self, "mw_60")
|
706
|
+
@mw_60.setToggleAction(true)
|
707
|
+
@mw_120= Qt::Action.new(self, "mw_120")
|
708
|
+
@mw_120.setToggleAction(true)
|
709
|
+
@showRobots= Qt::Action.new(self, "showRobots")
|
710
|
+
@showRobots.setToggleAction(true)
|
711
|
+
@showAuxPages= Qt::Action.new(self, "showAuxPages")
|
712
|
+
@showAuxPages.setToggleAction(true)
|
713
|
+
@settingsConfigure_Click_SpotterAction= Qt::Action.new(self, "settingsConfigure_Click_SpotterAction")
|
714
|
+
@about= Qt::Action.new(self, "about")
|
715
|
+
@showRegularPages= Qt::Action.new(self, "showRegularPages")
|
716
|
+
@showRegularPages.setToggleAction(true)
|
717
|
+
@showSurfers= Qt::Action.new(self, "showSurfers")
|
718
|
+
@showSurfers.setToggleAction(true)
|
719
|
+
@newLog= Qt::Action.new(self, "newLog")
|
720
|
+
@openLog= Qt::Action.new(self, "openLog")
|
721
|
+
|
722
|
+
|
723
|
+
|
724
|
+
|
725
|
+
@MenuBar = Qt::MenuBar.new( self, "MenuBar" )
|
726
|
+
|
727
|
+
|
728
|
+
@fileMenu = Qt::PopupMenu.new( self )
|
729
|
+
@newLog.addTo( @fileMenu )
|
730
|
+
@openLog.addTo( @fileMenu )
|
731
|
+
@fileMenu.insertSeparator()
|
732
|
+
@fileExitAction.addTo( @fileMenu )
|
733
|
+
@MenuBar.insertItem( "", @fileMenu, 1 )
|
734
|
+
|
735
|
+
@Monitor_Window = Qt::PopupMenu.new( self )
|
736
|
+
@mw_1.addTo( @Monitor_Window )
|
737
|
+
@mw_2.addTo( @Monitor_Window )
|
738
|
+
@mw_5.addTo( @Monitor_Window )
|
739
|
+
@mw_10.addTo( @Monitor_Window )
|
740
|
+
@mw_20.addTo( @Monitor_Window )
|
741
|
+
@mw_30.addTo( @Monitor_Window )
|
742
|
+
@mw_60.addTo( @Monitor_Window )
|
743
|
+
@mw_120.addTo( @Monitor_Window )
|
744
|
+
@MenuBar.insertItem( "", @Monitor_Window, 2 )
|
745
|
+
|
746
|
+
@Show = Qt::PopupMenu.new( self )
|
747
|
+
@showSurfers.addTo( @Show )
|
748
|
+
@showRobots.addTo( @Show )
|
749
|
+
@Show.insertSeparator()
|
750
|
+
@showRegularPages.addTo( @Show )
|
751
|
+
@showAuxPages.addTo( @Show )
|
752
|
+
@MenuBar.insertItem( "", @Show, 3 )
|
753
|
+
|
754
|
+
@Settings = Qt::PopupMenu.new( self )
|
755
|
+
@settingsConfigure_Click_SpotterAction.addTo( @Settings )
|
756
|
+
@MenuBar.insertItem( "", @Settings, 4 )
|
757
|
+
|
758
|
+
@Help = Qt::PopupMenu.new( self )
|
759
|
+
@about.addTo( @Help )
|
760
|
+
@MenuBar.insertItem( "", @Help, 5 )
|
761
|
+
|
762
|
+
@MenuBar.insertSeparator( 6 )
|
763
|
+
|
764
|
+
languageChange()
|
765
|
+
resize( Qt::Size.new(749, 748).expandedTo(minimumSizeHint()) )
|
766
|
+
clearWState( WState_Polished )
|
767
|
+
|
768
|
+
Qt::Object.connect(@fileNewAction, SIGNAL("activated()"), self, SLOT("fileNew()") )
|
769
|
+
Qt::Object.connect(@fileOpenAction, SIGNAL("activated()"), self, SLOT("fileOpen()") )
|
770
|
+
Qt::Object.connect(@fileExitAction, SIGNAL("activated()"), self, SLOT("fileExit()") )
|
771
|
+
Qt::Object.connect(@helpAboutAction, SIGNAL("activated()"), self, SLOT("helpAbout()") )
|
772
|
+
Qt::Object.connect(@mw_2, SIGNAL("activated()"), self, SLOT("mw_2()") )
|
773
|
+
Qt::Object.connect(@mw_5, SIGNAL("activated()"), self, SLOT("mw_5()") )
|
774
|
+
Qt::Object.connect(@mw_10, SIGNAL("activated()"), self, SLOT("mw_10()") )
|
775
|
+
Qt::Object.connect(@mw_20, SIGNAL("activated()"), self, SLOT("mw_20()") )
|
776
|
+
Qt::Object.connect(@mw_1, SIGNAL("activated()"), self, SLOT("mw_1()") )
|
777
|
+
Qt::Object.connect(@mw_30, SIGNAL("activated()"), self, SLOT("mw_30()") )
|
778
|
+
Qt::Object.connect(@mw_60, SIGNAL("activated()"), self, SLOT("mw_60()") )
|
779
|
+
Qt::Object.connect(@mw_120, SIGNAL("activated()"), self, SLOT("mw_120()") )
|
780
|
+
Qt::Object.connect(@showAuxPages, SIGNAL("activated()"), self, SLOT("showAuxPages()") )
|
781
|
+
Qt::Object.connect(@showRegularPages, SIGNAL("activated()"), self, SLOT("showRegularPages()") )
|
782
|
+
Qt::Object.connect(@showRobots, SIGNAL("activated()"), self, SLOT("showRobots()") )
|
783
|
+
Qt::Object.connect(@showSurfers, SIGNAL("activated()"), self, SLOT("showSurfers()") )
|
784
|
+
Qt::Object.connect(@openLog, SIGNAL("activated()"), self, SLOT("openLog()") )
|
785
|
+
Qt::Object.connect(@newLog, SIGNAL("activated()"), self, SLOT("newLog()") )
|
786
|
+
Qt::Object.connect(@about, SIGNAL("activated()"), self, SLOT("about()") )
|
787
|
+
Qt::Object.connect(@settingsConfigure_Click_SpotterAction, SIGNAL("activated()"), self, SLOT("configureClickSpotter()") )
|
788
|
+
Qt::Object.connect(@largeVisitorMapBtn, SIGNAL("clicked()"), self, SLOT("largeVisitorMapBtnClicked()") )
|
789
|
+
end
|
790
|
+
|
791
|
+
#
|
792
|
+
# Sets the strings of the subwidgets using the current
|
793
|
+
# language.
|
794
|
+
#
|
795
|
+
def languageChange()
|
796
|
+
setCaption(trUtf8("Click Spotter"))
|
797
|
+
@currentMapFrame.setTitle( trUtf8("Visitor Locations") )
|
798
|
+
@groupBox11.setTitle( trUtf8("Geographical Distribution") )
|
799
|
+
@currentCountryList.header().setLabel( 0, trUtf8("Country") )
|
800
|
+
@currentCountryList.header().setLabel( 1, trUtf8("Visitors") )
|
801
|
+
@currentCountryList.header().setLabel( 2, trUtf8("Percentage") )
|
802
|
+
@groupBox4.setTitle( trUtf8("Recent Visitors") )
|
803
|
+
@hostList.header().setLabel( 0, trUtf8("Host") )
|
804
|
+
@hostList.header().setLabel( 1, trUtf8("Hits") )
|
805
|
+
@hostList.header().setLabel( 2, trUtf8("Pages") )
|
806
|
+
@hostList.header().setLabel( 3, trUtf8("Current Page") )
|
807
|
+
@hostList.header().setLabel( 4, trUtf8("IP") )
|
808
|
+
@hostList.header().setLabel( 5, trUtf8("Browser") )
|
809
|
+
@groupBox5.setTitle( trUtf8("Top Pages") )
|
810
|
+
@topPageList.header().setLabel( 0, trUtf8("Page") )
|
811
|
+
@topPageList.header().setLabel( 1, trUtf8("Count") )
|
812
|
+
@topPageList.header().setLabel( 2, trUtf8("Bandwidth") )
|
813
|
+
@groupBox6.setTitle( trUtf8("Top Referers") )
|
814
|
+
@topRefererList.header().setLabel( 0, trUtf8("URL") )
|
815
|
+
@topRefererList.header().setLabel( 1, trUtf8("Count") )
|
816
|
+
@topRefererList.header().setLabel( 2, trUtf8("Bandwidth") )
|
817
|
+
@tabWidget.changeTab( @currentStatus, trUtf8("&Current Status") )
|
818
|
+
@groupBox11_2.setTitle( trUtf8("Geographical Distribution") )
|
819
|
+
@visitorCountryList.header().setLabel( 0, trUtf8("Country") )
|
820
|
+
@visitorCountryList.header().setLabel( 1, trUtf8("Visitors") )
|
821
|
+
@visitorCountryList.header().setLabel( 2, trUtf8("Percentage") )
|
822
|
+
@visitorMapFrame.setTitle( trUtf8("Visitor Locations") )
|
823
|
+
@groupBox5_2.setTitle( trUtf8("Web Site Visitors") )
|
824
|
+
@textLabel2.setText( trUtf8("RegExp Filter:") )
|
825
|
+
@fullHostList.header().setLabel( 0, trUtf8("Host") )
|
826
|
+
@fullHostList.header().setLabel( 1, trUtf8("Hits") )
|
827
|
+
@fullHostList.header().setLabel( 2, trUtf8("Pages") )
|
828
|
+
@fullHostList.header().setLabel( 3, trUtf8("Last Page") )
|
829
|
+
@fullHostList.header().setLabel( 4, trUtf8("Last Seen") )
|
830
|
+
@fullHostList.header().setLabel( 5, trUtf8("IP") )
|
831
|
+
@fullHostList.header().setLabel( 6, trUtf8("Browser") )
|
832
|
+
@clearVisitorFilterBtn.setText( trUtf8("Clear") )
|
833
|
+
@largeVisitorMapBtn.setText( trUtf8("Large Map") )
|
834
|
+
@tabWidget.changeTab( @visitors, trUtf8("&Visitors") )
|
835
|
+
@groupBox4_2.setTitle( trUtf8("Visited Pages") )
|
836
|
+
@textLabel1.setText( trUtf8("RegExp Filter:") )
|
837
|
+
@pageList.header().setLabel( 0, trUtf8("Page") )
|
838
|
+
@pageList.header().setLabel( 1, trUtf8("Views") )
|
839
|
+
@pageList.header().setLabel( 2, trUtf8("Entries") )
|
840
|
+
@pageList.header().setLabel( 3, trUtf8("Exists") )
|
841
|
+
@clearPageFilterBtn.setText( trUtf8("Clear") )
|
842
|
+
@tabWidget.changeTab( @pages, trUtf8("&Pages") )
|
843
|
+
@groupBox6_2.setTitle( trUtf8("External Refering Pages") )
|
844
|
+
@refererList.header().setLabel( 0, trUtf8("URL") )
|
845
|
+
@refererList.header().setLabel( 1, trUtf8("Count") )
|
846
|
+
@textLabel3.setText( trUtf8("RegExp Filter:") )
|
847
|
+
@clearRefererFilterBtn.setText( trUtf8("Clear") )
|
848
|
+
@tabWidget.changeTab( @TabPage, trUtf8("&Referers") )
|
849
|
+
@groupBox12.setTitle( trUtf8("HTML Status Codes") )
|
850
|
+
@statusCodeList.header().setLabel( 0, trUtf8("Code") )
|
851
|
+
@statusCodeList.header().setLabel( 1, trUtf8("Description") )
|
852
|
+
@statusCodeList.header().setLabel( 2, trUtf8("Hits") )
|
853
|
+
@statusCodeList.header().setLabel( 3, trUtf8("Bandwidth") )
|
854
|
+
@groupBox20.setTitle( trUtf8("Hits with Selected Status Codes") )
|
855
|
+
@hitList.header().setLabel( 0, trUtf8("Time Stamp") )
|
856
|
+
@hitList.header().setLabel( 1, trUtf8("Code") )
|
857
|
+
@hitList.header().setLabel( 2, trUtf8("Visitor") )
|
858
|
+
@hitList.header().setLabel( 3, trUtf8("Request") )
|
859
|
+
@hitList.header().setLabel( 4, trUtf8("Referer") )
|
860
|
+
@tabWidget.changeTab( @TabPage_2, trUtf8("&Status Codes") )
|
861
|
+
@fileNewAction.setText(trUtf8("New"))
|
862
|
+
@fileNewAction.setMenuText(trUtf8("&New"))
|
863
|
+
@fileNewAction.setAccel(Qt::KeySequence.new(trUtf8("Ctrl+N")))
|
864
|
+
@fileOpenAction.setText(trUtf8("&Open..."))
|
865
|
+
@fileOpenAction.setMenuText(trUtf8("&Open..."))
|
866
|
+
@fileOpenAction.setAccel(Qt::KeySequence.new(trUtf8("Ctrl+O")))
|
867
|
+
@fileSaveAction.setText(trUtf8("Save"))
|
868
|
+
@fileSaveAction.setMenuText(trUtf8("&Save"))
|
869
|
+
@fileSaveAction.setAccel(Qt::KeySequence.new(trUtf8("Ctrl+S")))
|
870
|
+
@fileSaveAsAction.setText(trUtf8("Save As"))
|
871
|
+
@fileSaveAsAction.setMenuText(trUtf8("Save &As..."))
|
872
|
+
@fileSaveAsAction.setAccel(Qt::KeySequence.new(nil))
|
873
|
+
@filePrintAction.setText(trUtf8("Print"))
|
874
|
+
@filePrintAction.setMenuText(trUtf8("&Print..."))
|
875
|
+
@filePrintAction.setAccel(Qt::KeySequence.new(trUtf8("Ctrl+P")))
|
876
|
+
@fileExitAction.setText(trUtf8("Exit"))
|
877
|
+
@fileExitAction.setMenuText(trUtf8("E&xit"))
|
878
|
+
@fileExitAction.setAccel(Qt::KeySequence.new(nil))
|
879
|
+
@editUndoAction.setText(trUtf8("Undo"))
|
880
|
+
@editUndoAction.setMenuText(trUtf8("&Undo"))
|
881
|
+
@editUndoAction.setAccel(Qt::KeySequence.new(trUtf8("Ctrl+Z")))
|
882
|
+
@editRedoAction.setText(trUtf8("Redo"))
|
883
|
+
@editRedoAction.setMenuText(trUtf8("&Redo"))
|
884
|
+
@editRedoAction.setAccel(Qt::KeySequence.new(trUtf8("Ctrl+Y")))
|
885
|
+
@editCutAction.setText(trUtf8("Cut"))
|
886
|
+
@editCutAction.setMenuText(trUtf8("Cu&t"))
|
887
|
+
@editCutAction.setAccel(Qt::KeySequence.new(trUtf8("Ctrl+X")))
|
888
|
+
@editCopyAction.setText(trUtf8("Copy"))
|
889
|
+
@editCopyAction.setMenuText(trUtf8("&Copy"))
|
890
|
+
@editCopyAction.setAccel(Qt::KeySequence.new(trUtf8("Ctrl+C")))
|
891
|
+
@editPasteAction.setText(trUtf8("Paste"))
|
892
|
+
@editPasteAction.setMenuText(trUtf8("&Paste"))
|
893
|
+
@editPasteAction.setAccel(Qt::KeySequence.new(trUtf8("Ctrl+V")))
|
894
|
+
@editFindAction.setText(trUtf8("Find"))
|
895
|
+
@editFindAction.setMenuText(trUtf8("&Find..."))
|
896
|
+
@editFindAction.setAccel(Qt::KeySequence.new(trUtf8("Ctrl+F")))
|
897
|
+
@helpContentsAction.setText(trUtf8("Contents"))
|
898
|
+
@helpContentsAction.setMenuText(trUtf8("&Contents..."))
|
899
|
+
@helpContentsAction.setAccel(Qt::KeySequence.new(nil))
|
900
|
+
@helpIndexAction.setText(trUtf8("Index"))
|
901
|
+
@helpIndexAction.setMenuText(trUtf8("&Index..."))
|
902
|
+
@helpIndexAction.setAccel(Qt::KeySequence.new(nil))
|
903
|
+
@helpAboutAction.setText(trUtf8("About"))
|
904
|
+
@helpAboutAction.setMenuText(trUtf8("&About"))
|
905
|
+
@helpAboutAction.setAccel(Qt::KeySequence.new(nil))
|
906
|
+
@new_menunew_itemAction.setText(trUtf8("Show Pages"))
|
907
|
+
@new_menunew_itemAction.setMenuText(trUtf8("Show Pages"))
|
908
|
+
@settingsShow_Other_HitsAction.setText(trUtf8("Show Other Hits"))
|
909
|
+
@settingsShow_Other_HitsAction.setMenuText(trUtf8("Show Other Hits"))
|
910
|
+
@settingsnew_itemAction.setText(trUtf8("Show Surfers"))
|
911
|
+
@settingsnew_itemAction.setMenuText(trUtf8("Show Surfers"))
|
912
|
+
@mw_1.setText(trUtf8("&1 Minute"))
|
913
|
+
@mw_1.setMenuText(trUtf8("&1 Minute"))
|
914
|
+
@mw_2.setText(trUtf8("&2 Minutes"))
|
915
|
+
@mw_2.setMenuText(trUtf8("&2 Minutes"))
|
916
|
+
@mw_5.setText(trUtf8("&5 Minutes"))
|
917
|
+
@mw_5.setMenuText(trUtf8("&5 Minutes"))
|
918
|
+
@mw_5.setStatusTip(trUtf8("5 Minutes"))
|
919
|
+
@mw_10.setText(trUtf8("1&0 Minutes"))
|
920
|
+
@mw_10.setMenuText(trUtf8("1&0 Minutes"))
|
921
|
+
@mw_20.setText(trUtf8("20 Minutes"))
|
922
|
+
@mw_30.setText(trUtf8("30 Minutes"))
|
923
|
+
@mw_60.setText(trUtf8("1 Hour"))
|
924
|
+
@mw_120.setText(trUtf8("2 Hours"))
|
925
|
+
@showRobots.setText(trUtf8("R&obots"))
|
926
|
+
@showRobots.setMenuText(trUtf8("R&obots"))
|
927
|
+
@showAuxPages.setText(trUtf8("&Auxilliary Pages"))
|
928
|
+
@showAuxPages.setMenuText(trUtf8("&Auxilliary Pages"))
|
929
|
+
@showAuxPages.setToolTip(trUtf8("Icons, Graphics, Stylesheets and similar pages"))
|
930
|
+
@settingsConfigure_Click_SpotterAction.setText(trUtf8("Configure Click Spotter"))
|
931
|
+
@settingsConfigure_Click_SpotterAction.setMenuText(trUtf8("Configure Click Spotter"))
|
932
|
+
@about.setText(trUtf8("About Click Spotter"))
|
933
|
+
@showRegularPages.setText(trUtf8("Re&gular Pages"))
|
934
|
+
@showRegularPages.setMenuText(trUtf8("Re&gular Pages"))
|
935
|
+
@showSurfers.setText(trUtf8("S&urfers"))
|
936
|
+
@showSurfers.setMenuText(trUtf8("S&urfers"))
|
937
|
+
@newLog.setText(trUtf8("New ..."))
|
938
|
+
@openLog.setText(trUtf8("Open ..."))
|
939
|
+
if !@MenuBar.findItem(1).nil?
|
940
|
+
@MenuBar.findItem(1).setText( trUtf8("&File") )
|
941
|
+
end
|
942
|
+
if !@MenuBar.findItem(2).nil?
|
943
|
+
@MenuBar.findItem(2).setText( trUtf8("&Monitor Window") )
|
944
|
+
end
|
945
|
+
if !@MenuBar.findItem(3).nil?
|
946
|
+
@MenuBar.findItem(3).setText( trUtf8("Sho&w") )
|
947
|
+
end
|
948
|
+
if !@MenuBar.findItem(4).nil?
|
949
|
+
@MenuBar.findItem(4).setText( trUtf8("S&ettings") )
|
950
|
+
end
|
951
|
+
if !@MenuBar.findItem(5).nil?
|
952
|
+
@MenuBar.findItem(5).setText( trUtf8("&Help") )
|
953
|
+
end
|
954
|
+
end
|
955
|
+
protected :languageChange
|
956
|
+
|
957
|
+
|
958
|
+
def fileNew(*k)
|
959
|
+
print("MainWindowDlg.fileNew(): Not implemented yet.\n")
|
960
|
+
end
|
961
|
+
|
962
|
+
def fileOpen(*k)
|
963
|
+
print("MainWindowDlg.fileOpen(): Not implemented yet.\n")
|
964
|
+
end
|
965
|
+
|
966
|
+
def fileExit(*k)
|
967
|
+
print("MainWindowDlg.fileExit(): Not implemented yet.\n")
|
968
|
+
end
|
969
|
+
|
970
|
+
def helpAbout(*k)
|
971
|
+
print("MainWindowDlg.helpAbout(): Not implemented yet.\n")
|
972
|
+
end
|
973
|
+
|
974
|
+
def mw_1(*k)
|
975
|
+
print("MainWindowDlg.mw_1(): Not implemented yet.\n")
|
976
|
+
end
|
977
|
+
|
978
|
+
def mw_2(*k)
|
979
|
+
print("MainWindowDlg.mw_2(): Not implemented yet.\n")
|
980
|
+
end
|
981
|
+
|
982
|
+
def mw_5(*k)
|
983
|
+
print("MainWindowDlg.mw_5(): Not implemented yet.\n")
|
984
|
+
end
|
985
|
+
|
986
|
+
def mw_10(*k)
|
987
|
+
print("MainWindowDlg.mw_10(): Not implemented yet.\n")
|
988
|
+
end
|
989
|
+
|
990
|
+
def mw_20(*k)
|
991
|
+
print("MainWindowDlg.mw_20(): Not implemented yet.\n")
|
992
|
+
end
|
993
|
+
|
994
|
+
def mw_30(*k)
|
995
|
+
print("MainWindowDlg.mw_30(): Not implemented yet.\n")
|
996
|
+
end
|
997
|
+
|
998
|
+
def mw_60(*k)
|
999
|
+
print("MainWindowDlg.mw_60(): Not implemented yet.\n")
|
1000
|
+
end
|
1001
|
+
|
1002
|
+
def mw_120(*k)
|
1003
|
+
print("MainWindowDlg.mw_120(): Not implemented yet.\n")
|
1004
|
+
end
|
1005
|
+
|
1006
|
+
def mw_1(*k)
|
1007
|
+
print("MainWindowDlg.mw_1(): Not implemented yet.\n")
|
1008
|
+
end
|
1009
|
+
|
1010
|
+
def aboutVW_activated(*k)
|
1011
|
+
print("MainWindowDlg.aboutVW_activated(): Not implemented yet.\n")
|
1012
|
+
end
|
1013
|
+
|
1014
|
+
def showAuxPages(*k)
|
1015
|
+
print("MainWindowDlg.showAuxPages(): Not implemented yet.\n")
|
1016
|
+
end
|
1017
|
+
|
1018
|
+
def showRegularPages(*k)
|
1019
|
+
print("MainWindowDlg.showRegularPages(): Not implemented yet.\n")
|
1020
|
+
end
|
1021
|
+
|
1022
|
+
def aboutVW(*k)
|
1023
|
+
print("MainWindowDlg.aboutVW(): Not implemented yet.\n")
|
1024
|
+
end
|
1025
|
+
|
1026
|
+
def showRobots(*k)
|
1027
|
+
print("MainWindowDlg.showRobots(): Not implemented yet.\n")
|
1028
|
+
end
|
1029
|
+
|
1030
|
+
def showSurfers(*k)
|
1031
|
+
print("MainWindowDlg.showSurfers(): Not implemented yet.\n")
|
1032
|
+
end
|
1033
|
+
|
1034
|
+
def openLog(*k)
|
1035
|
+
print("MainWindowDlg.openLog(): Not implemented yet.\n")
|
1036
|
+
end
|
1037
|
+
|
1038
|
+
def newLog(*k)
|
1039
|
+
print("MainWindowDlg.newLog(): Not implemented yet.\n")
|
1040
|
+
end
|
1041
|
+
|
1042
|
+
def about(*k)
|
1043
|
+
print("MainWindowDlg.about(): Not implemented yet.\n")
|
1044
|
+
end
|
1045
|
+
|
1046
|
+
def configureClickSpotter(*k)
|
1047
|
+
print("MainWindowDlg.configureClickSpotter(): Not implemented yet.\n")
|
1048
|
+
end
|
1049
|
+
|
1050
|
+
def largeVisitorMapBtnClicked(*k)
|
1051
|
+
print("MainWindowDlg.largeVisitorMapBtnClicked(): Not implemented yet.\n")
|
1052
|
+
end
|
1053
|
+
|
1054
|
+
end
|