-rw-r--r-- | kmicromail/nntpgroupsui.ui | 129 |
1 files changed, 129 insertions, 0 deletions
diff --git a/kmicromail/nntpgroupsui.ui b/kmicromail/nntpgroupsui.ui new file mode 100644 index 0000000..2902731 --- a/dev/null +++ b/kmicromail/nntpgroupsui.ui | |||
@@ -0,0 +1,129 @@ | |||
1 | <!DOCTYPE UI><UI> | ||
2 | <class>NNTPGroupsUI</class> | ||
3 | <widget> | ||
4 | <class>QWidget</class> | ||
5 | <property stdset="1"> | ||
6 | <name>name</name> | ||
7 | <cstring>NNTPGroupsUI</cstring> | ||
8 | </property> | ||
9 | <property stdset="1"> | ||
10 | <name>geometry</name> | ||
11 | <rect> | ||
12 | <x>0</x> | ||
13 | <y>0</y> | ||
14 | <width>254</width> | ||
15 | <height>330</height> | ||
16 | </rect> | ||
17 | </property> | ||
18 | <property stdset="1"> | ||
19 | <name>caption</name> | ||
20 | <string>newsgroupslist</string> | ||
21 | </property> | ||
22 | <property> | ||
23 | <name>layoutMargin</name> | ||
24 | </property> | ||
25 | <property> | ||
26 | <name>layoutSpacing</name> | ||
27 | </property> | ||
28 | <vbox> | ||
29 | <property stdset="1"> | ||
30 | <name>margin</name> | ||
31 | <number>1</number> | ||
32 | </property> | ||
33 | <property stdset="1"> | ||
34 | <name>spacing</name> | ||
35 | <number>1</number> | ||
36 | </property> | ||
37 | <widget> | ||
38 | <class>QListView</class> | ||
39 | <column> | ||
40 | <property> | ||
41 | <name>text</name> | ||
42 | <string>Newsgroups</string> | ||
43 | </property> | ||
44 | <property> | ||
45 | <name>clickable</name> | ||
46 | <bool>true</bool> | ||
47 | </property> | ||
48 | <property> | ||
49 | <name>resizeable</name> | ||
50 | <bool>true</bool> | ||
51 | </property> | ||
52 | </column> | ||
53 | <property stdset="1"> | ||
54 | <name>name</name> | ||
55 | <cstring>GroupListView</cstring> | ||
56 | </property> | ||
57 | <property> | ||
58 | <name>whatsThis</name> | ||
59 | <string>List of groups from the server. On start, only subscribed groups are listed.</string> | ||
60 | </property> | ||
61 | </widget> | ||
62 | <widget> | ||
63 | <class>QLayoutWidget</class> | ||
64 | <property stdset="1"> | ||
65 | <name>name</name> | ||
66 | <cstring>Layout1</cstring> | ||
67 | </property> | ||
68 | <hbox> | ||
69 | <property stdset="1"> | ||
70 | <name>margin</name> | ||
71 | <number>0</number> | ||
72 | </property> | ||
73 | <property stdset="1"> | ||
74 | <name>spacing</name> | ||
75 | <number>6</number> | ||
76 | </property> | ||
77 | <widget> | ||
78 | <class>QLabel</class> | ||
79 | <property stdset="1"> | ||
80 | <name>name</name> | ||
81 | <cstring>filterlabel</cstring> | ||
82 | </property> | ||
83 | <property stdset="1"> | ||
84 | <name>text</name> | ||
85 | <string>Groupfilter:</string> | ||
86 | </property> | ||
87 | </widget> | ||
88 | <widget> | ||
89 | <class>QLineEdit</class> | ||
90 | <property stdset="1"> | ||
91 | <name>name</name> | ||
92 | <cstring>Groupfilteredit</cstring> | ||
93 | </property> | ||
94 | <property> | ||
95 | <name>whatsThis</name> | ||
96 | <string>Enter a filter string here. | ||
97 | Then hit "get newsgroup list" again and only groups starting | ||
98 | with that filter will be listet.</string> | ||
99 | </property> | ||
100 | </widget> | ||
101 | </hbox> | ||
102 | </widget> | ||
103 | <widget> | ||
104 | <class>QPushButton</class> | ||
105 | <property stdset="1"> | ||
106 | <name>name</name> | ||
107 | <cstring>GetNGButton</cstring> | ||
108 | </property> | ||
109 | <property stdset="1"> | ||
110 | <name>text</name> | ||
111 | <string>Get newsgroup list from server</string> | ||
112 | </property> | ||
113 | <property> | ||
114 | <name>whatsThis</name> | ||
115 | <string>Retrieve the list of groups from server</string> | ||
116 | </property> | ||
117 | </widget> | ||
118 | </vbox> | ||
119 | </widget> | ||
120 | <connections> | ||
121 | <connection> | ||
122 | <sender>GetNGButton</sender> | ||
123 | <signal>clicked()</signal> | ||
124 | <receiver>NNTPGroupsUI</receiver> | ||
125 | <slot>slotGetNG()</slot> | ||
126 | </connection> | ||
127 | <slot access="protected">slotGetNG()</slot> | ||
128 | </connections> | ||
129 | </UI> | ||