summaryrefslogtreecommitdiffstats
path: root/ksirc/FilterRuleEditor.dlg
blob: 5461d8391a31f5ed8da30c36f122e810226c9731 (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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
DlgEdit:v2.0:Dialog:
Dialog {
	ClassHeader {FilterRuleEditor.h}
	ClassSource {FilterRuleEditor.cpp}
	ClassName {FilterRuleEditor}
	DataHeader {FilterRuleEditorData.h}
	DataSource {FilterRuleEditorData.cpp}
	DataName {FilterRuleEditorData}
	WindowBaseClass {QDialog}
	IsModal {FALSE}
	WindowCaption {Edit Filter Rules}
	WindowFlags {118784}
}
WidgetLayout {
InitialPos {-1 -1}
Size {510 250}
MinSize {0 0}
MaxSize {32767 32767}
Grid {10}

Label {
		Text {Description:}
		AutoResize {FALSE}
		Margin {-1}
		Rect {140 10 80 30}
		Name {Label_1}
		LayoutStatus {NoLayout}
		MinimumSize {0 0}
		MaximumSize {32767 32767}
}
LineEdit {
		Text {}
		EchoMode {Normal}
		MaxLength {80}
		FrameShown {TRUE}
		Rect {220 10 280 30}
		Name {LineEdit_1}
		Variable {LineTitle}
		LayoutStatus {NoLayout}
		MinimumSize {0 0}
		MaximumSize {32767 32767}
}
Label {
		Text {Match:}
		AutoResize {FALSE}
		Margin {-1}
		Rect {140 50 70 30}
		Name {Label_4}
		LayoutStatus {NoLayout}
		MinimumSize {0 0}
		MaximumSize {32767 32767}
}
LineEdit {
		Text {}
		EchoMode {Normal}
		MaxLength {80}
		FrameShown {TRUE}
		Rect {220 50 280 30}
		Name {LineEdit_2}
		Variable {LineSearch}
		LayoutStatus {NoLayout}
		MinimumSize {0 0}
		MaximumSize {32767 32767}
}
Label {
		Text {From:}
		AutoResize {FALSE}
		Margin {-1}
		Rect {140 90 80 30}
		Name {Label_7}
		LayoutStatus {NoLayout}
		MinimumSize {0 0}
		MaximumSize {32767 32767}
}
Label {
		Text {To:}
		AutoResize {FALSE}
		Margin {-1}
		Rect {140 130 70 30}
		Name {Label_9}
		LayoutStatus {NoLayout}
		MinimumSize {0 0}
		MaximumSize {32767 32767}
}
LineEdit {
		Text {}
		EchoMode {Normal}
		MaxLength {32767}
		FrameShown {TRUE}
		Rect {220 90 280 30}
		Name {LineEdit_3}
		Variable {LineFrom}
		LayoutStatus {NoLayout}
		MinimumSize {0 0}
		MaximumSize {32767 32767}
}
LineEdit {
		Text {}
		EchoMode {Normal}
		MaxLength {80}
		FrameShown {TRUE}
		Rect {220 130 280 30}
		Name {LineEdit_4}
		Variable {LineTo}
		LayoutStatus {NoLayout}
		MinimumSize {0 0}
		MaximumSize {32767 32767}
}
PushButton {
		ToggleButton {FALSE}
		Default {FALSE}
		AutoDefault {TRUE}
		Text {&Modify}
		AutoRepeat {FALSE}
		AutoResize {FALSE}
		Rect {390 170 110 30}
		Name {PushButton_1}
		Variable {ApplyButton}
		Signal {[Protected]  clicked --> OkPressed  ()}
		LayoutStatus {NoLayout}
		MinimumSize {10 10}
		MaximumSize {32767 32767}
}
PushButton {
		ToggleButton {FALSE}
		Default {FALSE}
		AutoDefault {FALSE}
		Text {&Close}
		AutoRepeat {FALSE}
		AutoResize {FALSE}
		Rect {390 210 110 30}
		Name {PushButton_2}
		Signal {[Protected]  clicked --> closePressed  ()}
		LayoutStatus {NoLayout}
		MinimumSize {10 10}
		MaximumSize {32767 32767}
}
PushButton {
		ToggleButton {FALSE}
		Default {FALSE}
		AutoDefault {FALSE}
		Text {&New Rule}
		AutoRepeat {FALSE}
		AutoResize {FALSE}
		Rect {270 170 110 30}
		Name {PushButton_7}
		Signal {[Protected]  clicked --> newRule  ()}
		LayoutStatus {NoLayout}
		MinimumSize {10 10}
		MaximumSize {32767 32767}
}
PushButton {
		ToggleButton {FALSE}
		Default {FALSE}
		AutoDefault {FALSE}
		Text {&Delete}
		AutoRepeat {FALSE}
		AutoResize {FALSE}
		Rect {150 170 110 30}
		Name {PushButton_8}
		Variable {deleteButton}
		Signal {[Protected]  clicked --> deleteRule  ()}
		LayoutStatus {NoLayout}
		MinimumSize {10 10}
		MaximumSize {32767 32767}
}
PushButton {
		ToggleButton {FALSE}
		Default {FALSE}
		AutoDefault {FALSE}
		Text {Up}
		AutoRepeat {FALSE}
		AutoResize {FALSE}
		Rect {10 210 55 30}
		Name {PushButton_9}
		Signal {[Protected]  clicked --> raiseRule  ()}
		LayoutStatus {NoLayout}
		MinimumSize {10 10}
		MaximumSize {32767 32767}
}
PushButton {
		ToggleButton {FALSE}
		Default {FALSE}
		AutoDefault {FALSE}
		Text {Down}
		AutoRepeat {FALSE}
		AutoResize {FALSE}
		Rect {75 210 55 30}
		Name {PushButton_10}
		Signal {[Protected]  clicked --> lowerRule  ()}
		LayoutStatus {NoLayout}
		MinimumSize {10 10}
		MaximumSize {32767 32767}
}
ListBox {
		DragSelect {FALSE}
		AutoScroll {FALSE}
		ScrollBar {FALSE}
		AutoScrollBar {TRUE}
		BottomScrollBar {FALSE}
		AutoBottomScrollBar {FALSE}
		SmoothScrolling {FALSE}
		MultiSelection {FALSE}
		Style {51}
		LineWidth {2}
		Rect {10 10 120 190}
		Name {ListBox_2}
		Variable {RuleList}
		Signal {[Protected]  highlighted --> newHighlight  (int)}
		Signal {[Protected]  selected --> newHighlight  (int)}
		LayoutStatus {NoLayout}
		MinimumSize {10 10}
		MaximumSize {32767 32767}
}
}