-rw-r--r-- | kmicromail/nntpgroupsui.ui | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/kmicromail/nntpgroupsui.ui b/kmicromail/nntpgroupsui.ui index 2902731..e1de949 100644 --- a/kmicromail/nntpgroupsui.ui +++ b/kmicromail/nntpgroupsui.ui @@ -1,20 +1,21 @@ <!DOCTYPE UI><UI> <class>NNTPGroupsUI</class> +<include location="local">tr.h</include> <widget> <class>QWidget</class> <property stdset="1"> <name>name</name> <cstring>NNTPGroupsUI</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> - <width>254</width> + <width>250</width> <height>330</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>newsgroupslist</string> @@ -51,12 +52,22 @@ </property> </column> <property stdset="1"> <name>name</name> <cstring>GroupListView</cstring> </property> + <property stdset="1"> + <name>caption</name> + <string></string> + </property> + <property> + <name>layoutMargin</name> + </property> + <property> + <name>layoutSpacing</name> + </property> <property> <name>whatsThis</name> <string>List of groups from the server. On start, only subscribed groups are listed.</string> </property> </widget> <widget> |