suspend facts>suspend cards

This commit is contained in:
Damien Elmes 2009-06-17 16:05:09 +09:00
parent 7b7473f558
commit bbc65d1fb1

View file

@ -1,7 +1,8 @@
<ui version="4.0" > <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class> <class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow" > <widget class="QMainWindow" name="MainWindow">
<property name="geometry" > <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -9,143 +10,143 @@
<height>462</height> <height>462</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle">
<string>Browse Items</string> <string>Browse Items</string>
</property> </property>
<property name="windowIcon" > <property name="windowIcon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/find.png</normaloff>:/icons/find.png</iconset> <normaloff>:/icons/find.png</normaloff>:/icons/find.png</iconset>
</property> </property>
<widget class="QWidget" name="centralwidget" > <widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout" > <layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing" > <property name="spacing">
<number>0</number> <number>0</number>
</property> </property>
<property name="leftMargin" > <property name="leftMargin">
<number>4</number> <number>4</number>
</property> </property>
<property name="topMargin" > <property name="topMargin">
<number>0</number> <number>0</number>
</property> </property>
<property name="rightMargin" > <property name="rightMargin">
<number>4</number> <number>4</number>
</property> </property>
<property name="bottomMargin" > <property name="bottomMargin">
<number>4</number> <number>4</number>
</property> </property>
<item> <item>
<layout class="QHBoxLayout" name="hlayout1" > <layout class="QHBoxLayout" name="hlayout1">
<property name="spacing" > <property name="spacing">
<number>4</number> <number>4</number>
</property> </property>
<property name="leftMargin" > <property name="leftMargin">
<number>0</number> <number>0</number>
</property> </property>
<property name="topMargin" > <property name="topMargin">
<number>0</number> <number>0</number>
</property> </property>
<property name="rightMargin" > <property name="rightMargin">
<number>0</number> <number>0</number>
</property> </property>
<property name="bottomMargin" > <property name="bottomMargin">
<number>4</number> <number>4</number>
</property> </property>
<item> <item>
<widget class="QLineEdit" name="filterEdit" > <widget class="QLineEdit" name="filterEdit">
<property name="text" > <property name="text">
<string/> <string/>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QComboBox" name="tagList" /> <widget class="QComboBox" name="tagList"/>
</item> </item>
<item> <item>
<widget class="QComboBox" name="sortBox" /> <widget class="QComboBox" name="sortBox"/>
</item> </item>
</layout> </layout>
</item> </item>
<item> <item>
<widget class="QSplitter" name="splitter" > <widget class="QSplitter" name="splitter">
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<widget class="QTableView" name="tableView" > <widget class="QTableView" name="tableView">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" > <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>4</verstretch> <verstretch>4</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="contextMenuPolicy" > <property name="contextMenuPolicy">
<enum>Qt::ActionsContextMenu</enum> <enum>Qt::ActionsContextMenu</enum>
</property> </property>
<property name="frameShape" > <property name="frameShape">
<enum>QFrame::NoFrame</enum> <enum>QFrame::NoFrame</enum>
</property> </property>
<property name="frameShadow" > <property name="frameShadow">
<enum>QFrame::Plain</enum> <enum>QFrame::Plain</enum>
</property> </property>
<property name="horizontalScrollBarPolicy" > <property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum> <enum>Qt::ScrollBarAlwaysOff</enum>
</property> </property>
<property name="editTriggers" > <property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set> <set>QAbstractItemView::NoEditTriggers</set>
</property> </property>
<property name="tabKeyNavigation" > <property name="tabKeyNavigation">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="alternatingRowColors" > <property name="alternatingRowColors">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="selectionBehavior" > <property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum> <enum>QAbstractItemView::SelectRows</enum>
</property> </property>
</widget> </widget>
<widget class="QFrame" name="frame" > <widget class="QFrame" name="frame">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" > <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>2</verstretch> <verstretch>2</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="frameShape" > <property name="frameShape">
<enum>QFrame::NoFrame</enum> <enum>QFrame::NoFrame</enum>
</property> </property>
<property name="frameShadow" > <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2" > <layout class="QVBoxLayout" name="verticalLayout_2">
<item> <item>
<widget class="QSplitter" name="splitter2" > <widget class="QSplitter" name="splitter2">
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<widget class="QWidget" native="1" name="fieldsArea" > <widget class="QWidget" name="fieldsArea" native="true">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" > <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>7</horstretch> <horstretch>7</horstretch>
<verstretch>2</verstretch> <verstretch>2</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
<widget class="QGroupBox" name="cardInfoGroup" > <widget class="QGroupBox" name="cardInfoGroup">
<property name="title" > <property name="title">
<string>Current Card</string> <string>Current Card</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_4" > <layout class="QVBoxLayout" name="verticalLayout_4">
<property name="spacing" > <property name="spacing">
<number>0</number> <number>0</number>
</property> </property>
<property name="margin" > <property name="margin">
<number>4</number> <number>4</number>
</property> </property>
<item> <item>
<widget class="QLabel" name="cardLabel" > <widget class="QLabel" name="cardLabel">
<property name="text" > <property name="text">
<string/> <string/>
</property> </property>
<property name="alignment" > <property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property> </property>
</widget> </widget>
@ -160,322 +161,322 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QMenuBar" name="menubar" > <widget class="QMenuBar" name="menubar">
<property name="geometry" > <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>599</width> <width>599</width>
<height>25</height> <height>23</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuEdit" > <widget class="QMenu" name="menuEdit">
<property name="title" > <property name="title">
<string>&amp;Edit</string> <string>&amp;Edit</string>
</property> </property>
<addaction name="actionUndo" /> <addaction name="actionUndo"/>
<addaction name="actionRedo" /> <addaction name="actionRedo"/>
<addaction name="separator" /> <addaction name="separator"/>
<addaction name="actionSelectAll" /> <addaction name="actionSelectAll"/>
<addaction name="actionSelectFacts" /> <addaction name="actionSelectFacts"/>
<addaction name="actionInvertSelection" /> <addaction name="actionInvertSelection"/>
<addaction name="separator" /> <addaction name="separator"/>
<addaction name="actionFindReplace" /> <addaction name="actionFindReplace"/>
<addaction name="separator" /> <addaction name="separator"/>
<addaction name="actionReverseOrder" /> <addaction name="actionReverseOrder"/>
<addaction name="separator" /> <addaction name="separator"/>
<addaction name="actionFont" /> <addaction name="actionFont"/>
</widget> </widget>
<widget class="QMenu" name="menuActions" > <widget class="QMenu" name="menuActions">
<property name="title" > <property name="title">
<string>&amp;Actions</string> <string>&amp;Actions</string>
</property> </property>
<addaction name="actionAddTag" /> <addaction name="actionAddTag"/>
<addaction name="actionDeleteTag" /> <addaction name="actionDeleteTag"/>
<addaction name="separator" /> <addaction name="separator"/>
<addaction name="actionSuspend" /> <addaction name="actionSuspend"/>
<addaction name="actionUnsuspend" /> <addaction name="actionUnsuspend"/>
<addaction name="separator" /> <addaction name="separator"/>
<addaction name="actionAddCards" /> <addaction name="actionAddCards"/>
<addaction name="actionChangeModel" /> <addaction name="actionChangeModel"/>
<addaction name="separator" /> <addaction name="separator"/>
<addaction name="actionCram" /> <addaction name="actionCram"/>
<addaction name="actionReschedule" /> <addaction name="actionReschedule"/>
<addaction name="separator" /> <addaction name="separator"/>
<addaction name="actionDelete" /> <addaction name="actionDelete"/>
</widget> </widget>
<widget class="QMenu" name="menuJump" > <widget class="QMenu" name="menuJump">
<property name="title" > <property name="title">
<string>&amp;Go</string> <string>&amp;Go</string>
</property> </property>
<addaction name="actionFind" /> <addaction name="actionFind"/>
<addaction name="actionTags" /> <addaction name="actionTags"/>
<addaction name="actionSort" /> <addaction name="actionSort"/>
<addaction name="actionFact" /> <addaction name="actionFact"/>
<addaction name="separator" /> <addaction name="separator"/>
<addaction name="actionFirstCard" /> <addaction name="actionFirstCard"/>
<addaction name="actionPreviousCard" /> <addaction name="actionPreviousCard"/>
<addaction name="actionNextCard" /> <addaction name="actionNextCard"/>
<addaction name="actionLastCard" /> <addaction name="actionLastCard"/>
<addaction name="separator" /> <addaction name="separator"/>
</widget> </widget>
<widget class="QMenu" name="menu_Help" > <widget class="QMenu" name="menu_Help">
<property name="title" > <property name="title">
<string>&amp;Help</string> <string>&amp;Help</string>
</property> </property>
<addaction name="actionGuide" /> <addaction name="actionGuide"/>
</widget> </widget>
<addaction name="menuActions" /> <addaction name="menuActions"/>
<addaction name="menuEdit" /> <addaction name="menuEdit"/>
<addaction name="menuJump" /> <addaction name="menuJump"/>
<addaction name="menu_Help" /> <addaction name="menu_Help"/>
</widget> </widget>
<action name="actionDelete" > <action name="actionDelete">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/editdelete.png</normaloff>:/icons/editdelete.png</iconset> <normaloff>:/icons/editdelete.png</normaloff>:/icons/editdelete.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>Delete</string> <string>Delete</string>
</property> </property>
<property name="shortcut" > <property name="shortcut">
<string>Ctrl+Del</string> <string>Ctrl+Del</string>
</property> </property>
</action> </action>
<action name="actionAddTag" > <action name="actionAddTag">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/Anki_Add_Tag.png</normaloff>:/icons/Anki_Add_Tag.png</iconset> <normaloff>:/icons/Anki_Add_Tag.png</normaloff>:/icons/Anki_Add_Tag.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Add Tags...</string> <string>&amp;Add Tags...</string>
</property> </property>
</action> </action>
<action name="actionDeleteTag" > <action name="actionDeleteTag">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/Anki_Del_Tag.png</normaloff>:/icons/Anki_Del_Tag.png</iconset> <normaloff>:/icons/Anki_Del_Tag.png</normaloff>:/icons/Anki_Del_Tag.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Delete Tags...</string> <string>&amp;Delete Tags...</string>
</property> </property>
</action> </action>
<action name="actionAddCards" > <action name="actionAddCards">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/Anki_Card.png</normaloff>:/icons/Anki_Card.png</iconset> <normaloff>:/icons/Anki_Card.png</normaloff>:/icons/Anki_Card.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Generate Cards...</string> <string>&amp;Generate Cards...</string>
</property> </property>
</action> </action>
<action name="actionReschedule" > <action name="actionReschedule">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/edit-undo.png</normaloff>:/icons/edit-undo.png</iconset> <normaloff>:/icons/edit-undo.png</normaloff>:/icons/edit-undo.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Reschedule...</string> <string>&amp;Reschedule...</string>
</property> </property>
</action> </action>
<action name="actionSelectAll" > <action name="actionSelectAll">
<property name="text" > <property name="text">
<string>Select &amp;All</string> <string>Select &amp;All</string>
</property> </property>
</action> </action>
<action name="actionUndo" > <action name="actionUndo">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/edit-undo.png</normaloff>:/icons/edit-undo.png</iconset> <normaloff>:/icons/edit-undo.png</normaloff>:/icons/edit-undo.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Undo</string> <string>&amp;Undo</string>
</property> </property>
</action> </action>
<action name="actionRedo" > <action name="actionRedo">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/edit-redo.png</normaloff>:/icons/edit-redo.png</iconset> <normaloff>:/icons/edit-redo.png</normaloff>:/icons/edit-redo.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Redo</string> <string>&amp;Redo</string>
</property> </property>
</action> </action>
<action name="actionInvertSelection" > <action name="actionInvertSelection">
<property name="text" > <property name="text">
<string>&amp;Invert Selection</string> <string>&amp;Invert Selection</string>
</property> </property>
</action> </action>
<action name="actionFind" > <action name="actionFind">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/document-preview.png</normaloff>:/icons/document-preview.png</iconset> <normaloff>:/icons/document-preview.png</normaloff>:/icons/document-preview.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Find</string> <string>&amp;Find</string>
</property> </property>
<property name="shortcut" > <property name="shortcut">
<string>Ctrl+F</string> <string>Ctrl+F</string>
</property> </property>
</action> </action>
<action name="actionFact" > <action name="actionFact">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/Anki_Fact.png</normaloff>:/icons/Anki_Fact.png</iconset> <normaloff>:/icons/Anki_Fact.png</normaloff>:/icons/Anki_Fact.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>F&amp;act</string> <string>F&amp;act</string>
</property> </property>
<property name="shortcut" > <property name="shortcut">
<string>Ctrl+Shift+F</string> <string>Ctrl+Shift+F</string>
</property> </property>
</action> </action>
<action name="actionNextCard" > <action name="actionNextCard">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/go-next.png</normaloff>:/icons/go-next.png</iconset> <normaloff>:/icons/go-next.png</normaloff>:/icons/go-next.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Next Card</string> <string>&amp;Next Card</string>
</property> </property>
<property name="shortcut" > <property name="shortcut">
<string>Ctrl+N</string> <string>Ctrl+N</string>
</property> </property>
</action> </action>
<action name="actionPreviousCard" > <action name="actionPreviousCard">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/go-previous.png</normaloff>:/icons/go-previous.png</iconset> <normaloff>:/icons/go-previous.png</normaloff>:/icons/go-previous.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Previous Card</string> <string>&amp;Previous Card</string>
</property> </property>
<property name="shortcut" > <property name="shortcut">
<string>Ctrl+P</string> <string>Ctrl+P</string>
</property> </property>
</action> </action>
<action name="actionFirstCard" > <action name="actionFirstCard">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/go-first.png</normaloff>:/icons/go-first.png</iconset> <normaloff>:/icons/go-first.png</normaloff>:/icons/go-first.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>F&amp;irst Card</string> <string>F&amp;irst Card</string>
</property> </property>
<property name="shortcut" > <property name="shortcut">
<string>Ctrl+Home</string> <string>Ctrl+Home</string>
</property> </property>
</action> </action>
<action name="actionLastCard" > <action name="actionLastCard">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/go-last.png</normaloff>:/icons/go-last.png</iconset> <normaloff>:/icons/go-last.png</normaloff>:/icons/go-last.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Last Card</string> <string>&amp;Last Card</string>
</property> </property>
<property name="shortcut" > <property name="shortcut">
<string>Ctrl+End</string> <string>Ctrl+End</string>
</property> </property>
</action> </action>
<action name="actionReverseOrder" > <action name="actionReverseOrder">
<property name="checkable" > <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text" > <property name="text">
<string>Reverse &amp;Order</string> <string>Reverse &amp;Order</string>
</property> </property>
</action> </action>
<action name="actionGuide" > <action name="actionGuide">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/help.png</normaloff>:/icons/help.png</iconset> <normaloff>:/icons/help.png</normaloff>:/icons/help.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Documentation</string> <string>&amp;Documentation</string>
</property> </property>
<property name="shortcut" > <property name="shortcut">
<string>F1</string> <string>F1</string>
</property> </property>
</action> </action>
<action name="actionChangeModel" > <action name="actionChangeModel">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/system-software-update.png</normaloff>:/icons/system-software-update.png</iconset> <normaloff>:/icons/system-software-update.png</normaloff>:/icons/system-software-update.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>Change &amp;Model...</string> <string>Change &amp;Model...</string>
</property> </property>
</action> </action>
<action name="actionSelectFacts" > <action name="actionSelectFacts">
<property name="text" > <property name="text">
<string>Select &amp;Facts</string> <string>Select &amp;Facts</string>
</property> </property>
</action> </action>
<action name="actionFindReplace" > <action name="actionFindReplace">
<property name="text" > <property name="text">
<string>Find and Re&amp;place...</string> <string>Find and Re&amp;place...</string>
</property> </property>
</action> </action>
<action name="actionCram" > <action name="actionCram">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/view-pim-calendar.png</normaloff>:/icons/view-pim-calendar.png</iconset> <normaloff>:/icons/view-pim-calendar.png</normaloff>:/icons/view-pim-calendar.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Cram...</string> <string>&amp;Cram...</string>
</property> </property>
</action> </action>
<action name="actionFont" > <action name="actionFont">
<property name="text" > <property name="text">
<string>Font...</string> <string>Font...</string>
</property> </property>
</action> </action>
<action name="actionSuspend" > <action name="actionSuspend">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/media-playback-pause.png</normaloff>:/icons/media-playback-pause.png</iconset> <normaloff>:/icons/media-playback-pause.png</normaloff>:/icons/media-playback-pause.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Suspend Facts</string> <string>&amp;Suspend Cards</string>
</property> </property>
</action> </action>
<action name="actionUnsuspend" > <action name="actionUnsuspend">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/media-playback-start2.png</normaloff>:/icons/media-playback-start2.png</iconset> <normaloff>:/icons/media-playback-start2.png</normaloff>:/icons/media-playback-start2.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Unsuspend Facts</string> <string>&amp;Unsuspend Cards</string>
</property> </property>
</action> </action>
<action name="actionTags" > <action name="actionTags">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/anki-tag.png</normaloff>:/icons/anki-tag.png</iconset> <normaloff>:/icons/anki-tag.png</normaloff>:/icons/anki-tag.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>Fil&amp;ters</string> <string>Fil&amp;ters</string>
</property> </property>
<property name="shortcut" > <property name="shortcut">
<string>Ctrl+T</string> <string>Ctrl+T</string>
</property> </property>
</action> </action>
<action name="actionSort" > <action name="actionSort">
<property name="icon" > <property name="icon">
<iconset resource="../icons.qrc" > <iconset resource="../icons.qrc">
<normaloff>:/icons/view-sort-ascending.png</normaloff>:/icons/view-sort-ascending.png</iconset> <normaloff>:/icons/view-sort-ascending.png</normaloff>:/icons/view-sort-ascending.png</iconset>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Sort</string> <string>&amp;Sort</string>
</property> </property>
<property name="shortcut" > <property name="shortcut">
<string>Ctrl+Shift+S</string> <string>Ctrl+Shift+S</string>
</property> </property>
</action> </action>
</widget> </widget>
<resources> <resources>
<include location="../icons.qrc" /> <include location="../icons.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>
@ -484,11 +485,11 @@
<receiver>tableView</receiver> <receiver>tableView</receiver>
<slot>selectAll()</slot> <slot>selectAll()</slot>
<hints> <hints>
<hint type="sourcelabel" > <hint type="sourcelabel">
<x>-1</x> <x>-1</x>
<y>-1</y> <y>-1</y>
</hint> </hint>
<hint type="destinationlabel" > <hint type="destinationlabel">
<x>299</x> <x>299</x>
<y>279</y> <y>279</y>
</hint> </hint>