diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 00bb99ac80741fc50ef8a289719373032f2391eb (patch) | |
tree | 3a5a9bf72f942784b38bf77dd66c534662fab5f2 /ksayit/src/DocTreeView.ui | |
download | tdeaccessibility-00bb99ac80741fc50ef8a289719373032f2391eb.tar.gz tdeaccessibility-00bb99ac80741fc50ef8a289719373032f2391eb.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksayit/src/DocTreeView.ui')
-rw-r--r-- | ksayit/src/DocTreeView.ui | 158 |
1 files changed, 158 insertions, 0 deletions
diff --git a/ksayit/src/DocTreeView.ui b/ksayit/src/DocTreeView.ui new file mode 100644 index 0000000..14e5f09 --- /dev/null +++ b/ksayit/src/DocTreeView.ui @@ -0,0 +1,158 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>DocTreeView</class> +<widget class="QWidget"> + <property name="name"> + <cstring>DocTreeView</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>467</width> + <height>331</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>100</width> + <height>200</height> + </size> + </property> + <property name="caption"> + <string>Document Contents</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>2</number> + </property> + <property name="resizeMode"> + <enum>Minimum</enum> + </property> + <widget class="KListView" row="0" column="0"> + <column> + <property name="text"> + <string>Chapter</string> + </property> + <property name="clickable"> + <bool>false</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <column> + <property name="text"> + <string>Info</string> + </property> + <property name="clickable"> + <bool>false</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <column> + <property name="text"> + <string>Page</string> + </property> + <property name="clickable"> + <bool>false</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <column> + <property name="text"> + <string>Hidden</string> + </property> + <property name="clickable"> + <bool>false</bool> + </property> + <property name="resizable"> + <bool>false</bool> + </property> + </column> + <property name="name"> + <cstring>listView</cstring> + </property> + <property name="resizePolicy"> + <enum>Default</enum> + </property> + <property name="selectionMode" stdset="0"> + <enum>NoSelection</enum> + </property> + <property name="rootIsDecorated"> + <bool>true</bool> + </property> + <property name="itemsMovable"> + <bool>false</bool> + </property> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>listView</sender> + <signal>clicked(QListViewItem*)</signal> + <receiver>DocTreeView</receiver> + <slot>slotItemClicked(QListViewItem*)</slot> + </connection> + <connection> + <sender>listView</sender> + <signal>rightButtonPressed(QListViewItem*,const QPoint&,int)</signal> + <receiver>DocTreeView</receiver> + <slot>slotRightButtonPressed(QListViewItem*,const QPoint&,int)</slot> + </connection> +</connections> +<includes> + <include location="local" impldecl="in implementation">DocTreeView.ui.h</include> +</includes> +<signals> + <signal>signalContentChanged(const QString &)</signal> + <signal>signalAllNodesProcessed()</signal> + <signal>signalSetText(const QString &)</signal> + <signal>signalEnableTextedit(bool)</signal> + <signal>signalNotifyBookmarkManager(const QString&, const QString &)</signal> + <signal>signalSetBookmarkFilename(const QString&)</signal> + <signal>signalChangeBookmarkFilename(const QString &)</signal> + <signal>signalDeleteBookmark(const QString&, const QString&)</signal> +</signals> +<slots> + <slot>slotItemClicked( QListViewItem * )</slot> + <slot access="protected">slotRenameItem()</slot> + <slot access="protected">slotDeleteItem()</slot> + <slot access="protected">slotNewBookInfo()</slot> + <slot access="protected">slotNewChapter()</slot> + <slot access="protected">slotNewKeywordSet()</slot> + <slot access="protected">slotNewKeyword()</slot> + <slot access="protected">slotNewAbstract()</slot> + <slot access="protected">slotNewAuthorGroup()</slot> + <slot access="protected">slotNewAuthor()</slot> + <slot access="protected">slotNewDate()</slot> + <slot access="protected">slotNewReleaseInfo()</slot> + <slot access="protected">slotNewTitle()</slot> + <slot access="protected">slotNewParagraph()</slot> + <slot access="protected">slotNewSection_1()</slot> + <slot access="protected">slotNewSection_2()</slot> + <slot access="protected">slotNewSection_3()</slot> + <slot access="protected">slotNewSection_4()</slot> + <slot access="protected">slotNewSection_5()</slot> + <slot>slotRightButtonPressed( QListViewItem * i, const QPoint &, int )</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>klistview.h</includehint> +</includehints> +</UI> |