summaryrefslogtreecommitdiff
path: root/library/categoryeditbase_p.ui
Side-by-side diff
Diffstat (limited to 'library/categoryeditbase_p.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--library/categoryeditbase_p.ui22
1 files changed, 21 insertions, 1 deletions
diff --git a/library/categoryeditbase_p.ui b/library/categoryeditbase_p.ui
index a76e433..e192ae1 100644
--- a/library/categoryeditbase_p.ui
+++ b/library/categoryeditbase_p.ui
@@ -9,49 +9,49 @@
** GNU General Public License version 2 as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file.
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
** See http://www.trolltech.com/gpl/ for GPL licensing information.
**
** Contact info@trolltech.com if any conditions of this licensing are
** not clear to you.
**
**********************************************************************/</comment>
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>CategoryEditBase</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>0</x>
<y>0</y>
- <width>201</width>
+ <width>197</width>
<height>287</height>
</rect>
</property>
<property stdset="1">
<name>caption</name>
<string>Category Edit</string>
</property>
<property>
<name>layoutMargin</name>
</property>
<property>
<name>layoutSpacing</name>
</property>
<vbox>
<property stdset="1">
<name>margin</name>
<number>3</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>3</number>
</property>
<widget>
<class>QListView</class>
@@ -84,115 +84,135 @@
</property>
</column>
<item>
<property>
<name>text</name>
<string>Categories Go Here</string>
</property>
<property>
<name>text</name>
<string></string>
</property>
<property>
<name>pixmap</name>
<pixmap></pixmap>
</property>
<property>
<name>pixmap</name>
<pixmap></pixmap>
</property>
</item>
<property stdset="1">
<name>name</name>
<cstring>lvView</cstring>
</property>
+ <property>
+ <name>whatsThis</name>
+ <string>Check the categories this document belongs to.</string>
+ </property>
</widget>
<widget>
<class>QLayoutWidget</class>
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring>
</property>
<hbox>
<property stdset="1">
<name>margin</name>
<number>0</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>6</number>
</property>
<widget>
<class>QLineEdit</class>
<property stdset="1">
<name>name</name>
<cstring>txtCat</cstring>
</property>
+ <property>
+ <name>whatsThis</name>
+ <string>Enter a new category here. Press &lt;b&gt;Add&lt;/b&gt; to add it to the list.</string>
+ </property>
</widget>
<widget>
<class>QToolButton</class>
<property stdset="1">
<name>name</name>
<cstring>cmdAdd</cstring>
</property>
<property stdset="1">
<name>focusPolicy</name>
<enum>TabFocus</enum>
</property>
<property stdset="1">
<name>text</name>
<string>Add</string>
</property>
+ <property>
+ <name>whatsThis</name>
+ <string>Enter a new category to the left and press to add it to the list.</string>
+ </property>
</widget>
<widget>
<class>QToolButton</class>
<property stdset="1">
<name>name</name>
<cstring>cmdDel</cstring>
</property>
<property stdset="1">
<name>focusPolicy</name>
<enum>TabFocus</enum>
</property>
<property stdset="1">
<name>text</name>
<string></string>
</property>
<property stdset="1">
<name>pixmap</name>
<pixmap>image0</pixmap>
</property>
+ <property>
+ <name>whatsThis</name>
+ <string>Press to delete the highlighted category.</string>
+ </property>
</widget>
<widget>
<class>QCheckBox</class>
<property stdset="1">
<name>name</name>
<cstring>chkGlobal</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>Global</string>
</property>
+ <property>
+ <name>whatsThis</name>
+ <string>Check to make this property available to all applications.</string>
+ </property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<images>
<image>
<name>image0</name>
<data format="XPM.GZ" length="499">789ccd904d6ac3301046f73e85f0ec4c71a2ca2a36214748e9b250b2188d4649164e203f8b527af7ea934963e805fa49a0790f4948b368ccfbdbc6348bea72e5eb418cecf96c9a781bc7cf8fedfaabaaed8bc97330b67eaaead688793d1d1535e59a9625c01dd059b77465a7003dfbc13330017bd7dbde0103903bb6dc0115285e9ec503191815031881a9a4bc0121626aa74c8eb2092479a1bba318a3aa26520d74771cb46811a1dfb38939e4a4448ffb0a8ba4dddcc5c0b0ffc1f15f87aee48fa4d28276d6aba92970dfabea074d4776b4</data>
</image>
</images>
<connections>
<connection>
<sender>lvView</sender>
<signal>selectionChanged(QListViewItem*)</signal>
<receiver>CategoryEditBase</receiver>
<slot>slotSetText( QListViewItem* )</slot>
</connection>
<connection>
<sender>cmdAdd</sender>
<signal>clicked()</signal>
<receiver>CategoryEditBase</receiver>
<slot>slotAdd()</slot>
</connection>